Skip to content

v3.0.0-rc.64

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 16:18
· 203 commits to main since this release

   🚨 Breaking Changes

⚠️ This version no longer supports CSS inlining by default. You are required to explicity opt-in.

To opt in simply require add the @css-inline/css-inline dependency.

pnpm add -D @css-inline/css-inline

Additionally, if you're using edge rendering you may need to add the@css-inline/css-inline-wasm dependency.

    View changes on GitHub