|
|
|
@ -3,6 +3,7 @@
|
|
|
|
## Unreleased
|
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
|
|
|
|
* Throw a parser error for `class:` directives with an empty class name ([#5858](https://github.com/sveltejs/svelte/issues/5858))
|
|
|
|
* Throw a parser error for `class:` directives with an empty class name ([#5858](https://github.com/sveltejs/svelte/issues/5858))
|
|
|
|
|
|
|
|
* Fix duplicate store subscription in SSR mode ([#5883](https://github.com/sveltejs/svelte/issues/5883))
|
|
|
|
* Fix type inference for derived stores ([#5935](https://github.com/sveltejs/svelte/pull/5935))
|
|
|
|
* Fix type inference for derived stores ([#5935](https://github.com/sveltejs/svelte/pull/5935))
|
|
|
|
* Make parameters of built-in animations and transitions optional ([#5936](https://github.com/sveltejs/svelte/pull/5936))
|
|
|
|
* Make parameters of built-in animations and transitions optional ([#5936](https://github.com/sveltejs/svelte/pull/5936))
|
|
|
|
* Make `SvelteComponentDev` typings more forgiving ([#5937](https://github.com/sveltejs/svelte/pull/5937))
|
|
|
|
* Make `SvelteComponentDev` typings more forgiving ([#5937](https://github.com/sveltejs/svelte/pull/5937))
|
|
|
|
|