diff --git a/.changeset/dirty-keys-brush.md b/.changeset/dirty-keys-brush.md deleted file mode 100644 index d50c5277..00000000 --- a/.changeset/dirty-keys-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -Fix autoplay timing so the interval is not extended occasionally when wrapAround=true diff --git a/.changeset/dull-mails-own.md b/.changeset/dull-mails-own.md deleted file mode 100644 index a939e1e3..00000000 --- a/.changeset/dull-mails-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -make the prev/next buttons jump to appropriate indices with cellAlign=center|right diff --git a/.changeset/four-olives-hope.md b/.changeset/four-olives-hope.md deleted file mode 100644 index e0083995..00000000 --- a/.changeset/four-olives-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -keyboard-triggered "firstSlide" or "lastSlide" actions are now animated, and now take cellAlign into account diff --git a/.changeset/gentle-comics-glow.md b/.changeset/gentle-comics-glow.md deleted file mode 100644 index 8088da02..00000000 --- a/.changeset/gentle-comics-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -make autoplay continue to the last slide when cellAlign != left and slidesToShow > 1 diff --git a/.changeset/nervous-bees-grow.md b/.changeset/nervous-bees-grow.md deleted file mode 100644 index fdbc5f54..00000000 --- a/.changeset/nervous-bees-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -children of Carousel that are falsy will not be rendered as slides diff --git a/.changeset/pink-apricots-pay.md b/.changeset/pink-apricots-pay.md deleted file mode 100644 index 90e1744c..00000000 --- a/.changeset/pink-apricots-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -fix missing slide-visible classes when slideIndex has fractional digits diff --git a/.changeset/pink-mirrors-design.md b/.changeset/pink-mirrors-design.md deleted file mode 100644 index 19c2f36f..00000000 --- a/.changeset/pink-mirrors-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -correct button disabling when cellAlign=center|right diff --git a/.changeset/plenty-kids-cross.md b/.changeset/plenty-kids-cross.md deleted file mode 100644 index 7087989a..00000000 --- a/.changeset/plenty-kids-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': minor ---- - -makes it possible to swipe over multiple slides at once rather than being limited to one diff --git a/.changeset/shy-jeans-study.md b/.changeset/shy-jeans-study.md deleted file mode 100644 index d4d0869a..00000000 --- a/.changeset/shy-jeans-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -show a dot corresponding to the last slide when cellAlign=center|right diff --git a/.changeset/shy-sheep-cheer.md b/.changeset/shy-sheep-cheer.md deleted file mode 100644 index fb13617f..00000000 --- a/.changeset/shy-sheep-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -fixes number of dots in default controls and eliminates janky animation when changing slides rapidly diff --git a/.changeset/spotty-moles-attack.md b/.changeset/spotty-moles-attack.md deleted file mode 100644 index a30503f4..00000000 --- a/.changeset/spotty-moles-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -setting "dragging" to false will no longer disable carousel swiping on mobile ("swiping" does that) diff --git a/.changeset/strong-ads-heal.md b/.changeset/strong-ads-heal.md deleted file mode 100644 index e278e84a..00000000 --- a/.changeset/strong-ads-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -keyboard interactions when focused on the carousel are now kept from bubbling up and triggering other listeners diff --git a/.changeset/wicked-radios-yawn.md b/.changeset/wicked-radios-yawn.md deleted file mode 100644 index 8f9d9077..00000000 --- a/.changeset/wicked-radios-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': patch ---- - -fix initial index when autoplayReverse=true and cellAlign is not left diff --git a/packages/nuka/CHANGELOG.md b/packages/nuka/CHANGELOG.md index bbbfa5bc..dde9e29e 100644 --- a/packages/nuka/CHANGELOG.md +++ b/packages/nuka/CHANGELOG.md @@ -1,5 +1,37 @@ # Nuka Changelog +## 5.3.0 + +### Minor Changes + +- makes it possible to swipe over multiple slides at once rather than being limited to one ([#956](https://github.com/FormidableLabs/nuka-carousel/pull/956)) + +### Patch Changes + +- Fix autoplay timing so the interval is not extended occasionally when wrapAround=true ([#954](https://github.com/FormidableLabs/nuka-carousel/pull/954)) + +* make the prev/next buttons jump to appropriate indices with cellAlign=center|right ([#952](https://github.com/FormidableLabs/nuka-carousel/pull/952)) + +- keyboard-triggered "firstSlide" or "lastSlide" actions are now animated, and now take cellAlign into account ([#958](https://github.com/FormidableLabs/nuka-carousel/pull/958)) + +* make autoplay continue to the last slide when cellAlign != left and slidesToShow > 1 ([#952](https://github.com/FormidableLabs/nuka-carousel/pull/952)) + +- children of Carousel that are falsy will not be rendered as slides ([#953](https://github.com/FormidableLabs/nuka-carousel/pull/953)) + +* fix missing slide-visible classes when slideIndex has fractional digits ([#947](https://github.com/FormidableLabs/nuka-carousel/pull/947)) + +- correct button disabling when cellAlign=center|right ([#952](https://github.com/FormidableLabs/nuka-carousel/pull/952)) + +* show a dot corresponding to the last slide when cellAlign=center|right ([#952](https://github.com/FormidableLabs/nuka-carousel/pull/952)) + +- fixes number of dots in default controls and eliminates janky animation when changing slides rapidly ([#945](https://github.com/FormidableLabs/nuka-carousel/pull/945)) + +* setting "dragging" to false will no longer disable carousel swiping on mobile ("swiping" does that) ([#956](https://github.com/FormidableLabs/nuka-carousel/pull/956)) + +- keyboard interactions when focused on the carousel are now kept from bubbling up and triggering other listeners ([#958](https://github.com/FormidableLabs/nuka-carousel/pull/958)) + +* fix initial index when autoplayReverse=true and cellAlign is not left ([#952](https://github.com/FormidableLabs/nuka-carousel/pull/952)) + ## 4.8.3 (2021-11-19) - [#810](https://github.com/FormidableLabs/nuka-carousel/pull/810) fix: Last image is not rendered with 3 slides diff --git a/packages/nuka/package.json b/packages/nuka/package.json index 6ca88146..a7d824f5 100644 --- a/packages/nuka/package.json +++ b/packages/nuka/package.json @@ -1,6 +1,6 @@ { "name": "nuka-carousel", - "version": "5.2.0", + "version": "5.3.0", "description": "Pure React Carousel", "main": "lib/index.js", "module": "es/index.js",