pull/778/head v1.30.0
Rich Harris 7 years ago
parent 3e94650397
commit cd1e8c12c1

@ -1,5 +1,10 @@
# Svelte changelog
## 1.30.0
* Update all component bindings simultaneously ([#760](https://github.com/sveltejs/svelte/issues/760))
* Fix `@keyframes` atrules with `from` and `to` selectors ([#774](https://github.com/sveltejs/svelte/issues/774))
## 1.29.3
* Only recompute tag and attribute values if they could have changed ([#768](https://github.com/sveltejs/svelte/issues/768))

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

Loading…
Cancel
Save