svelte@5.56.9
Osmantic/ODSsvelte@5.56.9Aug 12, 2026by github-actions[bot]
AI Summary
Patch release addressing whitespace handling, comment preservation, and controlled each iteration issues.
Key Highlights
- Improved whitespace handling in the printer
- Preserved CSS comments in AST printer
- Fixed duplicate comment issue in attributes
- Fixed controlled each fast path for pending batches
Full Release Notes
### Patch Changes - fix: skip controlled each fast path while another batch is pending ([#18625](https://github.com/sveltejs/svelte/pull/18625)) - fix: better whitespace handling inside printer ([#18638](https://github.com/sveltejs/svelte/pull/18638)) - fix: don't duplicate comments in attributes ([#18636](https://github.com/sveltejs/svelte/pull/18636)) - fix: preserve CSS comments in the AST printer ([#18637](https://github.com/sveltejs/svelte/pull/18637))