pull/556/head v1.19.1
Rich-Harris 8 years ago
parent 409043bb9b
commit fb7af38eb8

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.19.1
* Export `generateKeyframes`, so that CSS transitions work
## 1.19.0 ## 1.19.0
* Experimental support for transitions ([#7](https://github.com/sveltejs/svelte/issues/7)) * Experimental support for transitions ([#7](https://github.com/sveltejs/svelte/issues/7))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.19.0", "version": "1.19.1",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save