Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 834 Bytes

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 834 Bytes

Changes to PostCSS Focus Within

5.0.1 (September 22, 2021)

  • Added missing dist to bundle.
  • Added missing exports to package.json
  • Added missing types to package.json
  • Added bundling & testing as prepublish step.

5.0.0 (September 17, 2021)

  • Updated: Support for PostCS 8+ (major).
  • Updated: Support for Node 12+ (major).

4.0.0 (April 20, 2020)

  • Fixed: Allow :focus-within to appear escaped in a selector
  • Updated: Support for Node 10+
  • Updated: Ownership moved to CSS Tools

3.0.0 (September 17, 2018)

  • Updated: Support for PostCSS v7+
  • Updated: Support for Node v6+

2.0.0 (April 7, 2018)

  • Changed: default functionality to preserve the original rule
  • Added: preserve option to preserve the original rule using :focus-within

1.0.0 (February 17, 2018)

  • Initial version