Skip to content

Releases: dynamicweb/swiffy-slider

v1.6.0

28 Sep 06:46
905fabd
Compare
Choose a tag to compare

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

08 Apr 11:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

25 Mar 07:59
0bcf1c9
Compare
Choose a tag to compare

What's Changed

  • Add /css to exports for shorthand css + update doc by @nicped in #30

Full Changelog: v1.5.1...v1.5.2

v1.5.1

21 Mar 08:44
Compare
Choose a tag to compare

What's Changed

  • Change exports to include src css by @nicped in #25
  • Fix mobile round and square css and make mobile navigation a bit larger by @nicped in #28

Full Changelog: v1.5.0...v1.5.1

v1.5.0

16 Mar 20:53
Compare
Choose a tag to compare

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

23 Feb 20:59
Compare
Choose a tag to compare

Bugfixes

  • Fixed and issue with touch sliding when mouse draggable is enabled [#19]

v1.4.0

02 Feb 13:09
22259a7
Compare
Choose a tag to compare

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

17 Jan 23:55
Compare
Choose a tag to compare

Changed

  • renamed ´slide-visible-first´ to ´.slider-item-first-visible´ that was added in 1.3.0 due to naming error.

v1.3.0

17 Jan 23:32
Compare
Choose a tag to compare

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

What's Changed

  • remove active class instead of entire class attribute by @sasham43 in #7

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

03 Dec 12:53
Compare
Choose a tag to compare

[v1.2.0] - 03-12-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
  • 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