Skip to content

Releases: fengyuanchen/vue-carousel

v2.0.0

Choose a tag to compare

@fengyuanchen fengyuanchen released this 07 Feb 10:59

Upgrade to Vue 3.

v1.0.6

Choose a tag to compare

@fengyuanchen fengyuanchen released this 23 Jan 07:51
  • Fix the issue of the right and down directions are not work as expected.
  • Fix the issue of the carousel does not play again after the mouse left.

v1.0.5

Choose a tag to compare

@fengyuanchen fengyuanchen released this 18 May 12:30
  • Improve the pauseOnEnter and slideOnSwipe props. (#24).

v1.0.4

Choose a tag to compare

@fengyuanchen fengyuanchen released this 17 May 07:32
  • Fix the issue of the pauseOnEnter and slideOnSwipe props. (#18).
  • Add type attribute to control buttons for avoiding side-effect (#22).
  • Fix the cached index value when the data prop is changed (#23).

v1.0.3

Choose a tag to compare

@fengyuanchen fengyuanchen released this 11 Jan 07:54
  • Improve browser detecting for SSR (#20).

v1.0.2

Choose a tag to compare

@fengyuanchen fengyuanchen released this 12 May 02:36
  • Only set touch-action: none when the slideOnSwipe is set to true on mobile (#4).

v1.0.1

Choose a tag to compare

@fengyuanchen fengyuanchen released this 14 Feb 12:45
  • Fix wrong method name (#5).

v1.0.0

Choose a tag to compare

@fengyuanchen fengyuanchen released this 26 Jan 06:22
  • Add 2 new props: pauseOnEnter and slideOnSwipe.
  • Support to use as a Vue plugin: Vue.use(VueCarousel).
  • Support to use as a Vue component: Vue.component(VueCarousel.name, VueCarousel).
  • Register the component automatically once loaded in the browser.

v0.1.1

Choose a tag to compare

@fengyuanchen fengyuanchen released this 26 Jan 06:23
  • Force production mode to reduce the size of the bundled files.

v0.1.0

Choose a tag to compare

@fengyuanchen fengyuanchen released this 26 Jan 06:22
  • Support 9 props: autoplay, controls, data, direction, indicators, indicatorTrigger, indicatorType, interval and tag.
  • Support 5 methods: play, stop, prev, next and slideTo.