Skip to content

Releases: HtmlUnit/htmlunit-cssparser

1.13.0

Choose a tag to compare

@rbri rbri released this 28 Dec 13:47

1.12.0

Choose a tag to compare

@rbri rbri released this 24 Apr 12:54
  • validate page pseudo classes
  • add CSSPageRuleImpl#setSelectorText()
  • use the error handler in method CSSPageRuleImpl#setCssText()

1.11.0

Choose a tag to compare

@rbri rbri released this 11 Dec 10:42
  • support for dimensions turn and quater added
  • hsl/hsla support added
  • improved color parsing for rgb/rgba
  • jUnit 5

1.10.0

Choose a tag to compare

@rbri rbri released this 18 Sep 14:43
  • support providing an CSSErrorHandler when setting a css text

1.9.0

Choose a tag to compare

@rbri rbri released this 24 Jul 07:23
  • bring formatting closer to the browser
  • calc has his own function type

1.8.0

Choose a tag to compare

@rbri rbri released this 04 Jul 10:13
  • bring formatting closer to the browser

1.7.0

Choose a tag to compare

@rbri rbri released this 07 Nov 14:38
  • 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

Choose a tag to compare

@rbri rbri released this 03 Oct 12:15
  • support calc()
  • support var()

Thanks to Christian Morgner.

1.5.0

Choose a tag to compare

@rbri rbri released this 18 Aug 12:37
  • improved resource handling

1.4.0

Choose a tag to compare

@rbri rbri released this 16 Apr 18:33
  • cleanup and minor fixes