Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 1.05 KB

File metadata and controls

58 lines (31 loc) · 1.05 KB

Changes to PostCSS Browser Comments

7.0.0

January 14, 2026

  • Updated: Support for Node 20.19.0 or later (major).
  • Removed: commonjs API. In supported Node versions require(esm) will work without needing to make code changes.

6.0.2

November 26, 2025

  • Correctly list all browser versions. This fixes an issue where a config targeting a dead browser (e.g. IE 10) would remove styles marked with all browsers.

6.0.1

September 25, 2024

  • Remove stray console.log statement

6.0.0

August 3, 2024

  • Updated: Support for Node v18+ (major).

5.0.0

May 12, 2024

4.0.0

April 28, 2021

  • Updated: PostCSS 8 compatibility (major)

3.0.0

May 24, 2019

  • Updated: Node 8+ compatibility (major)

2.0.0

September 6, 2018

  • Update to PostCSS 7.0.2 (major)
  • Update to browserslist 4.1.1 (major)

1.0.0

June 15, 2018

  • Initial version