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 usingIndexed
which can iterate over aSignal<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 aNodeRef
[[@lukechu10], #57]
- Iteration using
-
🛠 Fixes
- Fix debug assertions in
Keyed
[[@lukechu10], #53]
- Fix debug assertions in
-
🛠 Internal Fixes and Improvements
- Setup integration tests [[@lukechu10], #51]
-
🎁 Examples
- Complete spec conforming TodoMVC implementation [[@lukechu10], #60]