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
+12
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
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: take outroing elements out of the flow when animating siblings ([#11208](https://github.com./sveltejs/svelte/pull/11208))
10
+
11
+
- feat: allow inspect reactivity map, set, date ([#11164](https://github.com./sveltejs/svelte/pull/11164))
12
+
13
+
- fix: widen ownership when sub state is assigned to new state ([#11217](https://github.com./sveltejs/svelte/pull/11217))
0 commit comments