svelte v3.20.0 Release Notes

Release Date: 2020-03-15 // about 4 years ago
    • ๐Ÿ‘ Allow destructuring in {#await} blocks (#1851)
    • ๐Ÿ‘ Allow <svelte:self> to be used in a slot (#2798)
    • ๐Ÿ”ฆ Expose object of unknown props in $$restProps (#2930)
    • Prevent passing named slots other than from the top level within a component (#3385)
    • ๐Ÿ‘ Allow transitions and animations to work within iframes (#3624)
    • ๐Ÿ›  Fix initialising slot fallbacks when unnecessary (#3763)
    • Disallow binding directly to const variables (#4479)
    • ๐Ÿ›  Fix re-attaching event handlers on keyed {#each} blocks (#4491)
    • ๐Ÿ›  Fix updating keyed {#each} blocks with {:else} (#4536, #4549)
    • ๐Ÿ›  Fix hydration of top-level content (#4542)