diff --git a/CHANGELOG.md b/CHANGELOG.md index e325b45793..ce92114b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Svelte changelog +## 2.15.0 + +* Event modifiers ([#1088](https://github.com/sveltejs/svelte/issues/1088)) +* Wheel and touch events are passive by default ([#1088](https://github.com/sveltejs/svelte/issues/1088)) +* Add `` tag ([#1484](https://github.com/sveltejs/svelte/issues/1484)) +* Include binding values in server-rendered HTML ([#1205](https://github.com/sveltejs/svelte/issues/1205)) +* Remove attributes when value is undefined/null ([#1434](https://github.com/sveltejs/svelte/issues/1434)) +* Initialise window scroll from component data ([#938](https://github.com/sveltejs/svelte/issues/938)) +* Remove references to unused properties in generated code ([#1187](https://github.com/sveltejs/svelte/issues/1187)) +* Add TypeScript definitions for store ([#1207](https://github.com/sveltejs/svelte/issues/1207)) +* Better error for missing store ([#1807](https://github.com/sveltejs/svelte/issues/1807)) + ## 2.14.3 * Account for directive dependencies ([#1793](https://github.com/sveltejs/svelte/issues/1793)) diff --git a/package.json b/package.json index f5f6c85e4c..64a975773d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.14.3", + "version": "2.15.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {