0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v2.1.1

This commit is contained in:
Rich Harris 2018-04-22 14:12:22 -04:00
parent 6534fef37d
commit a7c1c380d4
2 changed files with 7 additions and 1 deletions

View File

@ -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))

View File

@ -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": [