Releases: jonaskuske/postcss-smoothscroll-anchor-polyfill
Releases · jonaskuske/postcss-smoothscroll-anchor-polyfill
v2.0.2
v2.0.1
Changelog
[2.0.1] - 2019-06-12
Fixed
- Added
smoothscroll-anchor-polyfill@^1.3.0aspeerDependencyinstead of just mentioning it in the changelog
v2.0.0
Changelog
[2.0.0] - 2019-06-11
Added
- The plugin now supports browserslist to polyfill only what's needed! If your project has a browserslist config and all browsers specified there support CSS Custom Property, the PostCSS transform will use a CSS variable instead of the
font-familyworkaround. 💡
BREAKING: Requires smoothscroll-anchor-polyfill v1.3.0 or higher.
v1.0.0
Changelog
[1.0.0] - 2018-12-07
Added
- Forked from postcss-object-fit-images
- Updated tests to check for
scroll-behaviorproperty - Updated implementation to change
scroll-behaviorinstead ofobject-fitandobject-position - Updated README and package.json to match this package
- Added Node v8, v10 and latest to version tested in CI
Removed
- Removed Node v5 and v0.12 from versions tested in CI