From fa2380fdcbd798f421229058b5e1efe0626d7472 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 8 Aug 2018 08:32:19 -0400 Subject: [PATCH] -> v2.9.11 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a551da5332..e160dfd42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 2.9.11 + +* Pass props to custom elements rather than setting attributes, where appropriate ([#875](https://github.com/sveltejs/svelte/issues/875)) +* Handle whitespace in lists consistently between SSR and DOM renderers ([#1637](https://github.com/sveltejs/svelte/pull/1637)) +* Improve error for invalid `ref` names ([#1613](https://github.com/sveltejs/svelte/issues/1613)) + ## 2.9.10 * Handle `null` consistently in tags ([#1598](https://github.com/sveltejs/svelte/issues/1598)) diff --git a/package.json b/package.json index 1fb3ce28ca..673127ffb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.9.10", + "version": "2.9.11", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {