mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v1.10.3
This commit is contained in:
parent
a362b436b2
commit
94dc6d26b6
@ -1,5 +1,12 @@
|
|||||||
# Svelte changelog
|
# Svelte changelog
|
||||||
|
|
||||||
|
## 1.10.3
|
||||||
|
|
||||||
|
* Prevent `'</script>'` string occurence breaking pages ([#349](https://github.com/sveltejs/svelte/pull/349))
|
||||||
|
* Allow reference to whitelisted globals without properties ([#333](https://github.com/sveltejs/svelte/pull/333))
|
||||||
|
* Don't remove ` ` incorrectly ([#348](https://github.com/sveltejs/svelte/issues/348))
|
||||||
|
* `let` -> `var` in `addCss` block ([#351](https://github.com/sveltejs/svelte/pull/351))
|
||||||
|
|
||||||
## 1.10.2
|
## 1.10.2
|
||||||
|
|
||||||
* Accept any case for doctype declarations ([#336](https://github.com/sveltejs/svelte/issues/336))
|
* Accept any case for doctype declarations ([#336](https://github.com/sveltejs/svelte/issues/336))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte",
|
"name": "svelte",
|
||||||
"version": "1.10.2",
|
"version": "1.10.3",
|
||||||
"description": "The magical disappearing UI framework",
|
"description": "The magical disappearing UI framework",
|
||||||
"main": "compiler/svelte.js",
|
"main": "compiler/svelte.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user