From 6300ccb7a2994c87c59907b3bc6a28510faa3bcf Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 8 Sep 2019 16:42:47 -0400 Subject: [PATCH] -> v3.10.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baa740e9c..d1eeb88c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Svelte changelog +## 3.10.1 + +* Preserve reactivity inside if block heads etc ([#3512](https://github.com/sveltejs/svelte/issues/3512)) +* Fix store bindings inside each blocks ([#3455](https://github.com/sveltejs/svelte/issues/3455)) +* Generate correct code for if-else blocks with static conditions ([#3505](https://github.com/sveltejs/svelte/issues/3505)) +* Avoid generating unnecessary component update code ([#3526](https://github.com/sveltejs/svelte/issues/3526)) +* Make `bind:currentTime` more reliable ([#3524](https://github.com/sveltejs/svelte/issues/3524)) +* Prevent errors when setting spread props on SVG elements ([#3522](https://github.com/sveltejs/svelte/issues/3522)) + ## 3.10.0 * Add `blur` transition ([#3477](https://github.com/sveltejs/svelte/pull/3477)) diff --git a/package.json b/package.json index 161e0d5b31..6a4c675806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.10.0", + "version": "3.10.1", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",