Skip to content

Releases: nolimits4web/swiper

v8.0.2

02 Feb 10:00
Compare
Choose a tag to compare

Bug Fixes

  • core: fix slider freeze with enabled observer (8ff2691), closes #5414

v8.0.1

01 Feb 15:31
Compare
Choose a tag to compare

Bug Fixes

  • angular: fix angular export (8785e2b), closes #5414
  • react: types for useSwiper and useSwiperSlide hooks (2cbf82c), closes #5413

Features

  • angular: remove deprecated index property (#5412) (63642a1)

v8.0.0

01 Feb 07:45
Compare
Choose a tag to compare

Bug Fixes

  • a11y: update aria-disabled on lock/unlock (8183466), closes #5383
  • angular: [@output](https://github.com/output) events emitting (#5225) (a34eb7a)
  • angular: get params types (#5390) (8731204)
  • angular: toggle input (#5229) (#5254) (03acbe2)
  • core: don't prevent focusable elements click when allowTouchMove: false (f0eac04), closes #5358
  • core: don't swipe over <select> element (faeb14a), closes #5268
  • lazy: only activate preloader-spin animation when slide is active (#5203) (b7d89ea), closes #5202
  • react: compatibility with React 18 strict mode (68bcec8), closes #5398
  • react: update controller.control on control prop array change (7c53de8), closes #5368
  • svelte: swiperSlide slot data with context (89f14ab)
  • types: bullets type should be Dom7Array (#5405) (d248a14)

Features

  • a11y: automatically switch slides on focus (Tab) in inactive slides (1288271), closes #3149
  • angular: update to angular 13 and enable tsconfig strict (#5231) (23ee4b3)
  • autoplay: autoplayPause and autoplayResume events (aea56ed)
  • free-mode: stop scrolling when touch event happens in freeMode (80958d5), closes #4616
  • react: useSwiper and useSwiperSlide context hooks (#5364) (18bb89b)
  • svelte: swiper and swiperSlide context (#5391) (b5c2d3b)
  • svelte: import index (c91f222), closes #4976 #4975
  • virtual: support rewind functionality with Virtual slides (e52de28)
  • vue: useSwiper and useSwiperSlide context hooks (987a32e)
  • new maxBackfaceHiddenSlides param to prevent flicker in Safari (d679a98)
  • new maxBackfaceHiddenSlides param to prevent flicker in Safari (8c05e6d)
  • svelte: types for Swiper slot virtualData (682f56f)
  • svelte: types for SwiperSlide slot data (1fa70e1), closes #5349
  • vue: provide - inject swiper and swiperSlide context (#5377) (f3145b1)
  • update dom7 to latest (a6b1a47)

v7.4.1

24 Dec 11:25
Compare
Choose a tag to compare
  • fix(types): fix rewind description

7.4.0

24 Dec 11:21
Compare
Choose a tag to compare
  • fix(pagination): fix dynamic bullets position with loop enabled

    fixes #5304

  • fix(core): autoHeight shouldn't ignore zero height slides

    fixes #5281

  • feat(core): add rewind functionality

    fixes #5003
    fixes #5270

v7.3.4

22 Dec 09:04
Compare
Choose a tag to compare
  • fix(angular): fix nativeElement check

    ref #5296 (review)

  • Added "svelte": "./swiper.esm.js" (#5301)

    Sometimes during a svelte kit build, an error occurs due to this entry missing. This should not impact anything else

  • fix(angular): setElement checks (#5305)

  • refactor(core/slide/slideTo): remove duplicate code (#5211)

    • refactor(core/slide/slideTo): remove duplicate code

    • refactor(core/slide/slideTo): remove duplicate code

v7.3.3

16 Dec 10:26
Compare
Choose a tag to compare
  • fix(angular): setElement call updateInitSwiper bug (#5296)

    • fix(angular): setElement call updateInitSwiper bug
  • 7.3.3 release

v7.3.2

13 Dec 09:33
Compare
Choose a tag to compare
  • fix(angular): toggle input (#5229)

    • fix(angular): toggle input

    • fix(angular): toggle input

    • fix(angular): params

    • fix(angular): remove console log

    Co-authored-by: Vladimir Kharlampidi nolimits4web@gmail.com

  • feat: update dom7 and ssr-window to latest

  • feat(a11y): add aria-current to current bullet (#5258)

    • feat(a11y): add aria-current to current bullet

    • fix(a11y): aria current bullet

    • fix(a11y): current bullet

    • fix(a11y): current bullet

    • fix(a11y): current bullet

    • fix(a11y): current behaivor

    • test(a11y): current bullet

    • refactor(a11y): hasPagination

  • 7.3.2 release

v7.3.1

08 Dec 17:16
Compare
Choose a tag to compare
  • Fixed can not get clicked slider in shadow root issue (#5223)

    • fix can not get clicked slider in shadow root

    • fix event.path is non-standard

  • feat(angular): support on params (#5224)

  • 7.3.1 release

v7.2.0

28 Oct 08:24
Compare
Choose a tag to compare

Features

  • add "main" and "module" package fields (f228391)
  • update dom7 and ssr-window to latest (7d45076)