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 becauseslidesElwas 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