Releases: glidejs/glide
Releases · glidejs/glide
v3.6.0
What's Changed
- feat: add toArray function to convert NodeList to Array by @samuelfullerthomas in #603
- remove deprecated event.keyCode and replace with event.code by @rhysstubbs in #609
- Add package.json "type" field by @julienchazal in #623
New Contributors
- @samuelfullerthomas made their first contribution in #603
- @rhysstubbs made their first contribution in #609
- @julienchazal made their first contribution in #623
Full Changelog: v3.5.2...v3.6.0
v3.5.2
Internals
- build: Don't ignore
dist/
folder on NPM, so it is available after installing a package
v3.5.1
Update package.json
v3.5.0
chore: build
v3.4.1
Revert wrongly published v3.4.0
v3.3.0
v3.2.7
v3.2.6
Bug Fixes
- fix(swipe): removeListeners have to receive the same capture argument as on addListener
v3.2.5
v3.2.4
Features
- feat(swipe): Use passive events (#264)
Bug Fixes
- fix(run): Do not disable slides changing when there are fewer items than a number in
perView
option (#292) - fix(clones): Add extra clones in peek mode (#278)
- fix(swipe): Stop scrolling page while swiping (#258)
Internals
- fix(defaults): Use shorten format for
animationTimingFunc