-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Carousel: Add wheel gesture support for mac scrolling and responsive cards #32422
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
Changes from all commits
7c5e082
c5dbfc7
0c1fab3
13d89b5
00e559c
8e35aed
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
Mitch-At-Work marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "type": "minor", | ||
| "comment": "feat: Add wheel support to react-carousel", | ||
| "packageName": "@fluentui/react-carousel-preview", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -197,8 +197,9 @@ | |
| "doctrine": "3.0.0", | ||
| "dotparser": "1.1.1", | ||
| "ejs": "3.1.10", | ||
| "embla-carousel": "8.1.8", | ||
| "embla-carousel-autoplay": "8.1.8", | ||
| "embla-carousel": "^8.2.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know this is confusing :D but we use fixed versions for root package.json ( in order to get a match what we actually use ), any package being shipped needs to use with this in place syncpack will complain -> that's why you need to add those packages to ignore ( which you already did)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also ci is failing on invalid make sure to run |
||
| "embla-carousel-autoplay": "^8.2.0", | ||
| "embla-carousel-wheel-gestures": "^8.0.1", | ||
| "enquirer": "2.3.6", | ||
| "enzyme": "3.10.0", | ||
| "enzyme-to-json": "3.6.2", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.