|
|
@ -1,5 +1,23 @@
|
|
|
|
# svelte
|
|
|
|
# svelte
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.176
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: correct start of `{:else if}` and `{:else}` ([#12043](https://github.com/sveltejs/svelte/pull/12043))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: reverse parent/child order in invalid HTML warning ([#12336](https://github.com/sveltejs/svelte/pull/12336))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: reorder reactive statements during migration ([#12329](https://github.com/sveltejs/svelte/pull/12329))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- feat: better `<svelte:element>` SSR output ([#12339](https://github.com/sveltejs/svelte/pull/12339))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- chore: align warning and error objects, add frame property ([#12326](https://github.com/sveltejs/svelte/pull/12326))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: ensure `$effect.root` is ignored on the server ([#12332](https://github.com/sveltejs/svelte/pull/12332))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: enable local transitions on `svelte:element` ([#12346](https://github.com/sveltejs/svelte/pull/12346))
|
|
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.175
|
|
|
|
## 5.0.0-next.175
|
|
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
### Patch Changes
|
|
|
|