# Swiper v14.0.1 - Product: Swiper (https://whatsnew.fyi/product/swiper) - Vendor: idangero.us - Date: 2026-06-29 - Version: v14.0.1 - Original notes: https://github.com/nolimits4web/swiper/releases/tag/v14.0.1 - Permalink: https://whatsnew.fyi/product/swiper/releases/v14.0.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Restore slide detection in web component by resolving slidesEl to the host element instead of the shadow root - **fixed** — Render navigation, pagination, and scrollbar when set as boolean params in web component and Vue wrapper 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 `` 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 (``, 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)