Skip to content

Releases: postcss/postcss

8.5.28

Choose a tag to compare

@github-actions github-actions released this 03 Sep 15:05
Immutable release. Only release title and notes can be modified.
8.5.28
e544bff
  • Fixes types regression.

8.5.27

Choose a tag to compare

@github-actions github-actions released this 03 Sep 08:13
Immutable release. Only release title and notes can be modified.
8.5.27
ae40ca4
  • Fixed removing any comments starting with /*# (by @dylanpulver).
  • Fixed * hack before a comment in Custom Properties (by @Jaybhade).
  • Fixed empty values in the middle of list.comma() (by @MahinAnowar).
  • Fixed whitespace-only values in list.space() (by @MahinAnowar).
  • Fixed rule’s end position on space before semicolon (by @maximilliangrand).
  • Fixed types (by @romainmenke).
  • Fixed Chinese text in deprecation warning (by @Jesse205).

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).