Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 825 Bytes

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 825 Bytes

Change Log

This project adheres to Semantic Versioning.

7.0

  • Moved to rule splitting to avoid ignoring unknown rule (by Anders Søgaard).
  • Added splitRules option for old behavior (by Anders Søgaard).
  • Removed Node.js 10, 14, and 16 support.

6.0

  • Moved to :focus-visible (by Eduard Aksamitov).
  • Added oldFocus option to support the old focus (by Eduard Aksamitov).

5.0.1

  • Added funding links.

5.0

  • Moved to PostCSS 8.
  • Moved postcss to peerDependencies.

4.0

  • Use PostCSS 7.
  • Remove Node.js 4 support.

3.0

  • Do not process if there is a :focus selector already (by Vitalii Rizo).

2.0

  • Use PostCSS 6.0.

1.0

  • Use PostCSS 5.0 API.
  • Do not add spaces for compressed styles.

0.1.1

  • Support PostCSS Plugin Guidelines.

0.1

  • Initial release.