Releases: fengyuanchen/vue-carousel
Releases · fengyuanchen/vue-carousel
Release list
v2.0.0
v1.0.6
- 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
- Improve the
pauseOnEnterandslideOnSwipeprops. (#24).
v1.0.4
v1.0.3
- Improve browser detecting for SSR (#20).
v1.0.2
- Only set
touch-action: nonewhen theslideOnSwipeis set totrueon mobile (#4).
v1.0.1
v1.0.0
- Add 2 new props:
pauseOnEnterandslideOnSwipe. - 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
- Force production mode to reduce the size of the bundled files.
v0.1.0
- Support 9 props:
autoplay,controls,data,direction,indicators,indicatorTrigger,indicatorType,intervalandtag. - Support 5 methods:
play,stop,prev,nextandslideTo.