Skip to content

Releases: cpreston321/nuxt-swiper

v2.0.1

10 May 01:15

Choose a tag to compare

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

Full Changelog: v2.0.0...v2.0.1

v2.0.0

14 Nov 15:26

Choose a tag to compare

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

22 Mar 22:10

Choose a tag to compare

v2.0.0-1 Pre-release
Pre-release

What's Changed

  • Improved types for swiper-container & swiper-slide custom element
  • useSwiper(ref, swiperOptions) - Added a second param for SwiperOptions
    • If <swiper-container :int="false"> and you pass options the composable will auto initialize it.
  • New module option called bundled (defaults to true) - 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.

  • feat: improve module, composable, and types (145b8ab)
  • chore: update (5a95dcf)

v2.0.0-0 Pre-release

28 Nov 02:47

Choose a tag to compare

v2.0.0-0 Pre-release Pre-release
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

Full Changelog: v1.2.2...v2.0.0-0

v1.2.2

26 Aug 14:16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

24 Aug 15:56

Choose a tag to compare

  • chore: update swiper 10.2.0 & expose nuxt-swiper/types (c1d9b68)

v1.2.0

15 Jul 17:11

Choose a tag to compare

Notes

  • ⬆️ upgrade swiper from v9 -> v10

Commits

  • chore : update package manger version (477ef95)
  • chore: update swiper to v10 (f8308be)

v1.1.1

20 Jun 13:41

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 Apr 15:05

Choose a tag to compare

  • feat: update dependancies (94bf04c)
    • Swiper: 9.2.0
  • feat: add useSwiper() example to StackBlitz example (94bf04c)
  • chore: updated README.md

v1.0.1

01 Mar 00:38

Choose a tag to compare