File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 1.43.1
4
+
5
+ * Fix parameterised transitions ([ #962 ] ( https://github.com/sveltejs/svelte/issues/962 ) )
6
+ * Prevent boolean attributes breaking estree-walker expectations ([ #961 ] ( https://github.com/sveltejs/svelte/issues/961 ) )
7
+ * Throw error on cyclical store computations ([ #964 ] ( https://github.com/sveltejs/svelte/pull/964 ) )
8
+
3
9
## 1.43.0
4
10
5
11
* Export ` Store ` class to manage global state ([ #930 ] ( https://github.com/sveltejs/svelte/issues/930 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 1.43.0 " ,
3
+ "version" : " 1.43.1 " ,
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