File tree 2 files changed +9
-1
lines changed 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
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
+
3
11
## 1.42.1
4
12
5
13
* Correctly append items inside a slotted ` each ` block ([ #932 ] ( https://github.com/sveltejs/svelte/pull/932 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 1.42.1 " ,
3
+ "version" : " 1.43.0 " ,
4
4
"description" : " The magical disappearing UI framework" ,
5
5
"main" : " compiler/svelte.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments