pull/556/head v1.19.0
Rich-Harris 7 years ago
parent 1078bae696
commit 4f96b51e55

@ -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