|
|
|
@ -2,11 +2,12 @@
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
|
|
* Add `aria-description` to the list of allowed ARIA attributes ([#7301](https://github.com/sveltejs/svelte/issues/7301))
|
|
|
|
|
* Add TypeScript interfaces for typing actions ([#6538](https://github.com/sveltejs/svelte/issues/6538))
|
|
|
|
|
* Do not generate `unused-export-let` warning inside `<script context="module">` blocks ([#7055](https://github.com/sveltejs/svelte/issues/7055))
|
|
|
|
|
* Do not collapse whitespace-only CSS vars ([#7152](https://github.com/sveltejs/svelte/issues/7152))
|
|
|
|
|
* Add `aria-description` to the list of allowed ARIA attributes ([#7301](https://github.com/sveltejs/svelte/issues/7301))
|
|
|
|
|
* Fix attribute escaping during SSR ([#7327](https://github.com/sveltejs/svelte/issues/7327))
|
|
|
|
|
* Prevent `.innerHTML` optimization from being used when `style:` directive is present ([#7386](https://github.com/sveltejs/svelte/issues/7386))
|
|
|
|
|
|
|
|
|
|
## 3.46.4
|
|
|
|
|
|
|
|
|
|