All Versions
442
Latest Version
Avg Release Cycle
6 days
Latest Release
25 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)