All Versions
12
Latest Version
Avg Release Cycle
42 days
Latest Release
1460 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.4.1 Changes
September 23, 2019βͺ Revert wrongly published v3.4.0
-
v3.4.0 Changes
September 19, 2019π Features
- feat(): Introduce new
cloningRation
option
- feat(): Introduce new
-
v3.3.0 Changes
April 20, 2019 -
v3.2.7 Changes
March 22, 2019 -
v3.2.6 Changes
February 10, 2019π Bug Fixes
- π fix(swipe): removeListeners have to receive the same capture argument as on addListener
-
v3.2.5 Changes
February 06, 2019π Bug Fixes
- π fix(anchors): Call stopPropagation on prevented click event (#312)
Internals
- π refactor(): Minimalize style reflows
-
v3.2.4 Changes
November 24, 2018π 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 Changes
August 08, 2018π 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
- π fix(styles): Don't use initial for
-
v3.2.2 Changes
July 23, 2018π Bug Fixes
- π fix(swipe): Don't return events handler methods from bonded closures
- π fix(utils): Protect from missing DOM firstChild if parentNode do not exist (#247)
-
v3.2.1 Changes
July 22, 2018π Bug Fixes
- π fix(breakpoints): Using .update() breaks breakpoints functionality (#244)
Internals
- π
mergeOptions
function now extendsbreakpoints
propertly - β‘οΈ Use
mergeOptions
instead of directlyObject.assign
inupdate()
API method