svelte@5.47.0
sveltejs/sveltesvelte@5.47.0Jan 18, 2026by github-actions[bot]
AI Summary
A minor release introducing customizable select elements and fixing hydration and snippet-related issues.
Key Highlights
- Customizable `<select>` elements
- Fix for marking svelte boundary subtree as dynamic
- Fix for static elements not resetting in debug/snippets
New Features
- Customizable `<select>` elements
Full Release Notes
### Minor Changes - feat: customizable `<select>` elements ([#17429](https://github.com/sveltejs/svelte/pull/17429)) ### Patch Changes - fix: mark subtree of svelte boundary as dynamic ([#17468](https://github.com/sveltejs/svelte/pull/17468)) - fix: don't reset static elements with debug/snippets ([#17477](https://github.com/sveltejs/svelte/pull/17477))