From f3afc4ad88d45d03e9fbeb6c7a97b36470ff2625 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 24 Feb 2017 14:08:57 -0500 Subject: [PATCH] -> v1.6.9 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc612e85f3..b50939c8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.6.9 + +* Don't trigger bindings for torn-down components ([#277](https://github.com/sveltejs/svelte/issues/277)) +* SSR: Handle two-way bindings ([#275](https://github.com/sveltejs/svelte/issues/275)) +* Improve performance by checking data has changed before updates ([#279](https://github.com/sveltejs/svelte/pull/279)) +* Parse CSS with css-tree to prevent transformation errors with unconventional styles ([#288](https://github.com/sveltejs/svelte/issues/288)) + ## 1.6.8 * Always trigger `onrender`, including when change initiator is a nested component ([#263](https://github.com/sveltejs/svelte/issues/263)) diff --git a/package.json b/package.json index b1fdd90af1..af424b939f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.6.8", + "version": "1.6.9", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [