All Versions
385
Latest Version
Avg Release Cycle
8 days
Latest Release
-

Changelog History
Page 15

  • v3.1.0 Changes

    • 👍 Allow store subscribe functions to return an object with an unsubscribe method, providing native RxJS support (#2549)
  • v3.0.1 Changes

    • 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
  • v3.0.0 Changes

    • Everything
  • v2.15.4 Changes

    • IE classList fix (#1868)
  • v2.15.3 Changes

    • Don't mutate AST
  • v2.15.2 Changes

    • 🔦 Expose stats.props (#1837)
  • v2.15.1 Changes

    • Don't throw missing store error when store is declared in component (#1828)
  • v2.15.0 Changes

    • Event modifiers (#1088)
    • 0️⃣ Wheel and touch events are passive by default (#1088)
    • ➕ Add <svelte:document> tag (#1484)
    • Include binding values in server-rendered HTML (#1205)
    • ✂ Remove attributes when value is undefined/null (#1434)
    • 🎉 Initialise window scroll from component data (#938)
    • ✂ Remove references to unused properties in generated code (#1187)
    • ➕ Add TypeScript definitions for store (#1207)
    • 👍 Better error for missing store (#1807)
  • v2.14.3 Changes

    • Account for directive dependencies (#1793)
    • ⚡️ Detach each block iterations in each blocks with no update method (#1795)
  • v2.14.2 Changes

    • 🛠 Fix issue with nested {#if} blocks (#1780)