Skip to content

Releases: postcss/postcss

8.5.26

Choose a tag to compare

@github-actions github-actions released this 06 Aug 08:30
Immutable release. Only release title and notes can be modified.
8.5.26
07b2577
  • Fixed list.split() regression (by @lazerg).
  • Track symlinks in path protection in source map loading (by @drengir1).

8.5.25

Choose a tag to compare

@github-actions github-actions released this 29 Jul 12:58
Immutable release. Only release title and notes can be modified.
8.5.25
08c989c
  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @amir-rezaei).

8.5.24

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:40
Immutable release. Only release title and notes can be modified.
8.5.24
0ebe8ad
  • Preserve the BOM after the processing (by @hdimer).

8.5.23

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:04
Immutable release. Only release title and notes can be modified.
8.5.23
eb9e1fe
  • Do not load source map without opts.from for security reasons.

8.5.22

Choose a tag to compare

@github-actions github-actions released this 22 Jul 08:47
Immutable release. Only release title and notes can be modified.
8.5.22
a3e48c4
  • Fixed custom property losing semicolon before a comment (by @sarathfrancis90).

8.5.21

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:57
Immutable release. Only release title and notes can be modified.
8.5.21
28e0daf

8.5.20

Choose a tag to compare

@github-actions github-actions released this 19 Jul 08:44
Immutable release. Only release title and notes can be modified.
8.5.20
c4ac725

8.5.19

Choose a tag to compare

@github-actions github-actions released this 13 Jul 10:41
8.5.19
9543b22
  • Fixed cleaning before for new nodes inserted to Root (by @MahinAnowar).

8.5.18

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:34
8.5.18
4c0d194
  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

8.5.17

Choose a tag to compare

@github-actions github-actions released this 11 Jul 19:17
8.5.17
74e25ae
  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @chatman-media).