From 4012414fa733628bb029be39195a278301da46be Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 19 Apr 2017 10:13:52 -0400 Subject: [PATCH] -> v1.17.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- src/generators/dom/visitors/Element/Binding.js | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 058085d95d..43d0cacd52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Svelte changelog +## 1.17.0 + +* Add `currentTime`, `duration` and `paused` bindings for media elements ([#406](https://github.com/sveltejs/svelte/issues/406)) +* Don't treat helpers as dependencies ([#492](https://github.com/sveltejs/svelte/issues/492)) +* Allow `<:Window>` event handlers to access component state ([#497](https://github.com/sveltejs/svelte/pull/497)) +* Allow two-way binding to properties named 'component' ([#495](https://github.com/sveltejs/svelte/issues/495)) +* Group checkbox bindings correctly, to avoid erroneously unchecking siblings ([#498](https://github.com/sveltejs/svelte/issues/498)) +* Validate two-way bindings ([#494](https://github.com/sveltejs/svelte/pull/494)) +* Allow dynamic each-block to have static else-block ([#501](https://github.com/sveltejs/svelte/pull/501)) +* Initialise `