svelte v3.17.2 Release Notes

Release Date: 2020-01-21 // about 4 years ago
    • ๐Ÿ›  Fix removing attributes during hydration (#1733)
    • Disallow two-way binding to a variable declared by an {#await} block (#4012)
    • ๐Ÿ‘ Allow access to let: variables in sibling attributes on slot root (#4173)
    • ๐Ÿ›  Fix ~= and class selector matching against values separated by any whitespace characters (#4242)
    • ๐Ÿ›  Fix code generation for awaited expressions that need parentheses (#4267)
    • Preserve JavaScript comments from the original component source where possible (#4268)
    • โž• Add some more known globals (#4276)
    • Correctly apply event modifiers to <svelte:body> events (#4278)