Releases: postcss/postcss-calc
Releases · postcss/postcss-calc
10.0.2
Bug Fixes
- fix: add support for svh, lvh, dvh, svw, lvw, dvw, svmin, lvmin, dvmin, svmax, lvmax, dvmax units by @geecko86 in #218
10.0.1
Bug Fixes
- add support for container query units (#214) (3f2b43a), closes #199
- update postcss-selector-parser (3606777)
- update postcss-selector-parser (a03fb73)
10.0.0
Breaking changes
Drop support for Node.js 14, 16, 19 and 21. The release is otherwise identical to the previous one.
9.0.1
Bug fixes
- fix disappearing
calc()
expression when source contains extra brackets (18bb47bd0)
9.0.0
Breaking Changes
This release should be functionally identical to the previous (8.2.4) release, except that it officially drops compatibility with Node older than Node 14.
8.2.2
Bug Fixes
- respect CSS var when reducing (99d9fa5)