Releases: digitoimistodude/air-blocks
Releases · digitoimistodude/air-blocks
1.3.0
1.3.0: 2022-12-05
- Add missing exit
- Show success messages for checks
- Fix color output in success message
- Install and activate ACF if not existing
- Make imports more reliable and not depending on existing script on air-light
- Make DOMContentLoaded exploit more reliable
- Change hero-full-height and accordion JS modules to a new format
- Fix accordion.js module import
- Fix focus outline regarding the lack of what-input in air-light 9.2.2
- Check if block is registered with the same name in functions.php and bail if so
- Move ACF checks to check-dependencies.sh file from acf.sh
- Make accordion.js support accordions with same labels
- Consistent naming for JS modules, use singular everywhere
- Create checks for keys, bail if not given
- Use clamp in hero heading font size instead of dummy component
1.2.6
1.2.6: 2022-12-05
- Move checks to imports from get-block
- Make check task names consistent
- Add check-dependencies task, check if ACF exists
1.2.5
1.2.5: 2022-12-02
- Remove
$args
from empty block
1.2.4
1.2.4: 2022-11-28
- Ensure gravityformscli is only used for creating the form block, remove plugin after the form is created
1.2.3
1.2.3: 2022-09-13
- Modularize check-updates as task
- Simplify get-block task by modularizing create-predefined-block as task
- Ensure file permissions, add permissions task
1.2.2
1.2.2: 2022-09-12
- Fix git pull didn't always go through - make sure self-updating always works
- Fix block classes for images
- Update block icons
- Add image-upsells-one-big-two-small icon
- Remove
$args
default from blocks making fields consistent
1.2.1
1.2.1: 2022-08-24
- Add new icons, make icons more consistent
- Fix hero with video block:
<video>
autoplay for iPhone Safari - SCSS: Change lazyload classes to image-background
- Update Air-light base SCSS to 9.0.8
1.2.0
1.2.0: 2022-08-23
- Change md5sum repo to coreutils
- Fix carousel block JS dependencies
1.1.9
1.1.9: 2022-08-18
- Improvements to renaming feature
- Change default empty block title to h2
- Globalize block title and name in functions to get-block.sh task