Releases: xiel/embla-carousel-wheel-gestures
Releases Β· xiel/embla-carousel-wheel-gestures
v8.1.0
What's Changed
- feat: improved rubberband when scrolling outside of boundaries (fixed #208)
- fix: plugin is also exported as
default - chore(deps): bump base-x from 3.0.9 to 3.0.11 by @dependabot[bot] in #216
Full Changelog: v8.0.5...v8.1.0
v8.0.5
- fixed: Build error with Svelte #219
- added exports field to package json with paths for types, require and import
- set WheelGesturesPlugin as default export
"exports": {
".": {
"import": "./dist/embla-carousel-wheel-gestures.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}
Full Changelog: v8.0.4...v8.0.5
v8.0.2
What's Changed
- fix typing when using other plugins by @Nilumilak in #213
- chore(deps): bump @babel/traverse from 7.13.17 to 7.24.6 by @dependabot in #204
- chore(deps-dev): bump vite from 2.9.13 to 2.9.18 by @dependabot in #199
- chore(deps): bump follow-redirects from 1.14.8 to 1.15.6 by @dependabot in #197
New Contributors
- @Nilumilak made their first contribution in #213
Full Changelog: v8.0.1...v8.0.2
v8.0.1
What's Changed
- feat: honor skip snaps by @romancavry in #202
thanks for your contribution! π
Full Changelog: v8.0.0-rc05...v8.0.1
Support embla-carousel v8
embla-carousel v7
- Adapt for the new embla-carousel v7 by @dermotduffy in #170
- Upgrade the plugin to v3.x for compatibility with embla-carousel v7.x
Full Changelog: v2.2.0...v3.0.0
feat: target option
targetoption allows you to specify a different target to be observed for wheel events- Thanks to @vitaly-phntm for suggesting this feature #165 π
- Demo supports target option now
Shadow DOM Support π§π»ββοΈ
- Added Support for use in Shadow DOM #159
- Thanks to @careless-esper for opening the issue + providing a repro & fix π
- Demo available
π¦ Published as v2.1.1
Full Changelog: v2.1.0...v2.1.1
feat: Global (Default) Options - v2.1.0
New Feature β¨
- feat: Global options in #156
- Thanks for opening the issues π @nikrowell @davidcetinkaya
- davidjerleke/embla-carousel#175 #155
WheelGesturesPlugin.globalOptions = {
wheelDraggingClass: 'my-class',
}Full Changelog: v2.0.0...v2.1.0