mirror of https://github.com/sveltejs/svelte
parent
7e584e40d7
commit
6c85339def
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: reliably remove undefined attributes during hydration
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
feat: shorter compiler output for attribute updates
|
||||
@ -1 +1 @@
|
||||
<!--ssr:0--><div></div><!--ssr:0-->
|
||||
<div></div><div></div><div></div>
|
||||
|
||||
Loading…
Reference in new issue