All Versions
11
Latest Version
Avg Release Cycle
14 days
Latest Release
899 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.2 Changes
March 25, 2022π Bugfixes
- π Fixed the css exports in package.json [#29]
-
v1.5.1 Changes
March 21, 2022 -
v1.5.0 Changes
March 16, 2022β Added
- β Added support for .slider-nav-animation-zoomout to support zooming #23. See it action]
π Changed
- π Changed the autopause feature to also stop auto sliding when the touch is stoppen using touchend event
-
v1.4.1 Changes
February 23, 2022π Bugfixes
- π Fixed and issue with touch sliding when mouse draggable is enabled [#19]
-
v1.4.0 Changes
February 02, 2022π Bugfixes
- Bone
π Changed
- π CSS changed for nav arrows for better LTR support - specifically added left rules for .slider-nav
- π Changed loop of slides to also include go to end when on first slide [#16]
- β‘οΈ Update doc and configuration for noloop that it covers the new behavior above
-
v1.3.1 Changes
January 18, 2022π Changed
- π renamed Β΄slide-visible-firstΒ΄ to Β΄.slider-item-first-visibleΒ΄ that was added in 1.3.0 due to naming error.
-
v1.3.0 Changes
January 18, 2022π Bugfixes
- π¦ Package does not contain source files breaking imports using PM's #9
π Changed
- π Changed javascript to use let instead of const according to bp.
- π Changed package to ESM type only and included source in package files
- π Changed CSS to use rem based media queries
- β‘οΈ Optimized CSS related to navigation buttons when placed outside the slider
β Added
- β Added support for .slider-nav-autohide to support hiding previous and next navigation arrows when first or last slide is visible #8
-
v1.2.0 Changes
December 03, 2021π Bugfixes
- None
π Changed
- π Changed the use of zoom in css to transform: scale()
- π Changed javascript to use " instead ' consistently
- π Changed all event listeners to be passive to increase performance even further
β Added
- π Support for mouse drag option using the new swiffy-slider-extensions object
- β Added swiffy-slider-extensions for adding features not needed for core releases. Can be accessed on swiffyslider.extensions.*
- π§ Configure animation threshold for the intersection observer that sets .slide-visible when sliding. New attribute data-slider-nav-animation-threshold
- 0οΈβ£ swiffyslider.setVisibleSlides can now be called with a threshold overwriting the default 0.3
-
v1.1.0 Changes
November 16, 2021π Bugfixes
- π§ Configurator did not start autuplay when enabled
- π Navigation in docs fixed
β Added
- Slide animation
- Javascript can now set visible-slide class using intersection observer
- π Different animation styles in css
β Removed
- π₯ BREAKING slider-item-shadow has been removed since it uses ::after which disables touch sliding on mobile devices
-
v1.0.2 Changes
November 08, 2021- π Fix z-index issue with nav and indicators (#1)