Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #946

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Version Packages #946

merged 1 commit into from
Aug 23, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 3, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

nuka-carousel@5.3.0

Minor Changes

  • makes it possible to swipe over multiple slides at once rather than being limited to one (#956)

Patch Changes

  • Fix autoplay timing so the interval is not extended occasionally when wrapAround=true (#954)

  • make the prev/next buttons jump to appropriate indices with cellAlign=center|right (#952)

  • keyboard-triggered "firstSlide" or "lastSlide" actions are now animated, and now take cellAlign into account (#958)

  • make autoplay continue to the last slide when cellAlign != left and slidesToShow > 1 (#952)

  • children of Carousel that are falsy will not be rendered as slides (#953)

  • fix missing slide-visible classes when slideIndex has fractional digits (#947)

  • correct button disabling when cellAlign=center|right (#952)

  • show a dot corresponding to the last slide when cellAlign=center|right (#952)

  • fixes number of dots in default controls and eliminates janky animation when changing slides rapidly (#945)

  • setting "dragging" to false will no longer disable carousel swiping on mobile ("swiping" does that) (#956)

  • keyboard interactions when focused on the carousel are now kept from bubbling up and triggering other listeners (#958)

  • fix initial index when autoplayReverse=true and cellAlign is not left (#952)

@vercel
Copy link

vercel bot commented Aug 3, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nuka-carousel ✅ Ready (Inspect) Visit Preview Aug 22, 2022 at 6:17AM (UTC)

@gksander
Copy link
Contributor

gksander commented Aug 3, 2022

@fritz-c nice, looks like Actions picked up your changeset. Now I just need to figure out why cypress-run won't run 🤔

@gksander
Copy link
Contributor

gksander commented Aug 3, 2022

@ryan-roemer any ideas as to why cyrpress-run job isn't triggered here? In that CI file we have:

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

I'd expect that since this is a PR against main, it'd get triggered – but I think I'm missing something 🤔

@fritz-c
Copy link
Contributor

fritz-c commented Aug 18, 2022

fixes #942
fixes #689

@ValGeorgiev ValGeorgiev merged commit db8aeee into main Aug 23, 2022
@ValGeorgiev ValGeorgiev deleted the changeset-release/main branch August 23, 2022 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants