From a7c1c380d4d4b07e583677693f564825f78e944d Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 22 Apr 2018 14:12:22 -0400 Subject: [PATCH] -> v2.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceea2c9e86..5f3394c2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 058ef58e3c..fd15ee3332 100644 --- a/package.json +++ b/package.json @@ -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": [