2.0.13 (2019-10-16)
2.0.12 (2019-09-09)
2.0.11 (2019-08-12)
2.0.10 (2019-07-18)
- bug: makes it possible to use the polyfill without native WeakMap support (012b486)
2.0.9 (2019-07-18)
- bug: fixes an issue when using this polyfill along with css-scroll-snap. Closes #5 (c50582b), closes #7
2.0.8 (2019-06-21)
- typings: fixes issue that would lead to Typescript errors due to global namespace annotations (75fd236)
2.0.7 (2019-02-23)
- bug: fixes an issue where anchor scrolling could lead to the wrong coordinates under some circumstances (2f399f4)
2.0.6 (2019-02-09)
2.0.5 (2019-02-07)
2.0.4 (2019-01-24)
- package.json: updates 'engine' field to reflect support for older Node.js versions. Fixes #3 (8b49156)
2.0.3 (2019-01-11)
2.0.2 (2019-01-11)
- improvements: Bug fixes, support for scrolling via the scrollTop and scrollLeft setters, and more (4989d15)
2.0.1 (2019-01-09)
2.0.0 (2019-01-09)
- release: new major version and rewritten from scratch. (5647eb3)
- release: CSS Stylesheets will no longer be parsed. Instead, you must either set inline styles, an attribute with the same name, or set it imperatively. Of course, you can still use the imperative API.