From 89c0b71e250d0370542c90bc6c6769167b9614cb Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 1 Sep 2017 12:17:10 -0400 Subject: [PATCH] -> v1.35.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29879ba532..77c2470c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Svelte changelog +## 1.35.0 + +* `set` and `get` continue to work until `destroy` is complete ([#788](https://github.com/sveltejs/svelte/issues/788)) +* Observers of unchanged bound values don't fire incorrectly ([#804](https://github.com/sveltejs/svelte/issues/804)) +* Nested components with slotted content render correctly in SSR mode ([#801](https://github.com/sveltejs/svelte/issues/801)) +* More efficient rendering of raw and slotted content ([#637](https://github.com/sveltejs/svelte/issues/637)) +* Handle unquoted attributes in attribute selectors ([#798](https://github.com/sveltejs/svelte/issues/798)) + ## 1.34.0 * Support nested `` elements ([#790](https://github.com/sveltejs/svelte/issues/790)) diff --git a/package.json b/package.json index ad3a52d5a5..c9846fa508 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.34.0", + "version": "1.35.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [