|
|
@ -1,5 +1,12 @@
|
|
|
|
# Svelte changelog
|
|
|
|
# Svelte changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 1.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Omit directives in server-side rendering ([#163](https://github.com/sveltejs/svelte/issues/167))
|
|
|
|
|
|
|
|
* Handle comments in SSR ([#165](https://github.com/sveltejs/svelte/issues/165))
|
|
|
|
|
|
|
|
* Support calling methods of `event`/`this` in event handlers ([#162](https://github.com/sveltejs/svelte/issues/162))
|
|
|
|
|
|
|
|
* Remove `mount` from public API ([#150](https://github.com/sveltejs/svelte/issues/150))
|
|
|
|
|
|
|
|
|
|
|
|
## 1.2.1
|
|
|
|
## 1.2.1
|
|
|
|
|
|
|
|
|
|
|
|
* Server-side rendering is available as a compiler option (`generate: 'ssr'`) ([#159](https://github.com/sveltejs/svelte/pull/159))
|
|
|
|
* Server-side rendering is available as a compiler option (`generate: 'ssr'`) ([#159](https://github.com/sveltejs/svelte/pull/159))
|
|
|
|