Skip to content

v2.0.0

Compare
Choose a tag to compare
@gaambo gaambo released this 01 Nov 17:19
· 31 commits to main since this release

!! 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.