From 1c289adadbe03ed977acef7775476fc133b0f89b Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 1 Mar 2017 12:12:24 -0500 Subject: [PATCH] -> v1.8.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3c588804..2afff4d708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.8.0 + +* Prevent duplicate imports ([#308](https://github.com/sveltejs/svelte/issues/308)) +* Use `input` events (not `change`) for all input elements other than `checkbox` and `radio`, and textareas ([#309](https://github.com/sveltejs/svelte/pull/309)) +* Encapsulate keyframe declarations ([#245](https://github.com/sveltejs/svelte/issues/245)) + ## 1.7.1 * Deconflict imports and shared helpers ([#222](https://github.com/sveltejs/svelte/issues/222)) diff --git a/package.json b/package.json index fd06f7cd40..f9b53c0f27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.7.1", + "version": "1.8.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [