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: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Svelte changelog
2
2
3
+
## 3.6.10
4
+
5
+
* Use `change` event for file inputs ([#3226](https://github.com/sveltejs/svelte/issues/3226))
6
+
* Always fire reactive declarations with `$$props` ([#3286](https://github.com/sveltejs/svelte/issues/3286))
7
+
* More conservative spread prop updates ([#3289](https://github.com/sveltejs/svelte/issues/3289))
8
+
* Quote props if necessary in SSR mode ([#3312](https://github.com/sveltejs/svelte/issues/3312))
9
+
3
10
## 3.6.9
4
11
5
12
* Always update derived stores with a derived input whose value does not change ([#3191](https://github.com/sveltejs/svelte/issues/3191))
0 commit comments