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.3
4
+
5
+ * Prevent argument name clashes ([ #911 ] ( https://github.com/sveltejs/svelte/issues/911 ) )
6
+ * Fix UMD factory arguments ([ #918 ] ( https://github.com/sveltejs/svelte/pull/918 ) )
7
+ * Don't attempt to set computed values ([ #893 ] ( https://github.com/sveltejs/svelte/issues/893 ) )
8
+ * Fix TypeScript build error ([ #919 ] ( https://github.com/sveltejs/svelte/issues/919 ) )
9
+
3
10
## 1.41.2
4
11
5
12
* Handle attribute selectors with no value ([ #905 ] ( https://github.com/sveltejs/svelte/issues/905 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 1.41.2 " ,
3
+ "version" : " 1.41.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