File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 1.41.4
4
+
5
+ * Handle self-destructive bindings ([ #917 ] ( https://github.com/sveltejs/svelte/issues/917 ) )
6
+ * Prevent ` innerHTML ` with ` <option> ` elements ([ #915 ] ( https://github.com/sveltejs/svelte/issues/915 ) )
7
+ * Use ` dataset ` unless ` legacy ` is true ([ #858 ] ( https://github.com/sveltejs/svelte/issues/858 ) )
8
+ * Add ` prepare ` script to facilitate installing from git ([ #923 ] ( https://github.com/sveltejs/svelte/pull/923 ) )
9
+
3
10
## 1.41.3
4
11
5
12
* Prevent argument name clashes ([ #911 ] ( https://github.com/sveltejs/svelte/issues/911 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 1.41.3 " ,
3
+ "version" : " 1.41.4 " ,
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