Releases: ihmeuw/ihme-ui
Releases · ihmeuw/ihme-ui
v0.29.0: Upgrade react to v16; Use React-Virtualized-Select
- This release bumps the version of react used to the latest 16 version.
- There is a major change to the select component.
- It now uses the React-Virtualized-Select component as a base component (https://github.com/bvaughn/react-virtualized-select).
- The old SingleSelect and MultiSelect components have been removed. To create a MultiSelect component, use the current Select component and provide the
multi
boolean prop in the component props.
v0.28.0: Update react and react-dom to v15.6
- Update react and react-dom to v15.6
- Update tests to work with enzyme v3.2
- No longer export PureComponent in utils
v0.26.3
CSS declaration from prior release fixing Option borders now correct.
v0.26.2
- Groups with only two Options now properly display internal borders. (FIXED IN v0.26.3)
- Memory management housecleaning.
v0.26.1
Hotfix: Fix a reference error thrown by <Expandable />
's browser sniffing.
v0.26.0
v0.25.0
v0.24.1
v0.24.0
- Merge MultiSelect and SingleSelect into component named
Select
; differentiate withmulti
prop (#90) - Make sure event handlers don't create new functions on each render (#115)
- Rename "Spinner" to "LoadingIndicator" (#116)
- Showing a loading indicator should not disable a button (#118)
- Standardize use of styles and classnames in MultiScatter, Scatter, and Shape (#120)
- Polish Legend/LegendItem/LegendTitle (#121)