forked from BorisMoore/jsviews
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature improvement: - {^{for}} and {^{props}} tags incremental rendering improvements - New mapProps property for custom tags, like boundProps, specifying args or named props for which observable changes trigger a refresh, but here it is an incremental array refresh, not a full tag refresh. - New mapDepends property similar to the depends property, specifying dependent paths. But here, observable changes on the specified paths trigger incremental array refresh, not full tag refresh. - Sort and Filter handlers both now have tagCtx as this pointer Bug fixes: - BorisMoore#414 updateValue not working correctly for 2-way bound tag properties with a path expression containing index [] operator - BorisMoore#412 jqueryui accordion create event not triggered - Several other minor bug fixes Additional and improved documentation topics and samples... - See for example: https://www.jsviews.com/#samples/sort-filter Additional unit tests...
- Loading branch information
1 parent
a4ad093
commit 259671d
Showing
32 changed files
with
2,444 additions
and
1,324 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.
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.