File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
- ## Unreleased
4
-
5
- * Add missing ` submitter ` property to ` on:submit ` event type
3
+ ## 3.55.1
4
+
5
+ * Fix ` draw ` transition with delay showing a dot at the beginning of the path ([ #6816 ] ( https://github.com/sveltejs/svelte/issues/6816 ) )
6
+ * Fix infinity runtime call stack when propagating bindings ([ #7032 ] ( https://github.com/sveltejs/svelte/issues/7032 ) )
7
+ * Fix static ` <svelte:element> ` optimization in production mode ([ #7937 ] ( https://github.com/sveltejs/svelte/issues/7937 ) )
8
+ * Fix ` svelte-ignore ` comment breaking named slot ([ #8075 ] ( https://github.com/sveltejs/svelte/issues/8075 ) )
9
+ * Revert change to prevent running init binding unnecessarily ([ #8103 ] ( https://github.com/sveltejs/svelte/issues/8103 ) )
10
+ * Fix adding duplicate event listeners with ` <svelte:element on:event> ` ([ #8129 ] ( https://github.com/sveltejs/svelte/issues/8129 ) )
11
+ * Improve detection of promises that are also functions ([ #8162 ] ( https://github.com/sveltejs/svelte/pull/8162 ) )
12
+ * Avoid mutating spread component props during SSR ([ #8171 ] ( https://github.com/sveltejs/svelte/issues/8171 ) )
6
13
* Add missing typing for global ` part ` attribute ([ #8181 ] ( https://github.com/sveltejs/svelte/issues/8181 ) )
7
- * Fix static ` <svelte:element> ` optimization in production mode ([ #7938 ] ( https://github.com/sveltejs/svelte/pull/7938 ) )
8
- * Fix ` draw ` transition with delay showing a dot at the beginning of transition ([ #6816 ] ( https://github.com/sveltejs/svelte/issues/6816 ) )
9
- * Fix ` svelte-ignore ` comment breaks named slot ([ #8075 ] ( https://github.com/sveltejs/svelte/issues/8075 ) )
10
- * Fix duplicate event listeners for ` <svelte:element on:event> ` ([ #8129 ] ( https://github.com/sveltejs/svelte/issues/8129 ) )
11
- * Fix max call stack exceeded ([ #7032 ] ( https://github.com/sveltejs/svelte/issues/7032 ) )
12
- * Revert to prevent running init binding unnecessarily ([ #8103 ] ( https://github.com/sveltejs/svelte/issues/8103 ) )
13
- * Improve ` is_promise ` logic ([ #8162 ] ( https://github.com/sveltejs/svelte/pull/8162 ) )
14
- * Spread component props for immutably during SSR ([ #8171 ] ( https://github.com/sveltejs/svelte/issues/8171 ) )
14
+ * Add missing ` submitter ` property to ` on:submit ` event type
15
15
16
16
## 3.55.0
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.55.0 " ,
3
+ "version" : " 3.55.1 " ,
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