svelte v3.32.1 Release Notes

    • Warn when using module variables reactively, and close weird reactivity loophole (#5847)
    • 📜 Throw a parser error for class: directives with an empty class name (#5858)
    • 🛠 Fix extraneous store subscription in SSR mode (#5883)
    • ⚡️ Don't emit update code for class: directives whose expression is not dynamic (#5919)
    • 🛠 Fix type inference for derived stores (#5935)
    • 👉 Make parameters of built-in animations and transitions optional (#5936)
    • 👉 Make SvelteComponentDev typings more forgiving (#5937)
    • 🛠 Fix foreign elements incorrectly disallowing bind:this (#5942)