svelte@5.45.6
sveltejs/sveltesvelte@5.45.6Dec 6, 2025by github-actions[bot]
AI Summary
A patch release fixing accessibility warnings for videos and adding `srcObject` to permitted attributes.
Key Highlights
- Fix a11y warning for `<video>` without captions
- Added `srcObject` to permitted `<audio>`/`<video>` attributes
Full Release Notes
### Patch Changes - fix: don't issue a11y warning for `<video>` without captions if it has no `src` ([#17311](https://github.com/sveltejs/svelte/pull/17311)) - fix: add `srcObject` to permitted `<audio>`/`<video>` attributes ([#17310](https://github.com/sveltejs/svelte/pull/17310))