pull/206/head v1.3.0
Rich-Harris 8 years ago
parent 7cd8683952
commit c1fc808641

@ -1,5 +1,12 @@
# 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))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.2.5",
"version": "1.3.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save