Skip to content

Releases: phax/ph-css

ph-css 7.0.4

17 Feb 19:10
Compare
Choose a tag to compare
  • 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 to ISO-8859-1 to comply to the API based reading
  • Added the targetDirectory property to the Maven plugin. See #106 - thx @isochronous

What's Changed

  • Add additional media query features found in some newer CSS files by @nhubbard in #104

New Contributors

Full Changelog: ph-css-parent-pom-7.0.3...ph-css-parent-pom-7.0.4

ph-css 7.0.3

23 Sep 11:52
Compare
Choose a tag to compare

Full Changelog: ph-css-parent-pom-7.0.2...ph-css-parent-pom-7.0.3

ph-css 7.0.2

28 Mar 16:38
Compare
Choose a tag to compare
  • 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

31 Jul 23:05
Compare
Choose a tag to compare
  • 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

01 Feb 13:58
Compare
Choose a tag to compare
  • 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

28 Jan 17:40
Compare
Choose a tag to compare
  • Re-added explicit support for deprecated property names starting with $ or * but only inside style declarations. See issue #84 and PR #85 - thanks @shagkur
  • Therefore ICSSParseErrorHandler.onCSSDeprecatedProperty was added

ph-css 6.4.4

18 Jan 18:31
Compare
Choose a tag to compare

ph-css 6.4.3

13 Jan 16:08
Compare
Choose a tag to compare
  • Extended API of CSSReaderDeclarationList. See issue #78 - thanks @shagkur
  • Added support for the scientific number (as in 1e6) support in parsing. See issue #79 - thanks @shagkur

ph-css 6.4.2

12 Jan 16:05
Compare
Choose a tag to compare
  • Improved support for :host and ::slotted. See issue #77 - thanks @shagkur
  • Added a possibility to differentiate between String and Identifier in CSSExpressionMemberTermSimple. See issue #75 and PR #76 - thanks @shagkur

ph-css 6.4.1

10 Jan 18:17
Compare
Choose a tag to compare
  • 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