Swiper v14.0.1

v14.0.1
Fixed 2
  • Restore slide detection in web component by resolving slidesEl to the host element instead of the shadow root
  • Render navigation, pagination, and scrollbar when set as boolean params in web component and Vue wrapper

From Swiper

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 <swiper-container> element initialized with zero slides because slidesEl was resolved to the shadow root instead of the host element (b3b822f), closes #8196
  • 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), closes #8196
View original

Upgraded? How did it go?

Discussion