Skip to content

HtmlUnit 3.7.0

Compare
Choose a tag to compare
@rbri rbri released this 30 Oct 20:31
· 618 commits to master since this release

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