Sourced from swiper's changelog.
6.5.1 (2021-03-29)
Bug Fixes
- a11y: correct
aria-roledescriptionattribute name (1b73c3b), closes #4371- core: fixed proto pollution (ec358de)
- core: fixed proto pollution (9dad273)
- isObject cross window (7c36077)
- isObject cross window (95b5dfe)
- update virtual slides (e33242c)
- core: replace unsupported Object.entries (6dff71d), closes #4341
- core: use
getComputedStylehelper (9698e58), closes #4337Features
- a11y.slideLabelMessage (9fd6e68)
- custom html element support (f96db02)
- navigation: set
disabledprop on nav element if it is a<button>element (7536fbd), closes #43126.5.0 (2021-03-05)
Bug Fixes
- a11y: space should trigger role button (3d4039b)
- core: correctly update slideIndex when other elements are present in slides wrapper (21e7713)
- core: don't toggle zoom during transition (16f185e), closes #4259
- core: don't try to move slider when it is locked (51fd048), closes #4284
- e2e: initSwiper (9915f8b)
- lazy: fixed issue with lazy loading when freeMode stops without momentum (82bcc5c), closes #4274 #4275
- navigation: don't hide navigation on pagination click (7b7cccf), closes #4285
- pagination: don't hide pagination on navigation click (68b8a93), closes #4285
- svelte: fix Svelte cjs exports (478289c), closes #4297
Features
- components: added "resizeObserver" boolean option/prop to enable ResizeObserver (f03ffbb), closes #4244
- core: added support to use ResizeObserver with new "resizeObserver" parameter (5f80052), closes #4244
- core: possible to enable breakpoints based on container width (instead of window width) (42db86d), closes #4244
- init cypress (6159524)
6.4.15 (2021-02-18)
Bug Fixes
- angular, vue, svelte: add 'observer', etc. to params-list (8f1cd29)
- core: correctly store class names (02265ec), closes #4247
6.4.14 (2021-02-17)
Bug Fixes
... (truncated)
29aee04 6.5.1 release93bb86d Merge branch 'master' of https://github.com/nolimits4web/swiperec358de fix(core): fixed proto pollution9cd8f82 Merge pull request #4378 from andymark-by/patch-24d203eb Merge pull request #4379 from andymark-by/patch-115a9dbe Fix postcss 8 error2f18e00 fix postcss 8 errorc19ecaf chore(e2e): fix a11y test to look for a new attribute1b73c3b fix(a11y): correct aria-roledescription attribute name985146a Merge branch 'master' of https://github.com/nolimits4web/swiper