Skip to content

Latest commit

 

History

History
177 lines (92 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

177 lines (92 loc) · 4.74 KB

kitconcept's volto-slider-block Release Notes

5.2.0 (2023-10-25)

Feature

  • Add Spanish translation @macagua #25

Bugfix

  • Fix description field to use a textarea widget. @iFlameing #31
  • Fix a11y issues @ichim-david @sneridagh #34

5.1.1 (2023-09-21)

Bugfix

  • Fix typo in variable name @sneridagh #30

5.1.0 (2023-09-20)

Feature

  • Add adjustment option for the width of the slider container via CSS custom property. @sneridagh #29

5.0.0 (2023-09-20)

Breaking

  • Added compatibility with the Volto 17 Image component @sneridagh If a external URL is provided, then the anchor is set to open in new window if openExternalLinkInNewTab from global settings is set @sneridagh #28

Feature

  • Update docker environment @sneridagh #23

4.3.0 (2023-04-20)

Feature

  • New docker based testing infrastructure @sneridagh #20

Bugfix

  • Fix edge case in adapter when the object is null or undefined @sneridagh #21

4.2.1 (2023-04-19)

Bugfix

  • Fix adapter now that the ObjectListWidget works well in Volto @sneridagh #19

4.2.0 (2023-03-21)

Feature

  • Use a dataAdapter for the slider instead of an useEffect. Fix the image_scales problem in edit. @sneridagh #18

4.1.0 (2023-01-26)

Feature

  • Support for stored catalog image_scales @sneridagh #16

Internal

  • Deprecate set-output in GHA @sneridagh #14
  • Add towncrier @sneridagh #17

4.0.0 (2022-11-24)

Breaking

  • Moved to use the Volto 16.1.0 object_list feature to sync the current slide in both the block UI and in the sidebar block settings. Removed the custom widget with a custom React context that enabled this feature. If you have any customizations on the slider block, might need update to the new schema. @sneridagh

3.0.1 (2022-11-21)

Bugfix

  • Disambiguation of an i18n msgid with one in core @sneridagh

3.0.0 (2022-11-20)

Breaking

  • Compatibility with Volto 16 RC2 onwards. The defaults now are handled by Volto itself, not the add-on code. @sneridagh

2.1.0 (2022-09-26)

Feature

  • react-slick enables dragging in desktop as well by default, although might be handy in some situations, disable dragging for desktop devices seems the most appropiate to prevent links activations on desktop drag @ThomasKindermann

2.0.0 (2022-07-28)

Breaking

  • Fix ally for slider (header level). So the inner heading changed from h3 to h2. Update your CSS if required. @sneridagh

Feature

  • Use aspect-ratio CSS property in the slider images @sneridagh
  • @slider-images-aspect-ratio @slider-images-object-position CSS properties are available for fine tuning customization @sneridagh

1.2.1 (2022-06-02)

Bugfix

  • Fix empty slide @sneridagh

Internal

  • Rename the internal component name to one more descriptive @sneridagh

1.2.0 (2022-05-30)

Feature

  • Sync the sidebar widget with the current slide state @sneridagh

Internal

  • New internal slider_object_list widget that takes care of the sync with the current slide in edit mode @sneridagh

1.1.2 (2022-05-28)

Internal

  • Remove yet another video from npm package @sneridagh

1.1.1 (2022-05-28)

Internal

  • Remove screenshot and video from npm package @sneridagh

1.1.0 (2022-05-28)

Feature

  • Add extension support @sneridagh
  • Allow body component to be extended via variations @sneridagh
  • Add default variation @sneridagh

Bugfix

  • Fix display bug in big screens @sneridagh
  • Fix internal slide schema to allow extension @sneridagh

1.0.0 (2022-04-25)

Feature

  • Initial release @sneridagh @tisto
  • Change Screencast Gif for README @kindermann

Internal

  • Added github workflows @robgietema