Releases: HtmlUnit/htmlunit
HtmlUnit 3.11.0
Highlights
-
This release is not compatible with 2.xx versions - please read the migration info
-
Chrome/Edge 121, Firefox 122
-
many fixes for the neko html parser, also some performance improvements
-
as usual some core-js fixes
-
detection and reporting of obsolete mime types for javascript files has changed to be in sync with the spec and the current practice
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 3.10.0
Highlights
-
This release is not compatible with 2.xx versions - please read the migration info
-
Chrome/Edge 120, Firefox 120
-
many fixes for the neko html parser, rewritten script tag content parsing and better comment handling, unknown elements are always moved to the body, and many more
-
core-js tons of fixes and improvements
-
String.includes/startsWith/endsWith no longer throws a TypeError when the first argument is a regex and Symbol.match of that regex has been set to false
-
String.prototype.replaceAll implemented
-
RegExp.dotAll flag implemented
-
Symbol.iterator property is now available on CSSStyleDeclaration/ComputedCSSStyleDeclaration
-
many more fixes and improvements
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 3.9.0
Highlights
-
This release is not compatible with 2.xx versions - please read the migration info
-
core-csp: new lib for CSP
-
commons-logging to 1.3.0, commons-io to 2.15.1, commons-lang3 to 3.14.0
-
enable FEATURE_SECURE_PROCESSING for the MSXML XSLProcessor (CVE-2023-49093).
-
neko: new HTML named entities parser that is up to 20x faster for common entities and some more fixes
-
many more fixes and improvements
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 3.8.0
Highlights
-
This release is not compatible with 2.xx versions - please read the migration info
-
core-js: support trailing commas in function parameters.
-
updated CSS3Parser pool implementation
-
improved detection onf XML/XHtml content when not content type header is set
-
many more fixes and improvements
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 3.7.0
Highlights
-
This release is not compatible with 2.xx versions - please read the migration info
-
INCOMPATIBLE CHANGE: For this version, the processing of WebWindowListener events got many changes/fixes/improvements. The main point was to let this work as stable as possible even if many WebWindowListener are registered.
-
cssparser: Switched from JavaCC to ParserGeneratorCC (https://github.com/tulipcc/ParserGeneratorCC)
-
core-js: build system switched to maven
-
Implementation of CSS pseudo classes :invalid and :valid improved
-
Form.isValid() checks all form elements
-
Documentation enhancements
-
support ComputedCSSStyleDeclaration when JS engine is disabled
-
HtmlForm.getElements() is now part of the public api
-
Fixed a major memory leak
-
'rel' attribute may contain multiple values, we have to split before checking the value
-
many more fixes and improvements
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 3.6.0
Highlights
-
This release is not compatible with 2.xx versions - please read the migration info
-
various Form support fixes
-
Reflect/Proxy support improvements
-
improved unicode support when parsing javascript code
-
htmx version 1.9.6 support
-
Chrome/Edge 116; Firefox 116
-
many more fixes and improvements
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 3.5.0
Highlights
- This release is not compatible with 2.xx versions - please read the migration info
- To improve the compatibility with Android some deprecated methods are removed. Please have a look at the full release notes for details.
- Javascript Proxy support
- htmx version 1.9.4 support
- Chrome/Edge 115; Firefox 115
- Improved handling for NativeError instances when generating the console output.
- many more fixes and improvements
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 3.4.0
Highlights
- This release is not compatible with 2.xx versions - please read the migration info
- htmx version 1.9.3 support
- NamedNodeMap, HTMLSelectElement/HTMLOptionsCollection and HTMLFormElement are now iterable (for..of support)
- Support for the toStringTag symbol added to all dom classes
- Negative integer index values must be handles as strings and not as integer
- improved content blocking support (https://www.htmlunit.org/details.html#Content_blocking)
- New WebClientOption setTempFileDirectory() to specify a separate directory used for temp files
- Reflect.construct() support added
- many more fixes and improvements
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 3.3.0
Highlights
- This release is not compatible with 2.xx versions - please read the migration info
- dialog tag javascript support added
- Reflect javascript object added
- Array.at() and Array.flat() added.
- HtmlForm.getInputByValue and HtmlForm.getInputsByValue fixed (regression in 3.0.0)
- more javascript fixes (e.g. PropertyDescriptor)
- many javascript properties and functions fixed
- many more fixes and improvements
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 3.2.0
Highlights
- This release is not compatible with 2.xx versions - please read the migration info
- Chrome/Edge 113; Firefox 113
- SubmitEvent support added
- many more fixes and improvements
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).