Skip to content

v2.0.0

Choose a tag to compare

@jonaskuske jonaskuske released this 11 Jun 22:40
· 27 commits to master since this release
cd2f545

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-family workaround. 💡
    BREAKING: Requires smoothscroll-anchor-polyfill v1.3.0 or higher.