File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 3.9.0
4
+
5
+ * Support ` is ` attribute on elements, with a warning ([ #3182 ] ( https://github.com/sveltejs/svelte/issues/3182 ) )
6
+ * Handle missing slot prop ([ #3322 ] ( https://github.com/sveltejs/svelte/issues/3322 ) )
7
+ * Don't set undefined/null input values, unless previous value exists ([ #1233 ] ( https://github.com/sveltejs/svelte/issues/1233 ) )
8
+ * Fix style attribute optimisation bailout ([ #1830 ] ( https://github.com/sveltejs/svelte/issues/1830 ) )
9
+
3
10
## 3.8.1
4
11
5
12
* Set SVG namespace for slotted elements ([ #3321 ] ( https://github.com/sveltejs/svelte/issues/3321 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.8.1 " ,
3
+ "version" : " 3.9.0 " ,
4
4
"description" : " Cybernetically enhanced web apps" ,
5
5
"module" : " index.mjs" ,
6
6
"main" : " index" ,
You can’t perform that action at this time.
0 commit comments