Releases: HtmlUnit/htmlunit
Releases · HtmlUnit/htmlunit
HtmlUnit-2.42.0
- many fixes in Rhino
- the usual bunch of fixes
HtmlUnit-2.41.0
- Chrome updated to Chrome 83
- Firefox updated to Firefox77
- many fixes in Rhino
- the usual bunch of fixes
HtmlUnit-2.40.0
- Chrome updated to Chrome 81
- Firefox updated to Firefox75
- new WebClientConfiguration option ConnectionTimeToLive
- major improvements for the focus and active element handling
- label tag got many fixes
- respect Content-Security-Policy: frame-ancestors and X-Frame-Options: DENY when loading frame content
- new method AttachmentHandler.handleAttachment(WebResponse) added. By implementing your own AttachmentHandler you now can process the attachment response by your code without opening a new WebClient window.
HtmlUnit-2.39.1
- fix SvgScript NPE when script engine not available
HtmlUnit-2.39.0
- Firefox latest is now supported (at the Firefox74)
- again CanvasRenderingContext2D got many improvements
- FrameContentHandler added to support stop loading of frame content
- the usual bunch of bugfixes
- BrowserVersion FIREFOX_60 is deprecated
HtmlUnit-2.38.0
- Bugfixes
- many improvements done for the CanvasRenderingContext2D
- CHROME 80
- support for disabling WebSocket added (if disabled the jetty dependencies are not required)
HtmlUnit-2.37.0
- Bugfixes
- many js improvements done in Rhino
- CHROME 79
- FF52 removed
- FF68 added
HtmlUnit-2.36.0
- Bugfixes
- many js fixes done in Rhino
- CHROME 76
- Brotli support
- FF52 deprecated
HtmlUnit-2.35.0
- bugfixes
- again many Rhino improvements
- some cssparser fixes
- neko fixes and some cleanup
HtmlUnit-2.34.1
A small bugfix release required to make alle HtmlUnit Driver tests green
- fix insert position for elements with contenteditable='true'
- send 'image/png' as mime type when uploading a png file