Releases: glidejs/glide
Releases · glidejs/glide
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
v3.2.3
Bug Fixes
- fix(styles): Don't use initial for
white-space
declaration (#249) - fix(gaps): Gaps have to property recalculate on resize
- fix(swipe): Remove the passive attribute from swiping events (#248, #245)
Internals
- fix(tests): Update jest package and resolve local storage error of jsdom by using older version
v3.2.2
v3.2.1
v3.2.0
Features
- feat(run): Introduce
bound
option for aligning slides to the end edge - feat(transformer): Allow for extending collection of translate mutators
- refactor(clones): Optimize and enhance clones generation
- refactor(swipe): Optimize swiping
Bug Fixes
- fix(run): Running distance should be 0 if a number of sliders is smaller than
perView
settings
Internals
- chore(): Update rollup/rollup package and building script
- chore(config): Fix links to the repository in package.json
v3.1.0
Features
- feat(run): Add additional
rewind
flag to the defaults that allow to disable the loop effect
Bug Fixes
- fix(clones): Use
parent.removeChild()
method to remove cloned DOM nodes instead ofel.remove()
for compatibility with IE11 (#228) - fix(clones): Fix infinite loop if there were no slides (#231)
Internals
- feat(anchors): It's unnecessary to clear
data-href
attribute on anchor each time
v3.0.4
v3.0.3
Bug Fixes
- Fix minify build so it won't break min script. Uglify was broking script after purring
warn()
function
Internals
- Use
Array.prototype.slice
instead ofArray.from
for a better compatibility - Rename scoped variables in Html component getters and setters so they won't be a reserved words