svelte v3.49.0 Release Notes

    • ๐Ÿ‘Œ Improve performance of string escaping during SSR (#5701)
    • โž• Add ComponentType and ComponentProps convenience types (#6770)
    • โž• Add support for CSS @layer (#7504)
    • Export CompileOptions from svelte/compiler (#7658)
    • ๐Ÿ›  Fix DOM-less components not being properly destroyed (#7488)
    • ๐Ÿ›  Fix class: directive updates with <svelte:element> (#7521, #7571)
    • Harden attribute escaping during SSR (#7530)