Skip to content

Updates to Picker Component; Adds value property to options array items

Compare
Choose a tag to compare
@MaxwellKendall MaxwellKendall released this 15 Apr 16:24
· 921 commits to master since this release
342ec6a

Release v1.0.1

Below are all the changes included in the next version of the library:

Upgrade Steps

  • npm i fedspendingtransparency/data-transparency-ui#v1.0.1

Breaking Changes

None.

New Features

  • Upgrades Picker component; prop options now accepts items with the property value

Bug Fixes

  • N/A

Improvements

  • Allows for Picker component to be more easily invoked such that it will display one thing in the UI: options.name but invoke options.value in the onClick handler.