File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 3.11.0
4
+
5
+ * ` $capture_state ` and ` $inject_state ` HMR hooks in dev mode ([ #3148 ] ( https://github.com/sveltejs/svelte/pull/3148 ) )
6
+ * Allow unclosed tags inside if/each/etc blocks ([ #2807 ] ( https://github.com/sveltejs/svelte/issues/2807 ) )
7
+ * Invalidate unreferenced store values inside ` <script> ` ([ #3537 ] ( https://github.com/sveltejs/svelte/issues/3537 ) )
8
+ * Print ` null ` text when hydrating ([ #3379 ] ( https://github.com/sveltejs/svelte/pull/3379 ) )
9
+
3
10
## 3.10.1
4
11
5
12
* Preserve reactivity inside if block heads etc ([ #3512 ] ( https://github.com/sveltejs/svelte/issues/3512 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.10.1 " ,
3
+ "version" : " 3.11.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