Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency net.sourceforge.htmlunit:htmlunit to v2.59.0 #41

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.sourceforge.htmlunit:htmlunit (source) 2.18 -> 2.59.0 age adoption passing confidence

Release Notes

HtmlUnit/htmlunit

v2.59.0

Compare Source

  • 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.

v2.58.0

Compare Source

  • 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.

v2.57.0

Compare Source

  • Chrome/Edge 97
  • Firefox 96
  • ValidityState implemented
  • htmx support

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

v2.56.0

Compare Source

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.

v2.55.0

Compare Source

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.

v2.54.0

Compare Source

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.

v2.53.0

Compare Source

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.

v2.52.0

Compare Source

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.

v2.51.0

Compare Source

Highlights

  • the usual bugfixes
  • Firefox 89
  • Chrome/Edge 91
  • JS Template support
  • many updates from Rhino

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

v2.50.0

Compare Source

Highlights

  • the usual bugfixes
  • Firefox 88
  • Chrome/Edge 90
  • many updates from Rhino incl. BigInt support)
  • documentation now has a link to 'The Java Web Scraping Handbook'
  • the WebClient constructors are supporting a proxyScheme now

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

v2.49.1

Compare Source

  • Clicking an anchor was always calling the attachment handler (if set). This was a regression from anchor download attribute support.

v2.49.0

Compare Source

Highlights

  • the usual bugfixes
  • updates from Rhino
  • Firefox 87
  • documentation updates for file download handling
  • Cookies generated from client code now sent to subdomains also

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

v2.48.0

Compare Source

Highlights

  • the usual Bugfixes
  • updates from Rhino
  • improvements for the CanvasRenderingContext2D
  • DomNode#asNormalizedText() added
  • WebClient.loadHtmlCodeIntoCurrentWindow(String) and WebClient.loadXHtmlCodeIntoCurrentWindow(String) added
  • Chrome/Edge 89
  • Firefox 86

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

v2.47.1

Compare Source

  • fix a neko regression from the improved table parsing done in 2.44.0.

v2.47.0

Compare Source

Highlights

  • the usual Bugfixes
  • major improvements for XMLHttpRequest event processing (again)
  • updates from Rhino
  • Chrome/Edge 88
  • Firefox 85

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

v2.46.0

Compare Source

  • the usual Bugfixes
  • many updates from Rhino
  • Chrome/Edge 87
  • Firefox 84

v2.45.0

Compare Source

  • the usual Bugfixes
  • switch from FF68 to FF78 ESR
  • Chrome/Edge 86
  • F82
  • improved event js constructors

v2.44.0

Compare Source

  • more Rhino fixes
  • the usual Bugfixes
  • Chrome/Edge 85
  • FF80
  • improved/fixed XMLHttpRequest event handling

v2.43.0

Compare Source

  • again a bunch of Rhino fixes
  • Chrome 84
  • Firefox 79
  • Edge added
  • FF60 removed

v2.42.0

Compare Source

  • many fixes in Rhino
  • the usual bunch of fixes

v2.41.0

Compare Source

  • Chrome updated to Chrome 83
  • Firefox updated to Firefox77
  • many fixes in Rhino
  • the usual bunch of fixes

v2.40.0

Compare Source

  • 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.

v2.39.1

Compare Source

  • fix SvgScript NPE when script engine not available

v2.39.0

Compare Source

  • 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

v2.38.0

Compare Source

  • Bugfixes
  • many improvements done for the CanvasRenderingContext2D
  • CHROME 80
  • support for disabling WebSocket added (if disabled the jetty dependencies are not required)

v2.37.0

Compare Source

  • Bugfixes
  • many js improvements done in Rhino
  • CHROME 79
  • FF52 removed
  • FF68 added

v2.36.0

Compare Source

  • Bugfixes
  • many js fixes done in Rhino
  • CHROME 76
  • Brotli support
  • FF52 deprecated

v2.35.0

Compare Source

  • bugfixes
  • again many Rhino improvements
  • some cssparser fixes
  • neko fixes and some cleanup

v2.34.1

Compare Source

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

v2.34.0

Compare Source

  • bugfixes
  • again many Rhino improvements
  • cssparser no longer requires sac13
  • neko fixes

v2.33

Compare Source

  • source moved to GitHub
  • reworked JS event listeners
  • bugfixes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@puneetbehl puneetbehl merged commit ff0cd69 into 4.0.x Mar 11, 2022
@puneetbehl puneetbehl deleted the renovate/net.sourceforge.htmlunit-htmlunit-2.x branch March 11, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants