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
+ ## 2.6.2
4
+
5
+ * Fix spread+bindings on dynamic components ([ #1433 ] ( https://github.com/sveltejs/svelte/issues/1433 ) )
6
+ * Abort in-progress animations, if a new one starts ([ #1458 ] ( https://github.com/sveltejs/svelte/issues/1458 ) )
7
+ * Allow animations to be parameterised ([ #1462 ] ( https://github.com/sveltejs/svelte/issues/1462 ) )
8
+
3
9
## 2.6.1
4
10
5
11
* Absolutely position outroing animated nodes ([ #1457 ] ( https://github.com/sveltejs/svelte/pull/1457 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 2.6.1 " ,
3
+ "version" : " 2.6.2 " ,
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