Releases: dynamicweb/swiffy-slider
Releases · dynamicweb/swiffy-slider
v1.6.0
Added
- Added support for
.slider-item-show2-sm
to support showing 2 slides on mobile no matter how many slides are shown on desktop #52.
Bugfixes
- Fixed the handleIndicators method to not execute if the indicators have been dismounted [#50]
- Fixed an issue in the extensions js handling dragging when first or last slide was dragged long distances [#48]
Full Changelog: v1.5.3...v1.6.0
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.1
v1.4.0
v1.3.1
v1.3.0
Bugfixes
- Package does not contain source files breaking imports using PM's #9
Changed
- Changed javascript to use
let
instead ofconst
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
What's Changed
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
[v1.2.0] - 03-12-2021
Bugfixes
- None
Changed
- Changed the use of
zoom
in css totransform: 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 attributedata-slider-nav-animation-threshold
swiffyslider.setVisibleSlides
can now be called with a threshold overwriting the default 0.3
What's Changed
New Contributors
Full Changelog: v1.1.0...v1.2.0