Skip to content

Commit 017e6cb

Browse files
committed
-> v2.6.2
1 parent a9d258b commit 017e6cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Svelte changelog
22

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+
39
## 2.6.1
410

511
* Absolutely position outroing animated nodes ([#1457](https://github.com/sveltejs/svelte/pull/1457))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"bin": {

0 commit comments

Comments
 (0)