Skip to content

Releases: goodwp/good-slider

v3.1.0

14 Mar 19:07
Compare
Choose a tag to compare
  • Tweak: Add allowedBlocks attribute to slide block.
  • Fix: Fix default variations being inserted by custom block inserters.
  • Docs: Add examples for locking and restricting the slider block.

v3.0.1

14 Mar 15:42
Compare
Choose a tag to compare
  • Dev: Quick fix to remove some development files from the distributed plugin.

v3.0.0

14 Mar 15:27
1c68501
Compare
Choose a tag to compare

!! 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 to good-slider/slide blocks.
  • Breaking: Remove the editor filters good-slider.item.innerBlocks-settings and good-slider.slider.innerBlocks-settings. Instead, use the new templateLock property of the slider and slide block and the allowedBlocks 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

01 Nov 17:19
Compare
Choose a tag to compare

!! 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
  • Tweak: Changed class name of main wrapper block to wp-block-good-slider.
    The old classes were wp-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.

v1.3.1

04 Oct 15:05
Compare
Choose a tag to compare
  • Fix: Fix swiper-full bundle not working (because Swiper is not exported to window).
  • Fix: Update npm packages

v1.3.0

02 Aug 07:45
Compare
Choose a tag to compare
  • Tweak/Fix: Disable left & right padding for slide-item block, because they break the slider layout
  • Compatibility: Tested up to WordPress 6.3

v1.2.0

08 Mar 12:04
Compare
Choose a tag to compare
  • Add a server side render callback to the item block
  • Prevent empty item/slides from rendering

v1.1.0

09 Dec 13:10
Compare
Choose a tag to compare
  • Added JavaScript filters to filter InnerBlocks settings/props for slider and item block.

v1.0.0

28 Nov 07:38
Compare
Choose a tag to compare

The first public release of the plugin 🥳