v14.0.1

openmeterio/openmeterv14.0.1Jun 29, 2026by nolimits4web

AI Summary

This patch release fixes two regressions in the web component and Vue wrapper introduced by the v14 rewrite, specifically addressing slide detection issues and boolean parameter rendering for navigation controls.

Key Highlights

  • Restored slide detection in the web component by resolving the slidesEl element to the host element instead of the shadow root.
  • Fixed rendering of built-in controls (navigation, pagination, scrollbar) when using bare boolean parameters.
  • Addresses issues related to the v14 rewrite that caused initialization problems.

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)