pull/1370/head v2.1.1
Rich Harris 6 years ago
parent 6534fef37d
commit a7c1c380d4

@ -1,5 +1,11 @@
# Svelte changelog
## 2.1.1
* Report initial `changed` based on state, not expected props ([#1356](https://github.com/sveltejs/svelte/issues/1356))
* Set state to empty object, not null, on destroy ([#1354](https://github.com/sveltejs/svelte/issues/1354))
* Prevent stale state in component event handlers ([#1353](https://github.com/sveltejs/svelte/issues/1353))
## 2.1.0
* Allow shorthand imports ([#1038](https://github.com/sveltejs/svelte/issues/1038))

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

Loading…
Cancel
Save