Skip to content

Releases: glidejs/glide

v3.6.1

15 Sep 10:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

27 Sep 08:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.2...v3.6.0

v3.5.2

28 Nov 16:26
Compare
Choose a tag to compare

Internals

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

v3.5.1

22 Nov 23:19
564b9f2
Compare
Choose a tag to compare
Update package.json

v3.5.0

21 Nov 19:23
Compare
Choose a tag to compare
chore: build

v3.4.1

23 Sep 13:55
Compare
Choose a tag to compare

Revert wrongly published v3.4.0

v3.3.0

20 Apr 20:38
Compare
Choose a tag to compare

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

22 Mar 10:22
Compare
Choose a tag to compare

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

10 Feb 17:24
Compare
Choose a tag to compare

Bug Fixes

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

v3.2.5

06 Feb 18:54
Compare
Choose a tag to compare

Bug Fixes

  • fix(anchors): Call stopPropagation on prevented click event (#312)

Internals

  • refactor(): Minimalize style reflows