Skip to content

Releases: xiel/embla-carousel-wheel-gestures

v8.1.0

12 Aug 10:43

Choose a tag to compare

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

11 Aug 20:40

Choose a tag to compare

  • 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

03 Apr 15:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.1...v8.0.2

v8.0.1

29 May 06:56

Choose a tag to compare

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

10 May 06:50

Choose a tag to compare

Pre-release
  • Support for embla-carousel v8 (#179)
  • Align version number with mother package

embla-carousel v7

06 Jul 13:04

Choose a tag to compare

  • 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

06 May 14:49

Choose a tag to compare

  • target option allows you to specify a different target to be observed for wheel events

Shadow DOM Support πŸ§›πŸ»β€β™€οΈ

18 Mar 21:19

Choose a tag to compare

  • Added Support for use in Shadow DOM #159

πŸ“¦ Published as v2.1.1


Full Changelog: v2.1.0...v2.1.1

feat: Global (Default) Options - v2.1.0

10 Feb 21:21

Choose a tag to compare

New Feature ✨

WheelGesturesPlugin.globalOptions = {
  wheelDraggingClass: 'my-class',
}

Full Changelog: v2.0.0...v2.1.0

Option: forceWheelAxis

08 Dec 20:33

Choose a tag to compare

What's Changed

  • add option to force wheel axis by @lukasIO in #149 #150
    • forceWheelAxis: 'x' | 'y'
  • Updated Demo to show axis features

Big thanks to @lukasIO for the idea and implementation! πŸ™

Full Changelog: v2.0.0...v2.0.3