svelte v3.19.2 Release Notes

Release Date: 2020-03-05 // about 4 years ago
    • โš  In dev mode, display a runtime warning when a component is passed an unexpected slot (#1020, #1447)
    • In vars array, correctly indicate whether module variables are mutated or reassigned (#3215)
    • ๐Ÿ›  Fix spread props not updating in certain situations (#3521, #4480)
    • ๐Ÿ‘‰ Use the fallback content for slots if they are passed only whitespace (#4092)
    • ๐Ÿ›  Fix bitmask overflow for {#if} blocks (#4263)
    • In dev mode, check for unknown props even if the component has no writable props (#4323)
    • Exclude global variables from $capture_state (#4463)
    • ๐Ÿ›  Fix bitmask overflow for slots (#4481)