Skip to content

Releases: cpreston321/nuxt-swiper

v2.0.0-1

22 Mar 22:10
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • chore: update swiper 10.2.0 & expose nuxt-swiper/types (c1d9b68)

v1.2.0

15 Jul 17:11
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.1.0

04 Apr 15:05
Compare
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
Compare
Choose a tag to compare

v1.0.0

06 Feb 15:18
Compare
Choose a tag to compare
  • πŸ†• Major version bump in Swiper: "9.0.2"
  • πŸͺ„ Improved typescript types for Swiper & SwiperSlides
  • 🌟 Optimize build for Vite with adding manual chunks.
  • πŸ§ͺ Improve Tests
  • πŸ†• Updated README.md with StackBlitz demo for a quick test.

image


v0.1.9

14 Jan 16:39
Compare
Choose a tag to compare