Skip to content

Releases: nolimits4web/swiper

v12.0.3

21 Oct 15:19

Choose a tag to compare

Bug Fixes

  • element: fixed reference to nav arrows SVG (0b17ecf), closes #8115

Features

  • core: add 'getRotateFix' export to effect utils (c97ae5d), closes #8114

v12.0.2

18 Sep 16:03

Choose a tag to compare

Features

  • navigation: add styles for when buttons set before slider (4588c57), closes #8085
  • navigation: new addIcons parameter to add SVG icons to nav buttons (b955b0c), closes #8088 #8087

v12.0.1

11 Sep 20:31

Choose a tag to compare

Bug Fixes

  • navigation: tweak nav styles when adjacent (98440d9)

v12.0.0

11 Sep 20:07

Choose a tag to compare

Bug Fixes

  • core: fixes issues when slidesOffsetBefore & slidesOffsetAfter are combinated with centeredSlides, slidesPerView & loop (#8038) (74cc297), closes #7298 #7956 #6916
  • effect-cards: fix offset in vertical direction when rotate is unset (a248ca1), closes #8075
  • get-device: regexp tweak (60bb79b), closes #8057
  • types: correct types for getSlideTransformEl (b34bdce), closes #8054

Features

  • a11y: add wrapperLiveRegion param to disable wrapper live region in a11y module (#8061) (d03044e)
  • move to SVG icons for navigation (264603c), closes #6652 #4990
  • remove LESS and SCSS styles in favor of CSS (118ec66)
  • virtual: add slidesPerViewAutoSlideSize parameter for fixed slide dimensions with slidesPerView auto (d472144), closes #8041 #7796

v11.2.10

28 Jun 15:06

Choose a tag to compare

Bug Fixes

  • core: fix clickedIndex with grid (863d8bd)

v11.2.9

27 Jun 18:08

Choose a tag to compare

Bug Fixes

  • core: clear blank slides within loopCreate() (#8033) (377d53c)
  • core: escape brackets when transforming classes to selector (#8014) (0c53ee8)
  • core: slideTo function does not work when grid.rows > 1 (#8030) (1fde9d3)
  • core: using loop and slideToClickedSlide / slideToLoop with centeredSlides (b6692e2), closes #8031
  • element: don't set subprops on boolean values (090caa1), closes #8003
  • keyboard: detect contenteditable element in keyboard module (#8006) (fcd434a)
  • vue: add missing event (839cafb), closes #8002

v11.2.8

23 May 16:11

Choose a tag to compare

Bug Fixes

  • virtual: fix error in Virtual slides (7a53208), closes #7997

v11.2.7

19 May 22:47

Choose a tag to compare

Bug Fixes

  • core: fix for slideResetTransition events (#7989) (473ec25)
  • core: set innerHTML using trusted type (8a46954), closes #7961
  • react,vue: fix not rendered slides in effects when Virtual is enabled (e4e1680), closes #7730
  • types: add enabled property on swiper-class.d.ts (#7973) (ccd96dc)
  • types: coverflow effect can be number or string with percentage (#7931) (4d988d8)
  • types: fix effect param type (#7945) (42eec07)
  • vue: added missing props (#7966) (6aa8d05)

v11.2.6

19 Mar 17:43

Choose a tag to compare

Bug Fixes

  • cards/loop: improve loop behavior with cards effect (9a258d4), closes #7917
  • core: fix initialSlide in loop mode when it there are not enough slides to fill (16818e2), closes #7780
  • core: fix touchReleaseOnEdges in RTL (d841428), closes #7179

v11.2.5

04 Mar 00:23

Choose a tag to compare

Bug Fixes

  • docs: correct structure of pagination render functions (b259723), closes #7897 #7896
  • thumbs: correct reinit thumbs (1cf24d4), closes #7880
  • zoom: fix transform origin of zoom.in() function (#7904) (f7febe1)

Features

  • check if slidesEl is defined in loopDestroy (#7906) (ced30cb)