From acae17d3521f063557e4be2b4276a52600482ce2 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 4 Apr 2018 10:42:16 -0400 Subject: [PATCH] -> v1.60.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee5598f31..d20691c00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Svelte changelog +## 1.60.2 + +* Fix order of insertions for keyed each blocks with siblings ([#1306](https://github.com/sveltejs/svelte/issues/1306)) +* Bail out of CSS DCE if element has spread attribute ([#1300](https://github.com/sveltejs/svelte/issues/1300)) +* Allow `console` etc in component events ([#1278](https://github.com/sveltejs/svelte/issues/1278)) +* Deconflict against inherited contexts ([#1275](https://github.com/sveltejs/svelte/issues/1275)) +* Make CSS DCE case insensitive ([#1269](https://github.com/sveltejs/svelte/issues/1269)) +* Error on dynamic `multiple` attribute for bound select ([#1270](https://github.com/sveltejs/svelte/issues/1270)) +* Allow custom events on `<:Window>` ([#1268](https://github.com/sveltejs/svelte/issues/1268)) + ## 1.60.1 * Fix spread updates on dynamic components ([#1307](https://github.com/sveltejs/svelte/issues/1307)) diff --git a/package.json b/package.json index 72a790deed..b7e8adf1f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.60.1", + "version": "1.60.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [