Skip to content

Commit

Permalink
Commit 82 (v0.9.82 - Beta)
Browse files Browse the repository at this point in the history
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
BorisMoore committed Oct 29, 2016
1 parent fd836ea commit ac5401b
Show file tree
Hide file tree
Showing 28 changed files with 7,590 additions and 5,735 deletions.
4 changes: 2 additions & 2 deletions jquery.observable.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsObservable v0.9.81 (Beta): http://jsviews.com/#jsobservable */
/*! JsObservable v0.9.82 (Beta): http://jsviews.com/#jsobservable */
/*
* Subcomponent of JsViews
* Data change events for data-linking
Expand Down Expand Up @@ -44,7 +44,7 @@ if (!$ || !$.fn) {
throw "JsObservable requires jQuery"; // We require jQuery
}

var versionNumber = "v0.9.81",
var versionNumber = "v0.9.82",
$observe, $observable,

$views = $.views =
Expand Down
4 changes: 2 additions & 2 deletions jquery.observable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jquery.observable.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit ac5401b

Please sign in to comment.