Skip to content

v0.3.2

Compare
Choose a tag to compare
@mandragorn mandragorn released this 07 Jan 02:06
· 549 commits to master since this release
  1. View state now uses NestedCell instead of Cell for enhanced change event triggering.
  2. ListView - sort doesn't call a full, expensive re-render but instead reorders elements on the page
  3. Bug fixes on ListView - added missing var for strictness.
  4. Bug fixes on ListView - fixed removal of events from old collection when adding a new collection.
  5. Tests now run via Travis-ci! (but timing tests fail).