Releases: phax/ph-css
Releases · phax/ph-css
ph-css 6.3.4
ph-css 6.3.3
- Allow unknown rules inside
@media
rules (issue #67) - thanks @yinkwok-ys
ph-css 6.3.2
ph-css 6.3.1
- Added support for
@footnote
in@page
rules (PR #64) - thanks @schmidti159
ph-css 6.3.0
- Updated to ph-commons 10
ph-css 6.2.4
- Updated to ph-commons 9.4.6, leading to a more resilient DataURL parsing
- Fixed the ignorance of minimum and maximum parameter count in class
CSSPropertyColors
- Fixed the case-sensitivity of CSS variables declarations (issue #63)
ph-css 6.2.3
- Fixed an issue with the URL visitor not recursively descending into expression members (issue #59)
Dependencies required:
- ph-commons 9.4.2
ph-css 6.2.2
ph-css 6.2.1
- Improved the pattern for colors in hex values (PR #55)
- Fixed a grammar issue that resulted in failed
calc
parsing (issue #57). The implications of this change are, that the special IE6 and IE7 hacks with$
and*
as identifier prefixes are no longer supported. If you need to parse CSS suitable for these old browsers, stay with v6.2.0. - Updated CSS properties of the completed specifications
Dependencies required:
- ph-commons 9.3.9
ph-css 6.2.0
- Fixed NPE in
CSSWriterSettings.DEFAULT_SETTINGS
because of wrong initialization order (#53) - Added some
-o-
media expression features - Changing browser compliant parsing in a way, so that less
null
is returned in parsing (#41) - The default "custom error handler" for parsing was changed from
ThrowingCSSParseErrorHandler
toLoggingCSSParseErrorHandler
for best browser compliant mode handling - Heavily improved fault tolerance in parsing when "browser compliant mode" is enabled
Dependencies required:
- ph-commons 9.3.4