From bc416a538f86fdd933397f02c2fd5685cf9089e1 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 18 Mar 2018 20:55:08 -0400 Subject: [PATCH] -> v1.58.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 735e0a47e1..686ad90512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Svelte changelog +## 1.58.0 + +* Fast row swapping ([#588](https://github.com/sveltejs/svelte/issues/588)) +* Better error messages for invalid directives ([#1242](https://github.com/sveltejs/svelte/pull/1242)) +* Fix local context variable bugs ([#1240](https://github.com/sveltejs/svelte/pull/1243), [#1254](https://github.com/sveltejs/svelte/pull/1254)) +* Skip missing property warnings for computed/global properties in dev mode ([#1246](https://github.com/sveltejs/svelte/pull/1246)) +* Add end position to warnings ([#1250](https://github.com/sveltejs/svelte/pull/1250)) + ## 1.57.4 * Deconflict context names ([#1229](https://github.com/sveltejs/svelte/issues/1229)) diff --git a/package.json b/package.json index 58fd94cfe7..312c5f9452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.57.4", + "version": "1.58.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [