|
|
|
|
@ -1,5 +1,19 @@
|
|
|
|
|
# svelte
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.36
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- fix: transform textarea and contenteditable binding expressions ([#10187](https://github.com/sveltejs/svelte/pull/10187))
|
|
|
|
|
|
|
|
|
|
- fix: improve transition outro easing ([#10190](https://github.com/sveltejs/svelte/pull/10190))
|
|
|
|
|
|
|
|
|
|
- fix: ensure unstate() only deeply applies to plain objects and arrays ([#10191](https://github.com/sveltejs/svelte/pull/10191))
|
|
|
|
|
|
|
|
|
|
- fix: improve invalid nested interactive element error ([#10199](https://github.com/sveltejs/svelte/pull/10199))
|
|
|
|
|
|
|
|
|
|
- fix: react to mutated slot props in legacy mode ([#10197](https://github.com/sveltejs/svelte/pull/10197))
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.35
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|