Releases: cpreston321/nuxt-swiper
Releases Β· cpreston321/nuxt-swiper
v2.0.0-1
What's Changed
- Improved types for
swiper-container
&swiper-slide
custom 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@next
What'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
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0
- π Major version bump in
Swiper: "9.0.2"
- πͺ Improved typescript
types
forSwiper
&SwiperSlides
- π Optimize build for Vite with adding manual chunks.
- π§ͺ Improve Tests
- π Updated README.md with
StackBlitz
demo for a quick test.
- chore: update README.md (1a884d8)
- chore: commit lock file (afec359)
- chore: update stackblitz demo link (b0b6895)
- Merge pull request #39 from cpreston321/feat/stackblitzDemo (0d5f1c8)
- chore: update with example (dfa8688)
- Merge pull request #38 from cpreston321/chore/updateTests (bcd987c)
- chore: update tests fixture naming convention. (b79d253)
- Merge pull request #37 from cpreston321/feat/types (a4d9123)
- Merge branch 'main' of https://github.com/cpreston321/nuxt-swiper into feat/types (c436ff9)
- Merge pull request #36 from cpreston321/chore/updateDeps (33d9f99)
- feat: improve ts types for swiper (38a99fd)
- chore: update deps (35a76f3)
- Merge pull request #29 from misaon/patch-1 (9719628)
- update extendViteConfig (678a962)
- Separating Swiper into chunks from entry bundle (0b0b695)
- fix: prepare script from publishing local dist (8d6d61d)