|
|
|
|
@ -1,5 +1,23 @@
|
|
|
|
|
# svelte
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.2
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- chore: remove selector api ([#9426](https://github.com/sveltejs/svelte/pull/9426))
|
|
|
|
|
|
|
|
|
|
- fix: correct update_block index type ([#9425](https://github.com/sveltejs/svelte/pull/9425))
|
|
|
|
|
|
|
|
|
|
- fix: tighten up signals implementation ([#9417](https://github.com/sveltejs/svelte/pull/9417))
|
|
|
|
|
|
|
|
|
|
- fix: exclude internal props from spread attributes ([#9384](https://github.com/sveltejs/svelte/pull/9384))
|
|
|
|
|
|
|
|
|
|
- chore: improve keyblock treeshaking ([#9422](https://github.com/sveltejs/svelte/pull/9422))
|
|
|
|
|
|
|
|
|
|
- breaking: remove Component type, keep using SvelteComponent instead ([#9413](https://github.com/sveltejs/svelte/pull/9413))
|
|
|
|
|
|
|
|
|
|
- fix: add snippet marker symbol to children prop ([#9395](https://github.com/sveltejs/svelte/pull/9395))
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.1
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|