svelte v3.17.0 Release Notes

Release Date: 2020-01-13 // over 4 years ago
    • โœ‚ Remove old <head> elements during hydration so they aren't duplicated (#1607)
    • Prevent text input cursor jumping in Safari with one-way binding (#3449)
    • ๐Ÿ”ฆ Expose compiler version in dev events (#4047)
    • Don't run actions before their element is in the document (#4166)
    • ๐Ÿ›  Fix reactive assignments with destructuring and stores where the destructured value should be undefined (#4170)
    • ๐Ÿ›  Fix hydrating {:else} in {#each} (#4202)
    • Do not automatically declare variables in reactive declarations when assigning to a member expression (#4212)
    • ๐Ÿ›  Fix stringifying of attributes in SSR mode when there are spread attributes (#4240)
    • Only render one <title> in SSR mode when multiple components provide one (#4250)