Skip to content

Releases: phax/ph-css

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

ph-css 6.3.3

31 May 13:31
Compare
Choose a tag to compare

ph-css 6.3.2

25 May 16:44
Compare
Choose a tag to compare

ph-css 6.3.1

25 May 16:44
Compare
Choose a tag to compare

ph-css 6.3.0

25 May 16:44
Compare
Choose a tag to compare
  • Updated to ph-commons 10

ph-css 6.2.4

25 May 16:43
Compare
Choose a tag to compare
  • Updated to ph-commons 9.4.6, leading to a more resilient DataURL parsing
  • Fixed the ignorance of minimum and maximum parameter count in class CSSPropertyColors
  • Fixed the case-sensitivity of CSS variables declarations (issue #63)

ph-css 6.2.3

14 May 08:05
Compare
Choose a tag to compare
  • Fixed an issue with the URL visitor not recursively descending into expression members (issue #59)

Dependencies required:

ph-css 6.2.2

29 Mar 19:36
Compare
Choose a tag to compare
  • Updated to ph-commons 9.4.0

Dependencies required:

ph-css 6.2.1

01 Mar 09:51
Compare
Choose a tag to compare
  • Improved the pattern for colors in hex values (PR #55)
  • Fixed a grammar issue that resulted in failed calc parsing (issue #57). The implications of this change are, that the special IE6 and IE7 hacks with $ and * as identifier prefixes are no longer supported. If you need to parse CSS suitable for these old browsers, stay with v6.2.0.
  • Updated CSS properties of the completed specifications

Dependencies required:

ph-css 6.2.0

30 Jun 18:27
Compare
Choose a tag to compare
  • Fixed NPE in CSSWriterSettings.DEFAULT_SETTINGS because of wrong initialization order (#53)
  • Added some -o- media expression features
  • Changing browser compliant parsing in a way, so that less null is returned in parsing (#41)
  • The default "custom error handler" for parsing was changed from ThrowingCSSParseErrorHandler to LoggingCSSParseErrorHandler for best browser compliant mode handling
  • Heavily improved fault tolerance in parsing when "browser compliant mode" is enabled

Dependencies required: