mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v1.2.1
This commit is contained in:
parent
d23de6607c
commit
8922ecb72f
@ -1,5 +1,10 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.2.1
|
||||
|
||||
* Server-side rendering is available as a compiler option (`generate: 'ssr'`) ([#159](https://github.com/sveltejs/svelte/pull/159))
|
||||
* Allow call expressions where function is not in `helpers` ([#163](https://github.com/sveltejs/svelte/issues/163))
|
||||
|
||||
## 1.2.0
|
||||
|
||||
* Server-side rendering of HTML ([#148](https://github.com/sveltejs/svelte/pull/148)) and CSS ([#154](https://github.com/sveltejs/svelte/pull/154))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user