All Versions
11
Latest Version
Avg Release Cycle
14 days
Latest Release
757 days ago

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

    πŸ›  Bugfixes

    • πŸ›  Fixed an issue with round and square navigation arrows on mobile: #27
    • πŸ›  Fixed an issue with autoplayer example on examples page #26
    • πŸ“¦ Included the CSS in the exports in package.json #24
  • 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)