Skip to content

Commit 7f67722

Browse files
committed
14.0.1
1 parent a41daec commit 7f67722

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"remark-parse": "^11.0.0",
5252
"remark-prism": "^1.3.6",
5353
"remark-rehype": "^11.1.2",
54-
"swiper": "^14.0.0",
54+
"swiper": "^14.0.1",
5555
"tailwindcss": "^4.1.7",
5656
"typedoc": "^0.28.15",
5757
"typescript": "5.9.3",

src/pages/changelog.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ export const meta = {
1010

1111

1212

13+
## [14.0.1](https://github.com/nolimits4web/Swiper/compare/v14.0.0...v14.0.1) (2026-06-29)
14+
15+
Patch release fixing two web-component (and Vue wrapper) regressions introduced by the v14 rewrite.
16+
17+
### Bug Fixes
18+
19+
* **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)
20+
* **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)
21+
22+
1323
## [14.0.0](https://github.com/nolimits4web/Swiper/compare/v12.2.0...v14.0.0) (2026-06-26)
1424

1525
Swiper v14 is a ground-up **TypeScript rewrite** of the entire codebase, focused on smaller bundles, more accurate types, and a modern browser baseline. (We skipped v13.)

0 commit comments

Comments
 (0)