svelte v3.16.1 Release Notes

Release Date: 2019-12-09 // over 4 years ago
    • ๐Ÿ›  Fix unused export warning for props used as stores (#4021)
    • ๐Ÿ›  Fix {:then} without resolved value containing {#each} (#4022)
    • ๐Ÿ›  Fix incorrect code generated with loopGuardTimeout (#4034)
    • ๐Ÿ›  Fix handling of bitmask overflow and globals (#4037)
    • ๐Ÿ›  Fix {:then} containing {#if} (#4044)
    • ๐Ÿ›  Fix bare imports in format: 'cjs' output mode (#4055)
    • Warn when using a known global as a component name (#4070)