|
|
|
@ -1,5 +1,31 @@
|
|
|
|
|
# svelte
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.16
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- fix: delegate events on elements with bind-this ([#9696](https://github.com/sveltejs/svelte/pull/9696))
|
|
|
|
|
|
|
|
|
|
- fix: ensure implicit children snippet renders correctly ([#9706](https://github.com/sveltejs/svelte/pull/9706))
|
|
|
|
|
|
|
|
|
|
- fix: ensure `$slots` exists in runes mode ([#9718](https://github.com/sveltejs/svelte/pull/9718))
|
|
|
|
|
|
|
|
|
|
- fix: allow `bind:this` with dynamic type on inputs ([#9713](https://github.com/sveltejs/svelte/pull/9713))
|
|
|
|
|
|
|
|
|
|
- fix: port over props that were set prior to initialization ([#9704](https://github.com/sveltejs/svelte/pull/9704))
|
|
|
|
|
|
|
|
|
|
- feat: $inspect rune ([#9705](https://github.com/sveltejs/svelte/pull/9705))
|
|
|
|
|
|
|
|
|
|
- fix: keep fallback value after spread update not setting that prop ([#9717](https://github.com/sveltejs/svelte/pull/9717))
|
|
|
|
|
|
|
|
|
|
- fix: tweak const tag parsing ([#9715](https://github.com/sveltejs/svelte/pull/9715))
|
|
|
|
|
|
|
|
|
|
- chore: remove redundant hydration code ([#9698](https://github.com/sveltejs/svelte/pull/9698))
|
|
|
|
|
|
|
|
|
|
- fix: improve template text node serialization ([#9722](https://github.com/sveltejs/svelte/pull/9722))
|
|
|
|
|
|
|
|
|
|
- fix: improve infinite loop capturing ([#9721](https://github.com/sveltejs/svelte/pull/9721))
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.15
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|