All Versions
12
Latest Version
Avg Release Cycle
42 days
Latest Release
1675 days ago

Changelog History
Page 1

  • v3.4.1 Changes

    September 23, 2019

    βͺ Revert wrongly published v3.4.0

  • v3.4.0 Changes

    September 19, 2019

    πŸ”‹ Features

    • feat(): Introduce new cloningRation option
  • v3.3.0 Changes

    April 20, 2019

    πŸ› Bug Fixes

    • πŸ›  fix(run): run.start and run.end events should be called when moving to first/last silde (#344)

    Internals

    • feat(run): Warn about invalid direction pattern (#343)
    • βœ… test(): Introduce test suite for events (#344)
  • v3.2.7 Changes

    March 22, 2019

    πŸ› Bug Fixes

    • πŸ›  fix(controls): Check if control element exists before removing active class (#320)
    • πŸ›  fix(swipe): Remove movable flag that caused blocking of swiping (#330)

    Internals

    • πŸ›  fix(controls): Touchstart event should be passive (#322)
  • v3.2.6 Changes

    February 10, 2019

    πŸ› Bug Fixes

    • πŸ›  fix(swipe): removeListeners have to receive the same capture argument as on addListener
  • v3.2.5 Changes

    February 06, 2019

    πŸ› Bug Fixes

    • πŸ›  fix(anchors): Call stopPropagation on prevented click event (#312)

    Internals

    • πŸ’… refactor(): Minimalize style reflows
  • v3.2.4 Changes

    November 24, 2018

    πŸ”‹ Features

    • feat(swipe): Use passive events (#264)

    πŸ› Bug Fixes

    • πŸ›  fix(run): Do not disable slides changing when there are fewer items than a number in perView option (#292)
    • πŸ›  fix(clones): Add extra clones in peek mode (#278)
    • πŸ›  fix(swipe): Stop scrolling page while swiping (#258)

    Internals

    • πŸ›  fix(defaults): Use shorten format for animationTimingFunc
  • v3.2.3 Changes

    August 08, 2018

    πŸ› Bug Fixes

    • πŸ›  fix(styles): Don't use initial for white-space declaration (#249)
    • πŸ›  fix(gaps): Gaps have to property recalculate on resize
    • πŸ›  fix(swipe): Remove the passive attribute from swiping events (#248, #245)

    Internals

    • πŸ›  fix(tests): Update jest package and resolve local storage error of jsdom by using older version
  • v3.2.2 Changes

    July 23, 2018

    πŸ› Bug Fixes

    • πŸ›  fix(swipe): Don't return events handler methods from bonded closures
    • πŸ›  fix(utils): Protect from missing DOM firstChild if parentNode do not exist (#247)
  • v3.2.1 Changes

    July 22, 2018

    πŸ› Bug Fixes

    • πŸ›  fix(breakpoints): Using .update() breaks breakpoints functionality (#244)

    Internals

    • πŸ”€ mergeOptions function now extends breakpoints propertly
    • ⚑️ Use mergeOptions instead of directly Object.assign in update() API method