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:
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…
Reference in New Issue
Block a user