Skip to content

Commit a717c82

Browse files
committed
-> v1.43.0
1 parent a3b4eea commit a717c82

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Svelte changelog
22

3+
## 1.43.0
4+
5+
* Export `Store` class to manage global state ([#930](https://github.com/sveltejs/svelte/issues/930))
6+
* Recognise `aria-current` ([#953](https://github.com/sveltejs/svelte/pull/953))
7+
* Support SSR register options including `extensions` ([#939](https://github.com/sveltejs/svelte/issues/939))
8+
* Friendlier error for illegal contexts ([#934](https://github.com/sveltejs/svelte/issues/934))
9+
* Remove whitespace around `<:Window>` components ([#943](https://github.com/sveltejs/svelte/issues/943))
10+
311
## 1.42.1
412

513
* Correctly append items inside a slotted `each` block ([#932](https://github.com/sveltejs/svelte/pull/932))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.42.1",
3+
"version": "1.43.0",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)