File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 3.8.0
4
+
5
+ * Add ` self ` event modifier ([ #3372 ] ( https://github.com/sveltejs/svelte/issues/3372 ) )
6
+ * Generate valid code when spreading literal ([ #3185 ] ( https://github.com/sveltejs/svelte/issues/3185 ) )
7
+ * Coerce tag values to string before checking equality ([ #2290 ] ( https://github.com/sveltejs/svelte/issues/2290 ) )
8
+
3
9
## 3.7.1
4
10
5
11
* Assume ` let ` variables are dynamic for slots ([ #3354 ] ( https://github.com/sveltejs/svelte/issues/3354 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.7.1 " ,
3
+ "version" : " 3.8.0 " ,
4
4
"description" : " Cybernetically enhanced web apps" ,
5
5
"module" : " index.mjs" ,
6
6
"main" : " index" ,
You can’t perform that action at this time.
0 commit comments