File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 29
29
* Select first enabled option by default when initial value is undefined ([ #7041 ] ( https://github.com/sveltejs/svelte/issues/7041 ) )
30
30
* Fix race condition on ` svelte:element ` with transitions ([ #7948 ] ( https://github.com/sveltejs/svelte/issues/7948 ) )
31
31
* Optimise ` <svelte:element> ` output code for static tag and static attribute ([ #8161 ] ( https://github.com/sveltejs/svelte/pull/8161 ) )
32
+ * Decode html entities correctly ([ #8026 ] ( https://github.com/sveltejs/svelte/issues/8026 ) )
33
+ * Handle ` {@html} ` tags inside ` <template> ` tags ([ #7364 ] ( https://github.com/sveltejs/svelte/pull/7364 ) )
34
+ * Introduce parameter to allow for horizontal slide transition ([ #6182 ] ( https://github.com/sveltejs/svelte/issues/6182 ) )
32
35
33
36
34
37
## 3.55.1
You can’t perform that action at this time.
0 commit comments