Skip to content
Compare
Choose a tag to compare

Internals

  • build: Don't ignore dist/ folder on NPM, so it is available after installing a package
564b9f2
Compare
Choose a tag to compare
Update package.json
Compare
Choose a tag to compare
chore: build
Compare
Choose a tag to compare

Revert wrongly published v3.4.0

Compare
Choose a tag to compare

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)
Compare
Choose a tag to compare

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)
Compare
Choose a tag to compare

Bug Fixes

  • fix(swipe): removeListeners have to receive the same capture argument as on addListener
Compare
Choose a tag to compare

Bug Fixes

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

Internals

  • refactor(): Minimalize style reflows
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

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