Skip to content

Latest commit

 

History

History
106 lines (38 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

106 lines (38 loc) · 4.04 KB

2.0.0 (2022-02-07)

2.0.0-beta (2021-06-12)

Features

  • add slide and slid events (57a7a70), closes #6

2.0.0-alpha (2021-01-23)

  • refactor!: upgrade to Vue 3 (6e12a6d)

BREAKING CHANGES

  • drop support for Vue 2.

1.0.6 (2021-01-23)

Bug Fixes

  • fix the right and down directions sliding (11b42fd)
  • fix the wrong playing status checking (5683e1c)

1.0.5 (2020-05-18)

Bug Fixes

  • improve the pauseOnEnter and slideOnSwipe props (a51bce5), closes #24

1.0.4 (2020-05-17)

Bug Fixes

  • pauseOnEnter and slideOnSwipe must base on autoplay (adfcabe), closes #18
  • add type attribute to control buttons (8c8b62a), closes #22
  • correct the cache index when data changed (469ea19), closes #23

1.0.3 (2020-01-11)

Bug Fixes

  • improve browser detecting for SSR (801df0a), closes #20

1.0.2 (2019-05-12)

Bug Fixes

  • only disable touch action when it is slidable (d0b9210), closes #4

1.0.1 (2019-02-14)

Bug Fixes

Performance Improvements

1.0.0 (2019-01-26)

Features

  • add pauseOnEnter and slideOnSwipe properties (3ea827a), closes #4
  • install automatically when in the browser (b429b9c)
  • register as a plugin (004a0ba)

0.1.1 (2018-08-05)

0.1.0 (2018-06-28)