Releases: postcss/postcss-custom-properties
v12.0.0
11.0.0
11.0.0 (January 12, 2021)
- Added: Support for PostCSS v8.
10.0.0
9.2.0
9.1.1
9.1.0
- Added: Support for preserving trailing comments within a declaration.
9.0.2
- Updated:
postcss-values-parser
to 3.0.5 (patch)
9.0.1
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
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
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