From 06ba4cd332886c142766a0021f7a0d3fbbf989d3 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 10 Jul 2017 07:56:40 -0400 Subject: [PATCH] -> v1.25.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771fba90a1..65504d8505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.25.0 + +* Fix hoisted event handlers ([#699](https://github.com/sveltejs/svelte/issues/699)) +* Fire `intro.start` and `outro.start` events ([#702](https://github.com/sveltejs/svelte/issues/702)) +* Preserve order of components in keyed each blocks ([#700](https://github.com/sveltejs/svelte/issues/700)) +* Add `cssMap` property to compiler output ([#698](https://github.com/sveltejs/svelte/pull/698/)) + ## 1.24.0 * Deconflict names with imports in SSR compiler ([#655](https://github.com/sveltejs/svelte/issues/655)) diff --git a/package.json b/package.json index 2a0308d430..710acd5922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.24.0", + "version": "1.25.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [