Releases: cpreston321/nuxt-swiper
v2.0.1
What's Changed
- fix: swiper-container :init="false" The method returned by useSwiper β¦ by @LUDA0831 in #140
- feat: upgrade deps and docs by @cpreston321 in #220
New Contributors
- @dragunovartem99 made their first contribution in #152
- @LUDA0831 made their first contribution in #140
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
In this release it's a major change, swiper now uses swiper/elements instead of the swiper/vue. This could be a huge change for some since the component is now a web component vs native Vue component but I updated the README.md accordingly.
The people that are already on the next branch you don't nothing to worry expect just to use latest instead of next. If you have any questions in regards please follow up with an issue. I hope everyone has a great day π. Thanks CP.
Full Changelog: v1.2.2...v2.0.0
v2.0.0-1
What's Changed
- Improved types for
swiper-container&swiper-slidecustom element useSwiper(ref, swiperOptions)- Added a second param forSwiperOptions- If
<swiper-container :int="false">and you pass options the composable will auto initialize it.
- If
- New module option called
bundled(defaults totrue) - if set to false will not include any of the swiper css or modules and will have to manually add them. - Updated examples
- Added more to the README Doc.
v2.0.0-0 Pre-release
π¨ Migrate from Swiper Vue to Swiper Elements as discussed in #55.
Note
This is a work in progress still if you want to test, please use it by installing the nuxt-swiper@next branch.
if you have any issues please report them thank you!
pnpm i nuxt-swiper@nextWhat's Changed
- feat: upgrade swiper v10 -> v11 by @TakNePoidet in #103
Full Changelog: v1.2.2...v2.0.0-0
v1.2.2
What's Changed
- fix: nuxt v3.7 remove compilerOptions.types by @Soya-xy in #85
- chore: update deps by @cpreston321 in #87
New Contributors
Full Changelog: v1.2.1...v1.2.2