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)