Skip to content

Releases: HtmlUnit/htmlunit

HtmlUnit 2.58.0

04 Feb 17:40
Compare
Choose a tag to compare
  • bunch of Rhino updates
  • client side validation fixes
  • SimpleScriptable is deprecated, please use HtmlUnitScriptable instead

Please have a look at the full release notes for details about this release.

HtmlUnit 2.57.0

23 Jan 13:31
Compare
Choose a tag to compare
  • Chrome/Edge 97
  • Firefox 96
  • ValidityState implemented
  • htmx support

Please have a look at the full release notes for details about this release.

HtmlUnit 2.56.0

12 Dec 18:14
Compare
Choose a tag to compare

Highlights

  • Chrome/Edge 96
  • Firefox 95
  • FF78 deprecated - use FF_ESR instead
  • FF_ESR is in sync with Firefox 91 ESR
  • improved css parser (rgb/a & hsl/a colors)
  • various Rhino updates

Please have a look at the full release notes for details about this release.

HtmlUnit 2.55.0

14 Nov 10:34
Compare
Choose a tag to compare

Highlights

  • Chrome/Edge 95
  • Firefox 94
  • xerces 2.12.1
  • various rhino/core-js fixes
  • socks proxy authentication support
  • the usual bunch of fixes

Please have a look at the full release notes for details about this release.

HtmlUnit 2.54.0

17 Oct 12:03
Compare
Choose a tag to compare

Highlights

  • Chrome/Edge 94
  • Firefox 93
  • various core-js optimizations
  • make threading more flexible
  • Xpath case sensitive processing was broken if an string inside the xpath contains or @
  • bunch of fixes

Please have a look at the full release notes for details about this release.

HtmlUnit 2.53.0

18 Sep 17:09
Compare
Choose a tag to compare

Highlights

  • Chrome/Edge 93
  • Firefox 92
  • XMLHttpRequest.send() has to serialize the body value if it is Document
  • Finally support getting and setting style properties via elem.style['property-name'] notation
  • bunch of fixes for URLSearchParams

Please have a look at the full release notes for details about this release.

HtmlUnit 2.52.0

25 Jul 17:01
Compare
Choose a tag to compare

Highlights

  • the usual bugfixes
  • Firefox 90
  • updates from Rhino
  • many java.awt dependencies removed (by implementing our own simple 2D graphics)
  • inline styles are now parsed by the htmlunit-cssparser
  • many style handling related fixes and improvements
  • element behaviors and HTML components (HTCs) have been removed from the code base

Please have a look at the full release notes for details about this release.

HtmlUnit 2.51.0

04 Jul 12:08
Compare
Choose a tag to compare

Highlights

  • the usual bugfixes
  • Firefox 89
  • Chrome/Edge 91
  • JS Template support
  • many updates from Rhino

Please have a look at the full release notes for details about this release.

HtmlUnit 2.50.0

16 May 09:24
Compare
Choose a tag to compare

Highlights

  • the usual bugfixes
  • Firefox 88
  • Chrome/Edge 90
  • many updates from Rhino incl. BigInt support)
  • documentation now has a link to 'The Java Web Scraping Handbook'
  • the WebClient constructors are supporting a proxyScheme now

Please have a look at the full release notes for details about this release.

HtmlUnit 2.49.1

11 Apr 14:37
Compare
Choose a tag to compare
  • Clicking an anchor was always calling the attachment handler (if set). This was a regression from anchor download attribute support.