Skip to content

Version 3.8.0

Compare
Choose a tag to compare
@carlosame carlosame released this 21 Aug 12:26
· 95 commits to master since this release
v3.8.0

Release Highlights

Use <style> elements from any namespace for computing styles

In style computation, inline styles that were in a non-HTML namespace were not being used. This is what some browsers did in the past but that is no longer the case.

Now it uses style elements having any namespace, which matches the current behaviour of web browsers and makes it easier to support inlined SVG.

Detail of changes

  • Use <style> elements from any namespace for computing styles.
  • Javadoc: add a module description.
  • Fix javadoc warning.
  • Gradle: upgrade wrapper to 7.5.1.
  • Upgrade extra-java-module-info plugin to 0.15.
  • Actions: switch from 'adopt' distribution to 'temurin', setup-java@v2 to 3.
  • Actions: upgrade actions/checkout to v3.