v14.0.2

LaurenzV/hayrov14.0.2Jul 7, 2026by nolimits4web

AI Summary

This release addresses build compatibility issues on Windows and fixes bugs related to pagination calculations and React thumb interaction handling.

Key Highlights

  • Fixed Windows build issue by spawning npx via shell in emit-types
  • Corrected pagination calculation for fraction/progressbar by dividing by grid rows
  • Fixed React thumbs tap handler binding when the thumbs swiper is set after initialization

Full Release Notes

### Bug Fixes

* **build:** spawn npx via shell on Windows in emit-types ([494f7b1](https://github.com/nolimits4web/Swiper/commit/494f7b14547ba4c7ce3f2b758d8a5b1bc9724f9f)), closes [#8197](https://github.com/nolimits4web/Swiper/issues/8197)
* **pagination:** divide fraction/progressbar total by grid rows ([edfbfa5](https://github.com/nolimits4web/Swiper/commit/edfbfa553a8d7188261efe0a57d73b3b71359904))
* **react:** bind Thumbs tap handler when thumbs swiper is set after init ([4fb72b9](https://github.com/nolimits4web/Swiper/commit/4fb72b92921da24ef11e764025bf05666c814cf3)), closes [#8198](https://github.com/nolimits4web/Swiper/issues/8198)