Skip to content

Releases: HtmlUnit/htmlunit

HtmlUnit-2.40.0

02 May 15:02
Compare
Choose a tag to compare
  • 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

14 Apr 15:24
Compare
Choose a tag to compare
  • fix SvgScript NPE when script engine not available

HtmlUnit-2.39.0

05 Apr 11:51
Compare
Choose a tag to compare
  • 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

08 Mar 10:27
Compare
Choose a tag to compare
  • 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

28 Jan 20:16
Compare
Choose a tag to compare
  • Bugfixes
  • many js improvements done in Rhino
  • CHROME 79
  • FF52 removed
  • FF68 added

HtmlUnit-2.36.0

24 Aug 12:08
Compare
Choose a tag to compare
  • Bugfixes
  • many js fixes done in Rhino
  • CHROME 76
  • Brotli support
  • FF52 deprecated

HtmlUnit-2.35.0

16 Apr 18:21
Compare
Choose a tag to compare
  • bugfixes
  • again many Rhino improvements
  • some cssparser fixes
  • neko fixes and some cleanup

HtmlUnit-2.34.1

04 Mar 09:07
Compare
Choose a tag to compare

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

HtmlUnit-2.34.0

28 Feb 19:02
Compare
Choose a tag to compare
  • bugfixes
  • again many Rhino improvements
  • cssparser no longer requires sac13
  • neko fixes

HtmlUnit-2.33

12 Sep 18:51
Compare
Choose a tag to compare
  • source moved to GitHub
  • reworked JS event listeners
  • bugfixes