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
+ ## 2.16.0
4
+
5
+ * Allow multiple window bindings ([ #1859 ] ( https://github.com/sveltejs/svelte/issues/1859 ) )
6
+ * Add ` --customElement ` CLI flag ([ #1843 ] ( https://github.com/sveltejs/svelte/pull/1843 ) )
7
+ * Fix lifecycle order bug with window bindings ([ #1743 ] ( https://github.com/sveltejs/svelte/issues/1743 ) )
8
+ * Fix order of ` await ` block next to non-element block ([ #1440 ] ( https://github.com/sveltejs/svelte/issues/1440 ) )
9
+
3
10
## 2.15.4
4
11
5
12
* IE ` classList ` fix ([ #1868 ] ( https://github.com/sveltejs/svelte/pull/1868 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 2.15.4 " ,
3
+ "version" : " 2.16.0 " ,
4
4
"description" : " The magical disappearing UI framework" ,
5
5
"main" : " compiler/svelte.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments