v14.0.1
nolimits4web/swiperv14.0.1Jun 29, 2026by nolimits4web
AI Summary
Patch release fixing regressions in web components and Vue wrappers introduced by the v14 rewrite, specifically regarding slide detection and built-in control rendering.
Key Highlights
- Restored slide detection in web components
- Fixed rendering of navigation/pagination/scrollbar with boolean params
- Resolved issue #8196
Full Release Notes
Patch release fixing two web-component (and Vue wrapper) regressions introduced by the v14 rewrite. ### Bug Fixes * **core:** restore slide detection in web component — the `<swiper-container>` element initialized with zero slides because `slidesEl` was resolved to the shadow root instead of the host element ([b3b822f](https://github.com/nolimits4web/Swiper/commit/b3b822f98edcd4ebfc9816a6b8924225bac3f5dd)), closes [#8196](https://github.com/nolimits4web/swiper/issues/8196) * **element:** render navigation/pagination/scrollbar when set as boolean params — bare boolean usage (`<swiper-container navigation>`, Vue `:navigation="true"`) stopped rendering the built-in controls ([253fa39](https://github.com/nolimits4web/Swiper/commit/253fa399f278b0edc9f74cec37f0df5edbe28ea9)), closes [#8196](https://github.com/nolimits4web/swiper/issues/8196)