- Fix typo in variable name @sneridagh #30
- Add adjustment option for the width of the slider container via CSS custom property. @sneridagh #29
- 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
- Update docker environment @sneridagh #23
- New docker based testing infrastructure @sneridagh #20
- Fix edge case in adapter when the object is null or undefined @sneridagh #21
- Fix adapter now that the ObjectListWidget works well in Volto @sneridagh #19
- Use a
dataAdapter
for the slider instead of anuseEffect
. Fix theimage_scales
problem in edit. @sneridagh #18
- Support for stored catalog
image_scales
@sneridagh #16
- 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
- Disambiguation of an i18n msgid with one in core @sneridagh
- Compatibility with Volto 16 RC2 onwards. The defaults now are handled by Volto itself, not the add-on code. @sneridagh
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
- Fix ally for slider (header level). So the inner heading changed from
h3
toh2
. Update your CSS if required. @sneridagh
- 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
- Fix empty slide @sneridagh
- Rename the internal component name to one more descriptive @sneridagh
- Sync the sidebar widget with the current slide state @sneridagh
- New internal
slider_object_list
widget that takes care of the sync with the current slide in edit mode @sneridagh
- Remove yet another video from npm package @sneridagh
- Remove screenshot and video from npm package @sneridagh
- Add extension support @sneridagh
- Allow body component to be extended via variations @sneridagh
- Add default variation @sneridagh
- Fix display bug in big screens @sneridagh
- Fix internal slide schema to allow extension @sneridagh
- Initial release @sneridagh @tisto
- Change Screencast Gif for README @kindermann
- Added github workflows @robgietema