You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
684 B
684 B
Changes to CSS Parser Algorithms
2.1.1 (April 10, 2023)
- Updated
@csstools/css-tokenizerto2.1.1(patch)
2.1.0 (March 25, 2023)
- Add
replaceComponentValuesutility function. - Add
stringifyutility function.
2.0.1 (January 28, 2023)
- Improve
typesdeclaration inpackage.json
2.0.0 (January 19, 2023)
- Fix: Removes
UnclosedFunctionNodeandUnclosedSimpleBlockNode. (breaking) - Change the
ParseErrorinterface, this is now a subclass ofError(breaking) - Change
nameTokenValueinFunctionNodetogetName(breaking) - Fix: Do not discard empty items in comma separated lists.
1.0.0 (November 14, 2022)
- Initial version