PHP CSS Parser v8.3.0 Release Notes
Release Date: 2019-02-22 // over 5 years ago-
- ๐จ Refactor parsing logic to mostly reside in the class files whose data structure is to be parsed (this should eventually allow us to unit-test specific parts of the parsing logic individually).
- ๐ Fix error in parsing
calc
expessions when the first operand is a negative number, thanks to @raxbg. - ๐ Support parsing CSS4 colors in hex notation with alpha values, thanks to @raxbg.
- Swallow more errors in lenient mode, thanks to @raxbg.
- ๐ Allow specifying arbitrary strings to output before and after declaration blocks, thanks to @westonruter.
- No backwards-incompatible changes
- ๐ No deprecations
Previous changes from v8.2.0
-
- ๐ Support parsing
calc()
, thanks to @raxbg. - ๐ Support parsing grid-lines, again thanks to @raxbg.
- ๐ Support parsing legacy IE filters (
progid:
) in lenient mode, thanks to @FMCorz - ๐ Performance improvements parsing large files, again thanks to @FMCorz
- No backwards-incompatible changes
- ๐ No deprecations
- ๐ Support parsing