0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.11.0

This commit is contained in:
Rich-Harris 2017-03-07 14:26:00 -05:00
parent 67e39ad529
commit 5396c0ebe7
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Svelte changelog
## 1.11.0
* Add `format: 'eval'` and `svelte.create`, to create components directly from source code ([#345](https://github.com/sveltejs/svelte/issues/345))
* Node 4 compatibility ([#109](https://github.com/sveltejs/svelte/issues/109))
## 1.10.3
* Prevent `'</script>'` string occurence breaking pages ([#349](https://github.com/sveltejs/svelte/pull/349))

View File

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