File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 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.2.2
4
+
5
+ * Add ` window ` and ` document ` to expected globals ([ #2722 ] ( https://github.com/sveltejs/svelte/pull/2722 ) )
6
+ * Prevent hoisting of functions that depend on reactive state ([ #2703 ] ( https://github.com/sveltejs/svelte/pull/2703 ) )
7
+ * Generate correct code when slot has no changes ([ #2697 ] ( https://github.com/sveltejs/svelte/issues/2697 ) )
8
+ * Prevent ` Object.prototype ` -related bugs ([ #2696 ] ( https://github.com/sveltejs/svelte/pull/2696 ) )
9
+
3
10
## 3.2.1
4
11
5
12
* Use same comparison logic for ` derived ` as for other stores ([ #2644 ] ( https://github.com/sveltejs/svelte/issues/2644 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.2.1 " ,
3
+ "version" : " 3.2.2 " ,
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