pull/7738/head
Rich-Harris 9 years ago
parent 1a7f3d7bc3
commit 2e8bbaaa73

@ -1,5 +1,11 @@
# Svelte changelog
## 1.19.0
* Experimental support for transitions ([#7](https://github.com/sveltejs/svelte/issues/7))
* Use `querySelector(':checked')` instead of `selectedOptions` ([#539](https://github.com/sveltejs/svelte/issues/539))
* Stringify helpers before bundling them, to avoid renaming errors ([#538](https://github.com/sveltejs/svelte/issues/538))
## 1.18.2
* Parenthesize if-block conditions ([#532](https://github.com/sveltejs/svelte/issues/532))

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

Loading…
Cancel
Save