mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v1.2.4
This commit is contained in:
parent
81e62ee924
commit
a4a67ff98f
@ -1,5 +1,10 @@
|
|||||||
# Svelte changelog
|
# Svelte changelog
|
||||||
|
|
||||||
|
## 1.2.4
|
||||||
|
|
||||||
|
* SSR compiler: Implement `{{{tripes}}}` ([#197](https://github.com/sveltejs/svelte/issues/197))
|
||||||
|
* SSR compiler: Escape HTML in tags ([#197](https://github.com/sveltejs/svelte/issues/197))
|
||||||
|
|
||||||
## 1.2.3
|
## 1.2.3
|
||||||
|
|
||||||
* Add support for `namespace` declaration for SVG (etc) components ([#147](https://github.com/sveltejs/svelte/issues/147))
|
* Add support for `namespace` declaration for SVG (etc) components ([#147](https://github.com/sveltejs/svelte/issues/147))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte",
|
"name": "svelte",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"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