2.8 KiB
2.8 KiB
Changes to PostCSS Trigonometric Functions
3.0.2
September 24, 2023
- Updated
@csstools/css-tokenizer
to2.2.1
(patch) - Updated
@csstools/css-parser-algorithms
to2.3.2
(patch) - Updated
@csstools/css-calc
to1.1.4
(patch)
3.0.1
July 24, 2023
- Use the latest utilities from
@csstools/css-tokenizer
to reduce the bundle size. - Updated
@csstools/css-tokenizer
to2.2.0
(minor) - Updated
@csstools/css-parser-algorithms
to2.3.1
(patch) - Updated
@csstools/css-calc
to1.1.3
(patch)
3.0.0
July 3, 2023
- Change license to
MIT-0
(read more about this change in the blog post) - Updated
@csstools/css-parser-algorithms
to2.3.0
(minor) - Updated
@csstools/css-calc
to1.1.2
(patch)
2.1.1
April 10, 2023
- Updated
@csstools/css-tokenizer
to2.1.1
(patch) - Updated
@csstools/css-parser-algorithms
to2.1.1
(patch) - Updated
@csstools/css-calc
to1.1.1
(patch)
2.1.0
March 21, 2023
- Added:
@csstools/css-calc
- Added: unit conversions (
sin(30deg + (.125turn / 3))
)
2.0.1
January 28, 2023
- Improve
types
declaration inpackage.json
2.0.0
January 24, 2023
- Updated: Support for Node v14+ (major).
1.0.2
July 8, 2022
- Fix case insensitive matching.
1.0.1
May 31, 2022
- Ensure that the plugin works in node 14
1.0.0
May 20, 2022
- Initial version