ph-css

Advanced Java CSS 3 parser and builder

APACHE-2.0 License

Stars
154

Bot releases are hidden (Show)

ph-css - ph-css 6.1.2

Published by phax over 5 years ago

  • Extended list of known media expression features (e.g. used in Bootstrap 4)

Dependencies required:

ph-css - ph-css 6.1.1

Published by phax over 6 years ago

  • Allow nested calc function (#48)

Dependencies required:

ph-css - ph-css 6.1.0

Published by phax over 6 years ago

  • Fixed a grammar issue for calc with spaces (as in width: calc( 100% - 2.4em );)
  • Removed dependency upon java.awt.Color for improved Android compatibility.

Dependencies required:

ph-css - ph-css 4.2.0

Published by phax over 6 years ago

  • Removed dependency upon java.awt.Color for improved Android compatibility (see #46).
ph-css - ph-css 5.0.4

Published by phax over 6 years ago

  • Improved special identifier handling in expressions (#38)
  • Added support for css-grid spec with new "line-name" syntax element
  • Added new CSS units: fr, vmax and Q
ph-css - ph-css 6.0.0

Published by phax almost 7 years ago

  • Extracted base class AbstractHasTopLevelRules for type-safe access of top-level rules (#39)
  • Updated to ph-commons 9.0.0
  • Extended API to more easily access the CSS declaration expression string (#43)
  • Data URI scheme is treated case-insensitive (#44)
  • Extended API for easier CSS property comparison (#45)

Dependencies required:

ph-css - ph-css 5.0.3

Published by phax almost 8 years ago

  • Binds to ph-commons 8.6.0
  • Added custom callback for illegal characters
ph-css - ph-css 4.1.6

Published by phax almost 8 years ago

Maintenance JDK 1.6 release

  • Made CSS interpretation warnings customizable with class ICSSInterpretErrorHandler (issue #33)
ph-css - ph-css 5.0.2

Published by phax almost 8 years ago

Maintenance release

  • Made tab size configurable (issue #29)
  • Improved media expressions (issue #30)
  • Allowing to disable consistency checks in class CSSValue
  • Made CSS interpretation warnings customizable with class ICSSInterpretErrorHandler (issue #33)
ph-css - ph-css 5.0.1

Published by phax about 8 years ago