Releases: BKWLD/vue-ssr-carousel
Releases · BKWLD/vue-ssr-carousel
v1.4.0
v1.3.0
v1.2
v1.1
v1.0.5
v1.0.4
v1.0.3
- Remove “undefined” strings from rendered css
- Implement fallback slot content the correct way
- Make scope id unique based on slide count
Full Changelog: v1.0.2...v1.0.3
v1.0.2
1.0
What's Changed
There aren't any expected breaking changes, but I changed many things, so I decided on a major version bump.
New features
- Adds looping: https://vue-ssr-carousel.netlify.app/looping
- Adds peeking: https://vue-ssr-carousel.netlify.app/peeking
- Adds feathering prop
Changes
Fixes
- Prevent vertical scroll on touch dragging #43
- Cancel drag on context menu #40
- Fixes pagination dots when releasing drag outside out of bounds #31
Full Changelog: v0.3.1...v1.0.1