Releases: phax/ph-css
Releases · phax/ph-css
ph-css 7.0.4
- Added additional media query features. See [#104}(https://github.com//pull/104) - thx @nhubbard
- Added new setting
CSSReaderSettings.setKeepDeprecatedProperties(boolean)
to customize if they should be read or discarded. See #107 - thx @hrozhkov1 - Added the property
keepDeprecatedProperties
to the Maven plugin - Changed the default reading charset of the Maven plugin from
UTF-8
toISO-8859-1
to comply to the API based reading - Added the
targetDirectory
property to the Maven plugin. See #106 - thx @isochronous
What's Changed
New Contributors
Full Changelog: ph-css-parent-pom-7.0.3...ph-css-parent-pom-7.0.4
ph-css 7.0.3
ph-css 7.0.2
- Updated to ph-commons 11.1.5
- Created Java 21 compatibility
Full Changelog: ph-css-parent-pom-7.0.1...ph-css-parent-pom-7.0.2
ph-css 7.0.1
- Updated to ph-commons 11.1
Full Changelog: ph-css-parent-pom-7.0.0...ph-css-parent-pom-7.0.1
ph-css 7.0.0
- Using Java 11 as the baseline
- Updated to ph-commons 11
Full Changelog: ph-css-parent-pom-6.5.0...ph-css-parent-pom-7.0.0
ph-css 6.5.0
ph-css 6.4.4
ph-css 6.4.3
ph-css 6.4.2
ph-css 6.4.1
- Added support for
:host
and::slotted
. See issue #73 and PR #74 - thanks @shagkur - Renamed the "math*" rules to "calc*" - that also touched a few internal constants
- Fixed the emitting of pseudo selector functions without parameters (as in
:lang()
). See issue #72) - thanks @shagkur - Updated to latest version of ParserGeneratorCC for a bit more efficient code