File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 2.12.0
4
+
5
+ * Initialise actions on mount rather than hydrate ([ #1653 ] ( https://github.com/sveltejs/svelte/pull/1653 ) )
6
+ * Allow non-existent components to be destroyed ([ #1677 ] ( https://github.com/sveltejs/svelte/pull/1677 ) )
7
+ * Pass AMD ID from CLI correctly ([ #1672 ] ( https://github.com/sveltejs/svelte/pull/1672 ) )
8
+ * Minor AST tweaks ([ #1673 ] ( https://github.com/sveltejs/svelte/pull/1673 ) , [ #1674 ] ( https://github.com/sveltejs/svelte/pull/1674 ) )
9
+ * Reduce code duplication in component initialisation ([ #1670 ] ( https://github.com/sveltejs/svelte/pull/1670 ) )
10
+
11
+
3
12
## 2.11.0
4
13
5
14
* Add ` --shared ` CLI option ([ #1649 ] ( https://github.com/sveltejs/svelte/pull/1649 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 2.11 .0" ,
3
+ "version" : " 2.12 .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