v14.0.1

LaurenzV/hayrov14.0.1Jun 29, 2026by nolimits4web

AI Summary

A patch release fixing regressions introduced in the v14 rewrite, specifically regarding slide detection in web components and boolean rendering of navigation elements.

Key Highlights

  • Fixed slide detection where slidesEl resolved to shadow root instead of host
  • Fixed navigation/pagination/scrollbar rendering when using boolean parameters

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)