diff --git a/CHANGELOG.md b/CHANGELOG.md index 08da7fd524..67b63ae8c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Svelte changelog +## 2.5.0 + +* Support transitions in `await` blocks ([#956](https://github.com/sveltejs/svelte/issues/956)) +* Abort outros if block is recreated ([#1425](https://github.com/sveltejs/svelte/issues/1425)) +* Wait until transitions have completed before removing styles ([#648](https://github.com/sveltejs/svelte/issues/648)) +* Support event shorthand on dynamic components ([#1427](https://github.com/sveltejs/svelte/pull/1427)) +* Various codegen improvements ([#1419](https://github.com/sveltejs/svelte/pull/1419), [#1421](https://github.com/sveltejs/svelte/pull/1421), [#1422](https://github.com/sveltejs/svelte/pull/1422), [#1424](https://github.com/sveltejs/svelte/pull/1424)) +* Correctly handle `await` blocks with no dynamic content ([#1417](https://github.com/sveltejs/svelte/issues/1417)) +* Allow spread props on elements with static attribute tests ([#1429](https://github.com/sveltejs/svelte/pull/1429)) + + ## 2.4.4 * Declare missing variable in Store ([#1415](https://github.com/sveltejs/svelte/issues/1415)) diff --git a/package.json b/package.json index c94f99b078..60452722e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.4.4", + "version": "2.5.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {