Skip to content

Releases: wikimedia/data-values-value-view

0.22.4

19 Nov 10:36
Compare
Choose a tag to compare
Add 0.22.4 to RELEASE-NOTES.md

Change-Id: I087a8b8de2751915caea3973519f3c417e09b6cb

0.22.3

08 Nov 14:14
Compare
Choose a tag to compare
Release 0.22.3

Change-Id: I5a408bff628b5bbf6aad3153f6e585ed0c6d7fa1

0.22.2

08 Nov 14:18
Compare
Choose a tag to compare
Release 0.22.2

Bug: T192379
Change-Id: Ib9128a2d8deb1c2f21f8c6d8d1f23466b8b90e81

0.19.1

18 Apr 13:17
Compare
Choose a tag to compare
Merge "Add release notes for 0.19.1"

0.15.5

09 Sep 16:29
Compare
Choose a tag to compare
  • Fixed jQuery.valueview.ExpertExtender.UnitSelector test.

0.15.4

09 Sep 15:10
Compare
Choose a tag to compare
  • jQuery.valueview.experts.QuantityInput extracts an optional .wb-unit node from the formatted value and passes it to the UnitSelector.
  • Both QuantityInput and UnitSelector use a different format in the getUpstreamValue callback.
  • jQuery.ui.unitsuggester now supports a defaultSelectedUrl option.

0.15.3

27 Aug 15:28
Compare
Choose a tag to compare
  • Fixed jQuery.valueview.experts.QuantityInput test.

0.15.2

27 Aug 14:37
Compare
Choose a tag to compare
  • jQuery.valueview.expert.valueCharacteristics gets the output format passed in.
  • jQuery.valueview.experts.QuantityInput explicitely asks QuantityFormatter to not apply rounding and units in plain text format.
  • jQuery.valueview.valueview passes a vocabularyLookupApiUrl option to all experts.
  • jQuery.valueview.experts.QuantityInput and jQuery.valueview.ExpertExtender.UnitSelector now pass a vocabularyLookupApiUrl option to jQuery.ui.unitsuggester.
  • jQuery.ui.unitsuggester uses the concepturi from wbsearchentities results, if available.

0.15.1

20 Aug 12:29
Compare
Choose a tag to compare

Enhancements

  • jQuery.valueview.experts.QuantityInput also submits the unit option if it's null.

Bugfixes

  • jQuery.ui.unitsuggester now queries the wbsearchentities API for a specific language.
  • Fixed jQuery.valueview.ExpertExtender.UnitSelector.destroy.

0.15.0

19 Aug 14:58
Compare
Choose a tag to compare

Breaking changes

  • Removed deprecated constant ValueView_VERSION, use VALUEVIEW_VERSION instead.
  • Removed jQuery.valueview.disable, jQuery.valueview.enable and jQuery.valueview.isDisabled. These function were used to mock native jQuery.Widget functionality while adding a full draw cycle on top. jQuery.valueview.draw does not consider the state anymore.

Enhancements

  • Added jQuery.valueview.experts.QuantityInput expert.
  • Added jQuery.valueview.ExpertExtender.UnitSelector.
  • Added jQuery.ui.unitsuggester.
  • jQuery.valueview.valueview now passes a language option to all experts.
  • Refined jQuery.ui.listrotator style to have a more obvious active state.
  • Set jQuery.ui.commonssuggester to always use https.