From a717c82bb44b3258ee1b2ff0aee7fd950fa659b8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 25 Nov 2017 17:52:45 -0500 Subject: [PATCH] -> v1.43.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab7be640a..f90c160485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Svelte changelog +## 1.43.0 + +* Export `Store` class to manage global state ([#930](https://github.com/sveltejs/svelte/issues/930)) +* Recognise `aria-current` ([#953](https://github.com/sveltejs/svelte/pull/953)) +* Support SSR register options including `extensions` ([#939](https://github.com/sveltejs/svelte/issues/939)) +* Friendlier error for illegal contexts ([#934](https://github.com/sveltejs/svelte/issues/934)) +* Remove whitespace around `<:Window>` components ([#943](https://github.com/sveltejs/svelte/issues/943)) + ## 1.42.1 * Correctly append items inside a slotted `each` block ([#932](https://github.com/sveltejs/svelte/pull/932)) diff --git a/package.json b/package.json index 7b1937020d..bd4c27afec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.42.1", + "version": "1.43.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [