We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80bcad commit 41f5961Copy full SHA for 41f5961
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Svelte changelog
2
3
+## 3.10.0
4
+
5
+* Add `blur` transition ([#3477](https://github.com/sveltejs/svelte/pull/3477))
6
+* Prevent `<input type="number">` edge case with spread props ([#3426](https://github.com/sveltejs/svelte/issues/3426))
7
+* Robustify cyclical dependency detection, improve errors ([#3459](https://github.com/sveltejs/svelte/issues/3459))
8
9
## 3.9.2
10
11
* Fix handling of additional @-rules in style blocks ([#2995](https://github.com/sveltejs/svelte/pull/2995))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "3.9.2",
+ "version": "3.10.0",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",
0 commit comments