# Svelte changelog ## 1.3.0 * SSR compiler: Support `format` option ([#196](https://github.com/sveltejs/svelte/issues/196)) * SSR compiler: Don't self-close 'normal' elements ([#200](https://github.com/sveltejs/svelte/issues/200)) * Remove leading spaces from scoped CSS ([#140](https://github.com/sveltejs/svelte/issues/140)) * Internal refactoring ## 1.2.5 * Allow whitelisted globals in templates ([#185](https://github.com/sveltejs/svelte/issues/185)) * Intercept parse errors with `options.onerror` ## 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 * Add support for `namespace` declaration for SVG (etc) components ([#147](https://github.com/sveltejs/svelte/issues/147)) * Throw error if methods or lifecycle hooks are arrow functions that use `this` or `arguments` ([#179](https://github.com/sveltejs/svelte/issues/179)) * Use `setAttribute()` for `list` attributes, to preserve link to `` ([#178](https://github.com/sveltejs/svelte/issues/178)) * Throw error if default export is not an object literal ([#190](https://github.com/sveltejs/svelte/pull/190)) * Internal refactoring ## 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 * 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.1.3 * Handle `xmlns` attributes correctly ([#142](https://github.com/sveltejs/svelte/issues/142)) * Error on duplicate `