v11.1.14

nolimits4web/swiperv11.1.14Sep 12, 2024by nolimits4web

AI Summary

Resolves mobile input focus issues, improves navigation button positioning, and adds safety checks for zoom interactions.

Key Highlights

  • Fixed mobile input blur on touchstart
  • Fixed navigation buttons query on swiper.hostEl
  • Added sanity check before allowTouchMove call in timeout for zoom

Full Release Notes


### Bug Fixes

- **core:** fix mobile input blur on touchstart on different input ([66c5dd1](https://github.com/nolimits4web/Swiper/commit/66c5dd10dc3b75a645b17c5b06b193483c026a89)), closes [#7728](https://github.com/nolimits4web/Swiper/issues/7728)
- **element:** Query the swiper.hostEl for the navigation buttons ([#7714](https://github.com/nolimits4web/Swiper/issues/7714)) ([#7716](https://github.com/nolimits4web/Swiper/issues/7716)) ([d0b6abd](https://github.com/nolimits4web/Swiper/commit/d0b6abd74805398ac3cbf41aeebf141a805ec64b))
- **zoom:** add sanity check before allowTouchMove call in timeout ([#7723](https://github.com/nolimits4web/Swiper/issues/7723)) ([869bb84](https://github.com/nolimits4web/Swiper/commit/869bb843735718c3c77551644cfd717bbf9e264e))