pull/754/head v1.29.0
Rich Harris 7 years ago
parent f3f85841a5
commit 8dd23b81df

@ -1,5 +1,11 @@
# Svelte changelog
## 1.29.0
* Add static `setup` method ([#578](https://github.com/sveltejs/svelte/issues/578))
* Hoist if block selectors ([#751](https://github.com/sveltejs/svelte/pull/751))
* More sigil escaping fixes ([#750](https://github.com/sveltejs/svelte/pull/750))
## 1.28.1
* Fix unescaping of special words in SSR mode ([#741](https://github.com/sveltejs/svelte/issues/741))

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

Loading…
Cancel
Save