Skip to content

Releases: ihmeuw/ihme-ui

v0.29.0: Upgrade react to v16; Use React-Virtualized-Select

13 Feb 17:01
e5ae60b
Compare
Choose a tag to compare
  • 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

22 Dec 18:52
21fb304
Compare
Choose a tag to compare
  • 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

26 Jul 22:29
Compare
Choose a tag to compare

CSS declaration from prior release fixing Option borders now correct.

v0.26.2

26 Jul 22:21
Compare
Choose a tag to compare
  • Groups with only two Options now properly display internal borders. (FIXED IN v0.26.3)
  • Memory management housecleaning.

v0.26.1

30 Jun 21:15
Compare
Choose a tag to compare

Hotfix: Fix a reference error thrown by <Expandable />'s browser sniffing.

v0.26.0

29 Jun 19:52
Compare
Choose a tag to compare

Some internal reorganization (c76d015) with the potential for breaking changes in the extreme off-chance that a user was importing anything out of test-utils that isn't dataGenerator.

v0.25.0

19 Jun 05:09
Compare
Choose a tag to compare

Closed issues:
- Group/Option are now up-to-date with general library standards: #85
- Can now class and style icons within buttons: #76
- ChoroplethLegend has default color steps: #80

v0.24.1

01 Jun 20:53
Compare
Choose a tag to compare

v0.24.0

18 May 16:04
Compare
Choose a tag to compare
  • Merge MultiSelect and SingleSelect into component named Select; differentiate with multi 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)