You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,8 @@ Other methods an `Expert` needs to provide:
108
108
### 0.15.2 (2015-08-27)
109
109
110
110
#### Enhancements
111
-
*`jQuery.valueview.experts.QuantityInput` explicitely asks `QuantityFormatter` to not apply rounding and units.
111
+
*`jQuery.valueview.expert.valueCharacteristics` gets the output format passed in.
112
+
*`jQuery.valueview.experts.QuantityInput` explicitely asks `QuantityFormatter` to not apply rounding and units in plain text format.
112
113
*`jQuery.valueview.valueview` passes a `vocabularyLookupApiUrl` option to all experts.
113
114
*`jQuery.valueview.experts.QuantityInput` and `jQuery.valueview.ExpertExtender.UnitSelector` now pass a `vocabularyLookupApiUrl` option to `jQuery.ui.unitsuggester`.
114
115
*`jQuery.ui.unitsuggester` uses the `concepturi` from `wbsearchentities` results, if available.
@@ -291,7 +292,7 @@ Other methods an `Expert` needs to provide:
291
292
* Make the minimal term length of the suggester configurable.
292
293
* Add resource loader dependencies for jquery.ui.suggester, fixing bug 66268 and bug 66257.
293
294
294
-
### 0.6 (2014-06-04)
295
+
### 0.6.0 (2014-06-04)
295
296
296
297
* Re-created jQuery.ui.suggester widget removing dependencies on jQuery.ui.autocomplete and jQuery.ui.menu
0 commit comments