Skip to content

✨ 0.4.0

Compare
Choose a tag to compare
@lukechu10 lukechu10 released this 26 Mar 18:06
d36bbc7

Changelog

  • ⚡️ Features

    • Iteration using SignalVec. This is more of an experiment and there are some bugs. This will most likely be removed in a future version [[@lukechu10], #49]
    • Keyed iteration using Keyed and non-keyed iteration using Indexed which can iterate over a Signal<Vec>. This is the recommended way to iterate over a list of values [[@lukechu10], #51, #53 and #54]
    • Node references. Use the ref attribute to bind an HTML element to a NodeRef [[@lukechu10], #57]
  • 🛠 Fixes

  • 🛠 Internal Fixes and Improvements

  • 🎁 Examples

    • Complete spec conforming TodoMVC implementation [[@lukechu10], #60]