-
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.
Feature improvements: Parens are now supported within $.observe() paths - e.g. "person.address().street()" - https://www.jsviews.com/#jsvmodel@chain - https://www.jsviews.com/#jsvviewmodelsapi@ismanagersample - https://www.jsviews.com/#computed@observe-computed - https://www.jsviews.com/#computed@depend-computed Improved features for managing how tags respond to onArrayChange events - https://www.jsviews.com/#tagoptions@onarraychange New support for referencing the parent object in hierarchical View Model scenarios (parentRef): - https://www.jsviews.com/#jsrmodel@parentref - https://www.jsviews.com/#viewmodelsapi@accessparent - https://www.jsviews.com/#jsvviewmodelsapi@ismanagersample New support for asynchronous or batched observable change events (asyncObserve): - https://www.jsviews.com/#delay New features available for scenarios using sorting and filtering (mapProps and mapDepends): - https://www.jsviews.com/#tagoptions@mapprops Bug fixes: - #415 (Markup within element tag - incorrect whitespace) - #417 (Side-effect when calling Tag.updateValue during setProperty call) - #419 (Regression: checkbox widget not working since v1.0.0) - #420 (Template tag responses to array changes) - Several other minor bug fixes Additional and improved documentation topics and samples... Updated tree view samples: - https://www.jsviews.com/#samples/tag-controls/tree Updated Typescript definitions (soon to be deployed DefinitelyTyped): - https://www.jsviews.com/#typescript Many additional unit tests...
- Loading branch information
1 parent
259671d
commit 83c9dd3
Showing
35 changed files
with
35,271 additions
and
2,051 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
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
Oops, something went wrong.