Skip to content

Releases: HtmlUnit/htmlunit-cssparser

1.14.0

22 Jan 16:43
Compare
Choose a tag to compare
  • introduce model class NotPseudoClassCondition and updated parser

1.13.0

28 Dec 13:47
Compare
Choose a tag to compare

1.12.0

24 Apr 12:54
Compare
Choose a tag to compare
  • validate page pseudo classes
  • add CSSPageRuleImpl#setSelectorText()
  • use the error handler in method CSSPageRuleImpl#setCssText()

1.11.0

11 Dec 10:42
Compare
Choose a tag to compare
  • support for dimensions turn and quater added
  • hsl/hsla support added
  • improved color parsing for rgb/rgba
  • jUnit 5

1.10.0

18 Sep 14:43
Compare
Choose a tag to compare
  • support providing an CSSErrorHandler when setting a css text

1.9.0

24 Jul 07:23
Compare
Choose a tag to compare
  • bring formatting closer to the browser
  • calc has his own function type

1.8.0

04 Jul 10:13
Compare
Choose a tag to compare
  • bring formatting closer to the browser

1.7.0

07 Nov 14:38
Compare
Choose a tag to compare
  • fix 'rem' support
  • support for the dimensions 'ch', 'vw', 'vh', 'vmin' and 'vmax' added
  • minus sign no longer supported inside unknown dimensions. This fixes a problem when parsing calc terms without whitespace around the minus like in calc(42vh-16.4em)

1.6.0

03 Oct 12:15
Compare
Choose a tag to compare
  • support calc()
  • support var()

Thanks to Christian Morgner.

1.5.0

18 Aug 12:37
Compare
Choose a tag to compare
  • improved resource handling