Skip to content

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

Merged
Stranger6667 merged 1 commit intomasterfrom
dd/java-shortcut
Apr 2, 2026
Merged

feat: CssInline.inline(String html, String css) convenience overload for applying a CSS string to a full HTML document#699
Stranger6667 merged 1 commit intomasterfrom
dd/java-shortcut

Conversation

@Stranger6667
Copy link
Copy Markdown
Owner

Resolves #693

…d for applying a CSS string to a full HTML document

Signed-off-by: Dmitry Dygalo <[email protected]>
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 2, 2026

Merging this PR will not alter performance

✅ 12 untouched benchmarks


Comparing dd/java-shortcut (ba7296c) with master (d37dce9)

Open in CodSpeed

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.97%. Comparing base (7620ae9) to head (ba7296c).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #699   +/-   ##
=======================================
  Coverage   91.97%   91.97%           
=======================================
  Files          17       17           
  Lines        2531     2531           
=======================================
  Hits         2328     2328           
  Misses        203      203           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Stranger6667 Stranger6667 merged commit 5beb478 into master Apr 2, 2026
86 checks passed
@Stranger6667 Stranger6667 deleted the dd/java-shortcut branch April 2, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CssInline.inlineFragment(html, css) fails silently if input contains html, head, style, or body tags

1 participant