svelte v3.0.1 Release Notes

    • Prevent text input cursor jumping in Safari (#2506)
    • 👍 Allow assignments to member expressions (#2510)
    • Prevent mutually dependent functions causing an infinite during hoisting (#2542)
    • ⏱ Reuse scheduler promise instead of creating new one each time (#2555)
    • 🛠 Various site/docs fixes