Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Releases: postcss/postcss-custom-properties

v12.0.0

17 Sep 17:24
Compare
Choose a tag to compare
  • Updated: Support for PostCS 8+ (major).
  • Updated: Support for Node 12+ (major).

11.0.0

12 Jan 16:43
Compare
Choose a tag to compare

11.0.0 (January 12, 2021)

  • Added: Support for PostCSS v8.

10.0.0

18 Sep 09:35
Compare
Choose a tag to compare
  • Fixed: url-regex vulnerability (#228)

Breaking Changes:

  • Node v10+ now required

9.2.0

18 Sep 08:41
Compare
Choose a tag to compare
  • Added: Export variables to SCSS file (#212)
  • Added: Support for ".pcss" file resolution in importFrom (#211)
  • Fixed: Allow combined selectors (#199)
  • Fixed: Bug with spaces and commas in value (#222)
  • Fixed: importFrom priority (#222)

9.1.1

20 Feb 07:31
Compare
Choose a tag to compare
  • Fixed: Preserve spaces in multi-part values (#203)

9.1.0

20 Feb 07:31
Compare
Choose a tag to compare
  • Added: Support for preserving trailing comments within a declaration.

9.0.2

15 Jul 12:58
Compare
Choose a tag to compare
  • Updated: postcss-values-parser to 3.0.5 (patch)

9.0.1

20 Jun 14:45
2d309a8
Compare
Choose a tag to compare

This release is identical to v9.0.0, only npm publish failed to publish v9.0.0 and threw the following error:

You cannot publish over the previously published versions: 9.0.0.

I did not want this issue to distract me, and so I thoughtfully and impatiently published v9.0.0 as v9.0.1.

9.0.0

20 Jun 12:46
2d309a8
Compare
Choose a tag to compare

This is a breaking release that uses PostCSS Values Parser 3 and requires Node 8 or higher. The update to PostCSS Values Parser was made possible by @remithomas.


  • Updated: postcss-values-parser to 3.0.4 (major)
  • Updated: Node 8+ compatibility (major)

8.0.11

20 Jun 12:17
837da49
Compare
Choose a tag to compare

This is a patch release with non-breaking changes that address a few issues users are facing.

I was initially unreceptive to pushing any patch releases cutting a major release with PostCSS Values Parser 3. However, I changed my mind after considering the generosity of @EECOLOR and @eteeselink, who clearly identified some issues, provided solutions as pull requests, and persisted in their efforts to convince me to publish a patch release.

To @EECOLOR and @eteeselink, thank you. You didn’t have it easy, and you still solved real problems, and along the way you helped up to 1,000,000+ weekly installers of this tool.


  • Added: Synchronous transforms when async is unnecessary (thank @eteeselink)
  • Fixed: Unexpected mutations to imported Custom Properties (thank @EECOLOR)
  • Fixed: Transforms throwing over unknown Custom Properties