Skip to content

Releases: HtmlUnit/htmlunit

HtmlUnit 2.61.0

25 Apr 16:13
Compare
Choose a tag to compare
  • Chrome/Edge 100
  • Firefox 99
  • Bugfixes & Enhancements
  • neko: Possilbe OOM exception with broken input fixed
  • use NativeConsole from core-js instead of our own implementation
  • INCOMPATIBLE CHANGE: Class MediaList was moved from package com.gargoylesoftware.htmlunit.javascript.host.dom into package com.gargoylesoftware.htmlunit.javascript.host.css
  • new method WebRequest.getParameters() returning all parameters (from the url and the body if available). This change was required to fix some issues with Spring MockMVC.

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

💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome https://github.com/sponsors/rbri).

HtmlUnit 2.60.0

19 Mar 16:27
Compare
Choose a tag to compare
  • Chrome/Edge 99
  • Bugfixes
  • fix broken package-info files generated by the maven plugin used for version 2.59.0 (see #457)

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

HtmlUnit 2.59.0

05 Mar 18:35
Compare
Choose a tag to compare
  • Chrome/Edge 98
  • Firefox 97
  • Polyfills for Fetch and Proxy
  • ClipboardHandler
  • Rhino updates
  • Bugfixes
  • dedicated documentation of the WebClient/WebClientOptions

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

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.