Skip to content

Commit

Permalink
Version Packages (#946)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 23, 2022
1 parent 16080c9 commit db8aeee
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-keys-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-mails-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-olives-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-comics-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-bees-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-apricots-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-mirrors-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-kids-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-jeans-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-sheep-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-moles-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-ads-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-radios-yawn.md

This file was deleted.

32 changes: 32 additions & 0 deletions packages/nuka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nuka/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit db8aeee

@vercel
Copy link

@vercel vercel bot commented on db8aeee Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.