Skip to content

Commit 78f90e7

Browse files
committed
12.2.0
1 parent 6b54784 commit 78f90e7

3 files changed

Lines changed: 16 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": "^12.1.4",
54+
"swiper": "^12.2.0",
5555
"tailwindcss": "^4.1.7",
5656
"typedoc": "^0.28.15",
5757
"typescript": "5.9.3",

src/pages/changelog.mdx

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

1111

1212

13+
## [12.2.0](https://github.com/nolimits4web/Swiper/compare/v12.1.4...v12.2.0) (2026-05-27)
14+
15+
16+
### Bug Fixes
17+
18+
* avoid duplicate css type resolutions ([aaf6014](https://github.com/nolimits4web/Swiper/commit/aaf60141d2af8a0dcfd4f06951de4e606c7a59d5))
19+
* **core:** guard against stale event listeners in onTouchEnd and onTouchMove ([00fe610](https://github.com/nolimits4web/Swiper/commit/00fe610b034edba92ef09a3f78b521673871b5f5))
20+
* **core:** guard all event handlers against stale invocations on destroyed swiper ([3b2b85f](https://github.com/nolimits4web/Swiper/commit/3b2b85f904789b14628f65c89edb4991c3bf5859))
21+
* **types:** support boolean as controller type ([b10f9e0](https://github.com/nolimits4web/Swiper/commit/b10f9e0d6d62303d16d9364be93ab454f6c3d038))
22+
23+
1324
## [12.1.4](https://github.com/nolimits4web/Swiper/compare/v12.1.3...v12.1.4) (2026-04-29)
1425

1526
### Bug Fixes

0 commit comments

Comments
 (0)