Skip to content

Releases: jonaskuske/postcss-smoothscroll-anchor-polyfill

v2.0.2

30 Nov 08:42

Choose a tag to compare

Changelog

[2.0.2] - 2022-11-30

Fixed

  • Don't add a font-family for scroll-behavior: inherit if element has no own font rule to take advantage of font inheritance.

v2.0.1

12 Jun 18:16

Choose a tag to compare

Changelog

[2.0.1] - 2019-06-12

Fixed

  • Added smoothscroll-anchor-polyfill@^1.3.0 as peerDependency instead of just mentioning it in the changelog

v2.0.0

11 Jun 22:40
cd2f545

Choose a tag to compare

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.

v1.0.0

11 Jun 22:39

Choose a tag to compare

Changelog

[1.0.0] - 2018-12-07

Added

  • Forked from postcss-object-fit-images
  • Updated tests to check for scroll-behavior property
  • Updated implementation to change scroll-behavior instead of object-fit and object-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