You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/svelte/CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# svelte
2
2
3
+
## 5.0.0-next.108
4
+
5
+
### Patch Changes
6
+
7
+
- breaking: warn on slots and event handlers in runes mode, error on `<slot>` + `{@render ...}` tag usage in same component ([#11203](https://github.com./sveltejs/svelte/pull/11203))
8
+
9
+
- fix: fall back to component namespace when not statically determinable, add way to tell `<svelte:element>` the namespace at runtime ([#11219](https://github.com./sveltejs/svelte/pull/11219))
10
+
11
+
- fix: measure elements before taking siblings out of the flow ([#11216](https://github.com./sveltejs/svelte/pull/11216))
12
+
13
+
- breaking: warn on self-closing non-void HTML tags ([#11114](https://github.com./sveltejs/svelte/pull/11114))
14
+
15
+
- fix: take outroing elements out of the flow when animating siblings ([#11208](https://github.com./sveltejs/svelte/pull/11208))
16
+
17
+
- fix: widen ownership when sub state is assigned to new state ([#11217](https://github.com./sveltejs/svelte/pull/11217))
0 commit comments