From ba447f7067496ceb3e5fa1aba858ca615eade50d Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 16 Sep 2017 14:50:04 -0400 Subject: [PATCH] -> v1.39.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e38d127d03..b77fd46d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.39.3 + +* Allow `slot='...'` inside custom elements ([#827](https://github.com/sveltejs/svelte/issues/827)) +* Disallow `slot='...'` inside if/each blocks ([#849](https://github.com/sveltejs/svelte/issues/849)) +* Use correct parent node for slotted if blocks ([#850](https://github.com/sveltejs/svelte/issues/850)) + ## 1.39.2 * Escape CSS in shadow DOM ([#840](https://github.com/sveltejs/svelte/issues/840)) diff --git a/package.json b/package.json index 1e1c23b856..b06cacc724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.39.2", + "version": "1.39.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [