All Versions
12
Latest Version
Avg Release Cycle
42 days
Latest Release
1231 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.2.0 Changes
July 16, 2018π 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
- feat(run): Introduce
-
v3.1.0 Changes
June 20, 2018π Features
- 0οΈβ£ 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
- 0οΈβ£ feat(run): Add additional