pull/813/head v1.36.0
Rich Harris 7 years ago
parent 32bc47d06e
commit 3ea3f53819

@ -1,5 +1,9 @@
# Svelte changelog
## 1.36.0
* Optimize `style` attributes where possible ([#455](https://github.com/sveltejs/svelte/issues/455))
## 1.35.0
* `set` and `get` continue to work until `destroy` is complete ([#788](https://github.com/sveltejs/svelte/issues/788))

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

Loading…
Cancel
Save