Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature improvements: - New {^{radiogroup}} tag makes data-linked radio groups simpler - Improvements and bug fixes to jQuery UI based tag controls and to jsviews-jqueryui-widgets.js. - New jQueryUI tag controls {{controlgroup}}, {{radio}} and {{checkbox}} - New tag.contentCtx() method allows custom tags to set the data context in wrapped blocks. - Improvements to validate.js {^{validate}} no longer depends on edit.js, which is no longer included with downloads. - Added {{else}} support on {{range}} (range.js) Breaking Change: - The edit.js file and the generic {{edit}} tag are no longer supported and no longer used as base tag for {{validate}}. The features of {{edit}} are now provided through the core jsviews.js code. - {{validate}} now has the same data context within block as outside Documentation: - New documentation topics on {{radiogroup}}: http://www.jsviews.com/#jsvradiogrouptag and http://www.jsviews.com/#link-input@radio - New documentation and samples for custom get/set property on compiled View Model: http://www.jsviews.com/#viewmodelsapi@ismanagersample http://www.jsviews.com/#jsvviewmodelsapi@ismanagersample http://www.jsviews.com/#samples/computed/team-manager - New 'Toolbar' sample using multiple jQuery UI tag controls: http://www.jsviews.com/#samples/tag-controls/toolbar Bug fixes: - #349 - Several minor bug fixes Unit tests: - Several additional unit tests
- Loading branch information