pull/1464/head v2.6.1
Rich Harris 6 years ago
parent 8cec6dbff2
commit ee052dc7bd

@ -1,5 +1,9 @@
# Svelte changelog
## 2.6.1
* Absolutely position outroing animated nodes ([#1457](https://github.com/sveltejs/svelte/pull/1457))
## 2.6.0
* Add `animate` directive ([#1454](https://github.com/sveltejs/svelte/pull/1454))

@ -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": {

Loading…
Cancel
Save