Releases: wessberg/scroll-behavior-polyfill
Releases · wessberg/scroll-behavior-polyfill
v2.0.13
v2.0.12
v2.0.11
v2.0.10
v2.0.9
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.3
v2.0.3
This version brings several improvements:
Support for scrollTop
and scrollLeft
setters
First, the setters on Element.prototype for 'scrollLeft' and 'scrollTop' now works with the polyfill.
If an element is within a scrolling box with a scroll-behavior of 'smooth', using these setters will now trigger smooth scrolling between the start and end positions.
Support for unified Scrolling APIs on Element
interface
Additionally, part of the CSSOM View Module enhancements to the Element interface is proper standardizations of Element.prototype.scroll
, Element.prototype.scrollTo
,
Element.prototype.scrollBy
, and Element.protoype.scrollIntoView
.
These methods are all polyfilled with fallbacks for a unified scrolling API across browsers.
Bug fixes
Finally, a few bugs have been fixed