v14.0.1
supercorp-ai/supergatewayv14.0.1Jun 29, 2026by nolimits4web
AI Summary
Patch release fixing two regressions in web components and Vue wrappers introduced by the v14 rewrite, specifically regarding slide detection and boolean parameter rendering.
Key Highlights
- Fixed slide detection in web component where slidesEl was resolved to shadow root instead of host element.
- Fixed boolean parameter rendering for navigation, pagination, and scrollbar in web components and Vue wrappers.
- Addresses regressions introduced by the v14 rewrite.
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)