Skip to content

Releases: phax/ph-css

ph-css 6.1.3

12 Jun 15:16
Compare
Choose a tag to compare
  • Added some performance tweaks
  • Added possibility to disable the usage of the source location using CSSReaderSettings (for performance reasons)

Dependencies required:

ph-css 6.1.2

17 Feb 18:20
Compare
Choose a tag to compare
  • Extended list of known media expression features (e.g. used in Bootstrap 4)

Dependencies required:

ph-css 6.1.1

11 Apr 14:28
Compare
Choose a tag to compare
  • Allow nested calc function (#48)

Dependencies required:

ph-css 6.1.0

11 Apr 14:27
Compare
Choose a tag to compare
  • 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 4.2.0

23 Mar 08:55
Compare
Choose a tag to compare
  • Removed dependency upon java.awt.Color for improved Android compatibility (see #46).

ph-css 6.0.0

20 Dec 21:47
Compare
Choose a tag to compare
  • 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 5.0.4

22 Mar 09:32
Compare
Choose a tag to compare
  • 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 5.0.3

09 Jan 16:52
Compare
Choose a tag to compare
  • Binds to ph-commons 8.6.0
  • Added custom callback for illegal characters

ph-css 5.0.2

21 Oct 08:39
Compare
Choose a tag to compare

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 4.1.6

21 Oct 08:39
Compare
Choose a tag to compare

Maintenance JDK 1.6 release

  • Made CSS interpretation warnings customizable with class ICSSInterpretErrorHandler (issue #33)