All Versions
60
Latest Version
Avg Release Cycle
32 days
Latest Release
2790 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.30 Changes
June 19, 2015- Respect result of beforerender callback on mobile (#717)
- ๐ Allow for a duration of 0 when scrolling (#720)
-
v0.6.29 Changes
November 17, 2014- ๐ง Make the ID of
skrollr-body
configurable (#592)
- ๐ง Make the ID of
-
v0.6.28 Changes
November 15, 2014- In cases where skrollr-body has a height other than
auto
the height of its content is now correctly calculated. This should solve many issues on mobile where scrolling got stock before reaching the bottom (#633)
- In cases where skrollr-body has a height other than
-
v0.6.27 Changes
September 28, 2014- ๐ Fixed AMD module definition (#609)
-
v0.6.26 Changes
June 08, 2014- ๐ Fixed easing functions not working when animating attributes (#533)
-
v0.6.25 Changes
May 22, 2014- CommonJS (#519).
-
v0.6.24 Changes
April 25, 2014- ๐ Fixed some issue with forceHeight (#347).
- ๐ Fixed a regression caused by #486 breaking IE 8 (#494).
- โ Added support for animating attributes (#204).
-
v0.6.23 Changes
April 18, 2014note: This particular version is broken in IE!
- ๐ Experimental support for emitting events when the scrolling passes a keyframe (check out the docs for
keyframe
option/event). - When using
refresh
, make sure elements which do not longer have keyframes get properly cleaned up (#486). - ๐ Fixed
refresh
not acceptingNodeList
s (#435). - ๐ฆ Expose the status of mobile mode as
isMobile()
function (#488).
- ๐ Experimental support for emitting events when the scrolling passes a keyframe (check out the docs for
-
v0.6.22 Changes
February 21, 2014- ๐ Experimental AMD support (#409). Please read the documentation about it.
-
v0.6.21 Changes
January 06, 2014- ๐ Disabled mobile mode on Windows Phone, since it's not needed there (#408).