We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cec6db commit ee052dcCopy full SHA for ee052dc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 2.6.1
4
+
5
+* Absolutely position outroing animated nodes ([#1457](https://github.com/sveltejs/svelte/pull/1457))
6
7
## 2.6.0
8
9
* Add `animate` directive ([#1454](https://github.com/sveltejs/svelte/pull/1454))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "2.6.0",
+ "version": "2.6.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {
0 commit comments