pull/1050/head v1.49.3
Rich Harris 7 years ago
parent a3d8425ddc
commit 37f8f8afe3

@ -1,5 +1,12 @@
# Svelte changelog # Svelte changelog
## 1.49.3
* Return `html` from SSR compiler `render().toString()` methods ([#1044](https://github.com/sveltejs/svelte/issues/1044))
* Correctly reinitialise dynamic components ([#1040](https://github.com/sveltejs/svelte/issues/1040))
* Allow `<option>` outside `<select>` ([#1022](https://github.com/sveltejs/svelte/issues/1022))
* Fix data references in await-block event handlers ([#1032](https://github.com/sveltejs/svelte/issues/1032))
## 1.49.2 ## 1.49.2
* Add `store.umd.js` ([#967](https://github.com/sveltejs/svelte/issues/967)) * Add `store.umd.js` ([#967](https://github.com/sveltejs/svelte/issues/967))

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

Loading…
Cancel
Save