Skip to content

Releases: kitconcept/volto-slider-block

5.1.1

21 Sep 07:52
38ecb38
Compare
Choose a tag to compare

5.1.1 (2023-09-21)

Bugfix

5.1.0

20 Sep 11:45
85e5254
Compare
Choose a tag to compare

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

20 Sep 10:40
c07a62f
Compare
Choose a tag to compare

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

4.3.0

20 Apr 09:08
f2e2b54
Compare
Choose a tag to compare

4.3.0 (2023-04-20)

Feature

Bugfix

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

4.2.1

19 Apr 13:01
4fb8027
Compare
Choose a tag to compare

4.2.1 (2023-04-19)

Bugfix

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

4.2.0

21 Mar 16:06
9d8b9b8
Compare
Choose a tag to compare

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

26 Jan 10:22
5ac12b2
Compare
Choose a tag to compare

4.1.0 (2023-01-26)

Feature

Internal

4.0.0

24 Nov 15:56
f59913b
Compare
Choose a tag to compare

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

21 Nov 14:22
37f9ec7
Compare
Choose a tag to compare

Bugfix

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

3.0.0

20 Nov 19:53
edbb58c
Compare
Choose a tag to compare

Breaking

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