Svelte 3.25.0 is out!

Svelte 3.25.0 is out!

Tan Li Hau


🎉 `$$slots` is now available for determining which slots the component have received ▶️ REPL


🐞 Fixed promise rejection will now get bubbled up if the `{#\await}` block does not have {:catch}

🐞Fixed reactive assignments to object property now works in SSR

✅ Unused CSS selector warning now tells you which selector ▶️ REPL

🐞 Fixed <Namespaced.Component/>` in {#\await} or {#\each} context ▶️ REPL

🐞 Fixed reactivity in <svelte:component> inside {:catch} ▶️ REPL

🐞 Fixed setting one-way bound <input> value to undefined when it has spread attributes ▶️ REPL

🐞 Fixed deep two-way bindings inside an {#\each} involving a store now works ▶️ REPL

🐞 Fixed Use valid XHTML for elements that are optimised and inserted with .innerHTML

✅ Reactivity of $$props in slot fallback content


Report Page