From 69e3568d022b48c12ebde73c6ebdb44ef7bb41b8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 7 Jul 2017 12:11:00 -0400 Subject: [PATCH] -> v1.24.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9767660858..771fba90a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Svelte changelog +## 1.24.0 + +* Deconflict names with imports in SSR compiler ([#655](https://github.com/sveltejs/svelte/issues/655)) +* Improved transition performance ([#670](https://github.com/sveltejs/svelte/pull/670)) +* Run transitions on initial render ([#651](https://github.com/sveltejs/svelte/issues/651)) +* Add dev mode warning if `hydrate` is true but `hydratable` was false ([#664](https://github.com/sveltejs/svelte/issues/664)) +* Manipulate sourcemap to make missing loop values obvious ([#683](https://github.com/sveltejs/svelte/pull/683)) +* Only add CSS scoping attributes where necessary ([#679](https://github.com/sveltejs/svelte/issues/679)) +* Warn on unused CSS selectors ([#678](https://github.com/sveltejs/svelte/issues/678)) +* Fix `