svelte v1.21.0 Release Notes

    • Always use helpers if referenced, not just for call expressions (#575)
    • ๐Ÿ›  Fix parsing of <textarea> children (#599)
    • Treat <textarea> value attributes and children as equivalent, and fail validation if both are present (#599)
    • ๐Ÿ›  Fix <textarea> SSR (#599)
    • ๐Ÿ’… Apply CSS transition styles immediately if transition has delay (#574)
    • Ensure transitionManager is treeshakeable (#593)
    • ๐Ÿ›  Fix for environments where node.style.animation is undefined (#587)
    • ๐Ÿ›  Fix order of operations when dealing with <select> elements (#590)
    • โฌ‡๏ธ Downgrade 'invalid callee' to a warning (#579)
    • Convert to TypeScript (#573)