Releases: KevinBatdorf/pattern-css
Releases · KevinBatdorf/pattern-css
1.5.5
What's Changed
- Limit block css to load only once by @KevinBatdorf in #192
- Allow id to be editable by @KevinBatdorf in #193
Full Changelog: 1.5.4...1.5.5
1.5.4
1.5.3
- Fixes an issue where filtered attributes sent wp/v2/block-renderer causes a block validation error
1.5.2
- Fixes an overflow bug in the editor
1.5.1
Updated the version number in the main plugin file
1.5.0
- Adds support for global styles via a new editor
1.4.0
- Adds a draggable, resizable popout mode
- Updates CSS engine to include recent CSS features
- Allows "supports" support scoped to the block
1.3.0
- Switches to useStyleOverride for injecting styles
1.2.6
- Removes an unecessary html escape that mangled some css.
1.2.5
- Fixed a small bug where a block may not have attributes when we access them.