Releases: goodwp/good-slider
Releases · goodwp/good-slider
v3.1.0
v3.0.1
v3.0.0
!! This version includes breaking changes !!
- New: A new
good-slider/slide
block is introduced. This block has better naming and more block supports. - Breaking: The
good-slider/item
block is now deprecated. Upon opening the editor all instance will be converted togood-slider/slide
blocks. - Breaking: Remove the editor filters
good-slider.item.innerBlocks-settings
andgood-slider.slider.innerBlocks-settings
. Instead, use the newtemplateLock
property of the slider and slide block and theallowedBlocks
attribute for the slide block introduced in WordPress 6.5 - Breaking: Removed tag name selector from slider block. Instead, wrap it in a group.
- Tweak: Add more block supports to slide
- Tweak: Editing experience is now horizontal and works with scrolling.
- New: Adds UI controls for Swiper navigation, pagination and slides per view (+ sensible defaults for tablet/mobile)
- Dev: Add formatting for PHP, JS and CSS
- Dev: Better directory structure of blocks
- Dev: Add WordPress Playground blueprint for easy demo of plugin
- Dev: Migrate to WordPress code style
- Compatibility: Test up to WordPres 6.5
- License: Update to GPL v3
v2.0.0
!! Some breaking changes:
- Tweak: Changed block supports for slider and item block
- Slider block:
- Supports anchor/ID
- Supports background image
- Supports all colors (background, gradients, heading, button, link, text)
- Supports minimum height
- Supports top+bottom padding and margin
- Supports typography
- Slider item block
- Supports anchor/ID
- Supports background image
- Supports all colors (background, gradients, heading, button, link, text)
- Supports minimum height
- Supports padding (all sides)
- Supports typography
- Slider block:
- Tweak: Changed class name of main wrapper block to
wp-block-good-slider
.
The old classes werewp-block-good-slider-slider
+good-slider
and are not set on the block anymore.
A block deprecation was added to migrate blocks when viewing in editor. - Compatibility: Requires WordPress 6.2 (because of WP HTML Tag Manager)
- Compatibility: Tested up to WordPress 6.4
- Dev: Update @WordPress packages.