svelte v3.2.0 Release Notes

    • ๐Ÿ‘Œ Improve spring animations, and add hard/soft options (#2627)
    • ๐Ÿ”ฆ Expose parse and walk functions (#2661, #2534)
    • ๐Ÿ‘Œ Support array/object rest in each block destructuring patterns (#2647, #2658)
    • ๐Ÿ‘‰ Use setAttribute to change form property on form elements (#1742)
    • ๐Ÿ›  Fix a11y warning when <figcaption> is non-direct descendant of <figure> (#2582)
    • โš  Squelch erroneous 'empty block' warnings (#1716)
    • ๐Ÿ›  Fix IE9/10 error with insertBefore (#2573)
    • Prevent $$scope from being spread onto an element (#2520)
    • Resubscribe to stores that are assigned to in <script> (#2435)
    • ๐Ÿ‘ Allow reactive declarations to depend on const variables (#2285)
    • โšก๏ธ Trigger store changes on UpdateExpression (#2625)
    • โš  Squelch missing prop warning if variable is initialised (#2635)
    • โž• Add alert, confirm and prompt to known globals (#2648)