svelte@5.52.0
sveltejs/sveltesvelte@5.52.0Feb 18, 2026by github-actions[bot]
AI Summary
A minor release adding support for TrustedHTML in HTML expressions and fixing hydration mismatches for dynamic components.
Key Highlights
- Support TrustedHTML in `{@html}` expressions
- Repair dynamic component truthy/falsy hydration mismatches
- Re-run non-render-bound deriveds on the server
New Features
- Support TrustedHTML in `{@html}` expressions
Full Release Notes
### Minor Changes
- feat: support TrustedHTML in `{@html}` expressions ([#17701](https://github.com/sveltejs/svelte/pull/17701))
### Patch Changes
- fix: repair dynamic component truthy/falsy hydration mismatches ([#17737](https://github.com/sveltejs/svelte/pull/17737))
- fix: re-run non-render-bound deriveds on the server ([#17674](https://github.com/sveltejs/svelte/pull/17674))