svelte v3.21.0 Release Notes

Release Date: 2020-04-24 // about 4 years ago
    • 👌 Support dimension bindings in cross-origin environments (#2147)
    • 🛠 Fix several related outro bugs (#3202, #3410, #3685, #4620, #4630)
    • 👷 Try using globalThis rather than globals for the benefit of non-Node servers and web workers (#3561, #4545)
    • 👌 Support {#await ... catch ...} syntax shorthand (#3623)
    • 🛠 Fix attaching of JS debugging comments to HTML comments (#4565)
    • 🛠 Fix <svelte:component/> within <slot/> (#4597)
    • 🛠 Fix bug with updating simple {#if} blocks (#4629)
    • 🛠 Fix issues with <input type="number"> updates (#4631, #4687)
    • Prevent illegal attribute names (#4648)
    • 🛠 Fix {#if} block directly within <slot/> (#4703)