Releases: websevendev/animations-for-blocks
Releases · websevendev/animations-for-blocks
1.1.6
- Tested up to WordPress 6.6.
- Update
@wordpress/*
packages. - Use
block.json
for Animation container block. - Move block styles to separate stylesheet.
- Fix label and value mix up in RangeControl.
- Remove some defunct code.
- Bundled
react-jsx-runtime
to keep the plugin working with WP < 6.6.
1.1.5
- Tested up to WordPress 6.5.
- Added option to choose where to display the animation controls – you can move them to the “Styles” tab or to “Advanced” inspector controls area.
- Update @wordpress/* packages.
1.1.3
- Fix for crash with latest Gutenberg plugin due to
__unstableElementContext
being removed. - Update
@wordpress/*
packages.
1.1.2
- Add option to disable automatic animation preview.
- Add option to lazyload assets when an animated block is preset on the current page.
- Update
@wordpress/*
packages. - Update screenshots.
1.1.1
- Use
WP_HTML_Tag_Processor
for adding HTML attributes. - Blocks that render multiple root elements are no longer wrapped automatically. Use Animation container block to do it.
- Move all PHP code to main file for simplicity.
1.1.0
- Animation preview works in iframe-d block editors.
- Rework controls.
- Add ability to copy-paste animation settings.
- Update Animation container block to API version 2.
- Use
render_block
filter to apply animation attributes instead of overriding block'srender_callback
. - Add
anfb_aos_attributes
filter that can modify attributes that are added to animated HTML elements. - Convert some code to typescript.
- Update
@wordpress/*
packages. - Test with WordPress 6.2-RC1.
1.0.6
- Fix
once
andmirror
options detection in dynamic blocks. - Update
@wordpress/*
packages. - Test with WordPress 6.1.1.
1.0.5
- Update
@wordpress/*
packages. - Test with WordPress 6.0.
- Add GitHub link.
- Remove
src
folder from plugin.
1.0.4
- Update block anchor selector.
1.0.3
- Use generated version number for AOS library for cache busting.