File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 14
14
* Detect unused empty attribute CSS selectors ([ #8042 ] ( https://github.com/sveltejs/svelte/issues/8042 ) )
15
15
* Simpler output for reactive statements if dependencies are all static ([ #7942 ] ( https://github.com/sveltejs/svelte/pull/7942 ) )
16
16
* Flush remaining ` afterUpdate ` calls before ` onDestroy ` ([ #7476 ] ( https://github.com/sveltejs/svelte/issues/7476 ) )
17
+ * Check value equality for ` input ` types ` url ` and ` search ` ([ #7027 ] ( https://github.com/sveltejs/svelte/issues/7027 ) )
18
+ * Compute node dimensions directly before crossfading ([ #4111 ] ( https://github.com/sveltejs/svelte/issues/4111 ) )
19
+ * Add ` readonly ` method to convert ` writable ` store to readonly ([ #6518 ] ( https://github.com/sveltejs/svelte/pull/6518 ) )
20
+ * Ensure ` bind:offsetHeight ` updates initially ([ #4233 ] ( https://github.com/sveltejs/svelte/issues/4233 ) )
17
21
18
22
## 3.55.1
19
23
You can’t perform that action at this time.
0 commit comments