Releases: postcss/postcss-value-parser
Releases · postcss/postcss-value-parser
Release list
v4.2.0
v4.1.0
4.1.0 (2020-04-28)
Features
- apply custom stringification to values within functions
Fixes
- (types) improve types
v4.0.3
v4.0.2
v4.0.1
4.0.1 (2019-08-05)
Fixes
- scientific notation with
+and-(i.e.10.1e-1px) - doesn't lose spaces when division used in calc function
v4.0.0
4.0.0 (2019-06-04)
Fixes
- Respect whitespace in empty url function
- Invalidate values starting with 'e' + digit
Features
- Allow certain calc() operations to be parsed according to the spec
- New unicode range node
BREAKING CHANGE
- minimum supported node version is 8
Little Monster
Grand Minion
- Add comment node support (
/* ... */). - Comment is not parsed in url functions.
- Fix
unclosedproperty processing instringifyfunction
Thanks to @MohammadYounes for this.
Brave new world
Thanks a lot to @davidtheclark for new documentation.