-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking changes: - The $.observable(array).insert(index, items) method, with index > arrayLength now appends, rather than being a noop. - $.observable(array).move(...) is now optimized - and no longer refreshes the whole array. (Instead it removes then inserts). - $.observable(array).refresh(...) is now optimized - and executes a series of add or remove operations, rather than re-rendering the whole array. Improvements: - The merge(...) method for compiled View Models is now optimized - and can lead to major perf improvement (when specifying an id property or function for determining 'identity'). - Several improvments to event binding using {^{on ...}} or data-link'"{on ...}" documentation to follow. Small bug fixes: - If the value for a data-linked attribute on an element is set to null or undefined then the attribute is removed #338. - Modifying the 'key' property within a {{props}}...{{/props}} block now renames the corresponding data property on the data (and no longer leaves the previously named property with the value null. - Some additional small bug fixes... - Sereral additional unit tests. Documentation and samples: - The jsonview tag control has been improved, and has a css stylesheet for much improved rendering. New sample available at: http://www.jsviews.com/#samples/tag-controls/jsonview. - Many new or improved documenation topics including: http://www.jsviews.com/#removeprop and several new topics under: http://www.jsviews.com/#jsvtags.
- Loading branch information
1 parent
bde012c
commit 9da79b9
Showing
28 changed files
with
2,261 additions
and
1,280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.