Releases: HtmlUnit/htmlunit
HtmlUnit 2.61.0
- 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
- 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
- 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
- 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
- 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
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
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
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
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
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.