This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2-way binding, efficient data mutations, and bindable selection
- Templates should now 2-way bind to `model.*` from user data array (breaking change) - Handle data array splices more efficiently: initialize never re-assign the physical data array that drives the template repeat; only lazily add to it when adding, and hide already generated items when removing - Make selection bindable, and handle switching between multi and non-multi
- Loading branch information