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

Changelog History
Page 17

  • v2.11.0 Changes

    • ➕ Add --shared CLI option (#1649)
    • Run first onstate before fragment is rendered (#1522)
    • Exclude current computed prop from state object (#1544)
  • v2.10.1 Changes

    • ➕ Add sourcemaps to {@debug} tags (#1647)
  • v2.10.0 Changes

    • ➕ Add a {@debug} tag, for inspecting values in templates in dev mode (#1635)
    • 🛠 Fix dimension bindings in iOS (#1642)
  • v2.9.11 Changes

    • Pass props to custom elements rather than setting attributes, where appropriate (#875)
    • 🖐 Handle whitespace in lists consistently between SSR and DOM renderers (#1637)
    • 👌 Improve error for invalid ref names (#1613)
  • v2.9.10 Changes

    • 🖐 Handle null consistently in tags (#1598)
    • 👌 Support object rest in computed properties (#1540)
    • ⚡️ Always update dynamic components when expression changes (#1621)
    • 💅 Encapsulate local styles inside global styles (#1618)
  • v2.9.9 Changes

    • 🛠 Fix attribute name regex (#1623)
  • v2.9.8 Changes

    • 🛠 Sanitize spread attributes in SSR — fixes vulnerability CVE-2018-6341 (#1623)
  • v2.9.7 Changes

    • 👍 Allow <input type=file bind:files> (#1608)
    • Ensure child window exists before removing listener in addResizeHandler (#1600)
    • 🖐 Handle transitions in else block (#1589)
  • v2.9.6 Changes

    • Provide more useful error if SSR component attempts to render non-SSR component (#1605)
  • v2.9.5 Changes

    • Null out refs to dynamic components (#1596)