1.7 KiB
1.7 KiB
Changes to CSS Calc
1.1.4
September 24, 2023
- Updated
@csstools/css-tokenizer
to2.2.1
(patch) - Updated
@csstools/css-parser-algorithms
to2.3.2
(patch)
1.1.3
July 24, 2023
- Correctly serialize negative zero
-0
values ascalc(-1 * 0px)
- Updated
@csstools/css-tokenizer
to2.2.0
(minor) - Updated
@csstools/css-parser-algorithms
to2.3.1
(patch)
1.1.2
July 3, 2023
- Updated
@csstools/css-parser-algorithms
to2.3.0
(minor)
1.1.1
April 10, 2023
- Updated
@csstools/css-tokenizer
to2.1.1
(patch) - Updated
@csstools/css-parser-algorithms
to2.1.1
(patch)
1.1.0
April 10, 2023
- Expose the list of supported math functions.
1.0.1
March 25, 2023
- Improve case insensitive string matching.
1.0.0
February 21, 2023
- Initial version