PostCSS Versions Save

Transforming styles with JS plugins

8.4.38

1 month ago
  • Fixed endIndex: 0 in errors and warnings (by @romainmenke).

8.4.37

1 month ago
  • Fixed original.column are not numbers error in another case.

8.4.36

1 month ago
  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

2 months ago
  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

2 months ago
  • Fixed AtRule#nodes type (by @tim-we).
  • Cleaned up code (by @DrKiraDmitry).

8.4.33

3 months ago
  • Fixed NoWorkResult behavior difference with normal mode (by @romainmenke).
  • Fixed NoWorkResult usage conditions (by @ahmdammarr).

8.4.32

5 months ago
  • Fixed postcss().process() types (by @ferreira-tb).

8.4.31

7 months ago
  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

7 months ago
  • Improved source map performance (by @romainmenke).

8.4.29

8 months ago
  • Fixed Node#source.offset (by @idoros).
  • Fixed docs (by @coliff).