svelte v3.48.0 Release Notes

    • ๐Ÿ‘ Allow creating cancelable custom events with createEventDispatcher (#4623)
    • ๐Ÿ‘Œ Support {@const} tag in {#if} blocks #7241
    • Return the context object in setContext #7427
    • ๐Ÿ‘ Allow comments inside {#each} blocks when using animate: (#3999)
    • ๐Ÿ›  Fix |local transitions in {#key} blocks (#5950)
    • ๐Ÿ‘Œ Support svg namespace for {@html} (#7002, #7450)
    • ๐Ÿ›  Fix {@const} tag not working inside a component when there's no let: #7189
    • โœ‚ Remove extraneous leading newline inside <pre> and <textarea> (#7264)
    • ๐Ÿ›  Fix erroneous setting of textContent for <template> elements (#7297)
    • ๐Ÿ›  Fix value of let: bindings not updating in certain cases (#7440)
    • ๐Ÿ›  Fix handling of void tags in <svelte:element> (#7449)
    • ๐Ÿ›  Fix handling of boolean attributes in <svelte:element> (#7478)
    • โž• Add special style scoping handling of [open] selectors on <dialog> elements (#7495)