Releases: glidejs/glide
Releases · glidejs/glide
v3.6.2
v3.6.1
What's Changed
- refactor: move to const variables and simplify conditionals by @ahmed0saber in #666
- Resolve issue #523 by @ericmorand in #669
New Contributors
- @ahmed0saber made their first contribution in #666
- @ericmorand made their first contribution in #669
Full Changelog: v3.6.0...v3.6.1
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