v14.0.1

BoundaryML/bamlv14.0.1Jun 29, 2026by nolimits4web

AI Summary

A patch release addressing regressions in web components and Vue wrappers introduced by the v14 rewrite, specifically restoring slide detection and rendering of built-in controls.

Key Highlights

  • Restores slide detection in web component by fixing shadow root resolution.
  • Fixes rendering of navigation, pagination, and scrollbar when using boolean parameters.
  • Resolves issues with `slidesEl` initialization in the Vue wrapper.

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)