Glidejs Glide Versions Save

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more

v3.6.1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/glidejs/glide/compare/v3.6.0...v3.6.1

v3.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/glidejs/glide/compare/v3.5.2...v3.6.0

v3.5.2

2 years ago

Internals

  • build: Don't ignore dist/ folder on NPM, so it is available after installing a package

v3.5.1

2 years ago

v3.5.0

2 years ago

v3.4.1

4 years ago

Revert wrongly published v3.4.0

v3.4.0

4 years ago

v3.3.0

5 years ago

Bug Fixes

  • fix(run): run.start and run.end events should be called when moving to first/last silde (#344)

Internals

  • feat(run): Warn about invalid direction pattern (#343)
  • test(): Introduce test suite for events (#344)

v3.2.7

5 years ago

Bug Fixes

  • fix(controls): Check if control element exists before removing active class (#320)
  • fix(swipe): Remove movable flag that caused blocking of swiping (#330)

Internals

  • fix(controls): Touchstart event should be passive (#322)

v3.2.6

5 years ago

Bug Fixes

  • fix(swipe): removeListeners have to receive the same capture argument as on addListener