svelte v1.22.0 Release Notes

    • Symmetry between mount and unmount. This is potentially a breaking change if your components import other components that were precompiled with an earlier version of Svelte (#592)
    • โž• Add cascade option, which prevents styles affecting child components if false, unless selectors are wrapped in :global(...) and keyframe declaration IDs are prefixed with -global-. This will become the default behaviour in v2 (#583)
    • ๐Ÿ‘Œ Support binding to computed member expressions (#602)
    • Coerce empty string in number/range inputs to undefined, not 0 (#584)
    • ๐Ÿ›  Fix insert location of DOM elements in each/if/nested component edge cases (#610)