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.13.3
4
+
5
+ * Correctly handle ` {{true}} ` , ` {{false}} ` and ` {{null}} ` ([ #424 ] ( https://github.com/sveltejs/svelte/issues/424 ) )
6
+ * Update ` <select> ` value attributes correctly ([ #423 ] ( https://github.com/sveltejs/svelte/issues/423 ) )
7
+ * Bind custom event handler callbacks ([ #428 ] ( https://github.com/sveltejs/svelte/issues/428 ) )
8
+ * Disallow ` import root ` ([ #430 ] ( https://github.com/sveltejs/svelte/pull/430 ) )
9
+ * Prevent component bindings mutating the wrong object ([ #432 ] ( https://github.com/sveltejs/svelte/pull/432 ) )
10
+
3
11
## 1.13.2
4
12
5
13
* Fix deep component bindings ([ #420 ] ( https://github.com/sveltejs/svelte/issues/420 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 1.13.2 " ,
3
+ "version" : " 1.13.3 " ,
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