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:
parent
67e39ad529
commit
5396c0ebe7
@ -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))
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user