pull/7738/head
Rich Harris 8 years ago
parent 33580f272e
commit 7d8c4dcf18

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