All Versions
442
Latest Version
Avg Release Cycle
6 days
Latest Release
27 days ago

Changelog History
Page 39

  • v1.13.2 Changes

    • ๐Ÿ›  Fix deep component bindings (#420)
    • Include css property in compiler output (#409)
    • Treat functions as mutable objects when recomputing (#413
    • Include magic-string in bundle (#410)
    • Disable unneeded Bublรฉ transformations for slimmer output (#411)
  • v1.13.1 Changes

    • Prevent infinite loops with pathological component bindings (#398)
    • More robust deconflicting (#401)
  • v1.13.0 Changes

    • โž• Add <:Window> meta tag with event listeners, and a handful of bindings (#371)
    • Don't uncheck radios incorrectly (#399)
  • v1.12.1 Changes

    • Deconflict non-helper functions (addCss etc) (#388)
    • ๐Ÿ‘ Allow reserved words in tags, e.g. {{class}} (#383)
  • v1.12.0 Changes

    • Shorthand attributes โ€” <Widget :foo/> is equivalent to <Widget foo='{{foo}}'/> (#384)
    • ๐Ÿ‘Œ Support bind:group for radio and checkbox inputs (#311, #312)
    • ๐Ÿ‘ Better sourcemap support for two-way bindings
  • v1.11.4 Changes

    • โš  Dev mode warning for bad component.observe arguments (#369)
    • โš  Translate component.on('teardown', ...) to component.on('destroy', ...) and add dev warning (#365)
    • ๐Ÿ‘‰ Use shared prototype to save bytes (#378)
  • v1.11.3 Changes

    • Undo CSS behaviour change in 1.11.2 (#372)
    • ๐Ÿ“Œ Pin version of css-tree (#370)
  • v1.11.2 Changes

    • โž• Add component CSS to each document a component is rendered to (#331)
  • v1.11.1 Changes

    • ๐Ÿ›  Fix two-way binding for components inside each blocks (#356)
  • v1.11.0 Changes

    • โž• Add format: 'eval' and svelte.create, to create components directly from source code (#345)
    • Node 4 compatibility (#109)