Bug Fixes
- fix(swipe): removeListeners have to receive the same capture argument as on addListener
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
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