Skip to content

Releases: phax/ph-css

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

ph-css 6.4.0

22 Nov 20:06
Compare
Choose a tag to compare
  • Fixed SonarCloud issues
  • Removed the serialisability of the objects, because it was never done in a consistent way
  • Added support for the flex shorthand property (issue #71) - thanks @nhubbard

ph-css 6.3.4

09 Jun 16:11
Compare
Choose a tag to compare
  • Fixed an error with the shorthand expansion of border-width (PR #68) - thanks @rockwotj