v14.1.0

nolimits4web/swiperv14.1.0Aug 6, 2026by nolimits4web

AI Summary

This release focuses on resolving critical bugs in the core module and type definitions to ensure correct behavior. It addresses specific issues regarding module defaults, viewport-relative offsets, and the preservation of options in breakpoints. These updates aim to improve the overall stability of the Swiper library.

Key Highlights

  • Fixed core module defaults when parameters originate from another realm
  • Restored viewport-relative behavior for elementOffset
  • Preserved module options within breakpoints configuration
  • Updated TypeScript definitions to match core fixes

Full Release Notes

### Bug Fixes

* **core:** keep module defaults when params come from another realm ([4bb6caf](https://github.com/nolimits4web/Swiper/commit/4bb6cafebcfdeb736695b49b6f2d94d4265a4ecf))
* **core:** make elementOffset viewport-relative again ([1115f9e](https://github.com/nolimits4web/Swiper/commit/1115f9e73b65e87c30fcc8e005929fb41c86efc0)), closes [#8209](https://github.com/nolimits4web/Swiper/issues/8209)
* **types:** preserve module options in breakpoints ([d598495](https://github.com/nolimits4web/Swiper/commit/d598495ede2a0dc7aad3f44b7bf7afdbdc98a48b)), closes [#8207](https://github.com/nolimits4web/Swiper/issues/8207)