svelte v3.14.0 Release Notes

Release Date: 2019-11-11 // over 4 years ago
    • ➕ Add loopGuardTimeout option that augments for/while loops to prevent infinite loops, primarily for use in the REPL (#3887)
    • 🔀 Keep component bindings in sync when changed in reactive statements (#3382)
    • ⚡️ Update attributes before bindings (#3857)
    • Prevent variable naming conflict (#3899)