Skip to content

Commit 981f30d

Browse files
committed
-> v3.6.10
1 parent 0d3b7c3 commit 981f30d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Svelte changelog
22

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+
310
## 3.6.9
411

512
* Always update derived stores with a derived input whose value does not change ([#3191](https://github.com/sveltejs/svelte/issues/3191))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.6.9",
3+
"version": "3.6.10",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)