Skip to content

[Java] Release 0.20.2

Choose a tag to compare

@github-actions github-actions released this 02 Apr 16:39
· 7 commits to master since this release
java-v0.20.2
5e0a61c

Added

  • CssInline.inline(String html, String css) convenience overload for applying a CSS string to a full HTML document. #693

Fixed

  • inlineFragment silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (<html>, <head>, <body>, <style>). #692 #693