From 391712102bade8c8b2bf3c868e3840795c10a49d Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Sun, 20 Sep 2026 12:15:46 +0200 Subject: [PATCH] Publish postcss-calc 11.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f319774..447b080 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 11.2.1 (2026-09-20) + +### Bug fixes + +- do not emit invalid minus unary operator (the browser discards values like calc(-(-12px)) +- improve rounding so it is more spec-compliant in edge cases +- preserve invalid declarations with unary minus, instead of converting them to valid declarations ## 11.2.0 (2026-09-17) diff --git a/package.json b/package.json index a57ac62..a7e4c98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-calc", - "version": "11.2.0", + "version": "11.2.1", "type": "module", "description": "PostCSS plugin to reduce calc()", "keywords": [