Skip to content

Releases: ihmeuw/ihme-ui

v1.1.1

23 Aug 17:28
Compare
Choose a tag to compare
  • Fix bug which assumed existence of top/bottom axes.
  • Improve accuracy of label positioning and chart padding in autoFormatAxes prop.

v1.1.0

20 Aug 17:52
Compare
Choose a tag to compare
  • Add autoFormatAxes prop to <AxisChart /> component.
  • Add rotateTickLabels prop to <Axis /> component.

v1.0.3

02 Jul 21:25
Compare
Choose a tag to compare

Fix incorrect type of BarChart component prop dataAccessors. The type accepted by the component should now match the type specified in the documentation.

v1.0.2

08 Apr 20:32
Compare
Choose a tag to compare

Fix bug with animate scatter resize. Scatter chart dots did not update on resize.

v1.0.1

15 Mar 21:08
Compare
Choose a tag to compare

replace topojson package dependency with its constituent packages topojson-client and topojson-simplify; see: topojson/topojson#304

v1.0.0

15 Mar 20:56
Compare
Choose a tag to compare
  • add new bar-chart components:
    • <Bar />
    • <Bars />
    • <StackedBars />
    • <GroupedBars />
  • add new composition, <BarChart />, which includes a bar chart (normal, stacked, or grouped), axes, an optional title, and an optional legend
  • don't use Webpack production mode for bundling demos (to speed iteration and for better debugging support)

v0.34.1

15 Mar 16:57
Compare
Choose a tag to compare
  • fix security vulnerabilities identified by npm
  • don't use production build of the application for testing (to speed iteration)
  • make react a peer dependency and dev dependency, not a runtime dependency
  • make react-dom a dev dependency (it's only used in demos)
  • revise versioning scripts to make publishing updates simpler
  • revise "contributors" in package.json

Update/remove vulnerable dependencies.

20 Jul 22:39
37a6c8e
Compare
Choose a tag to compare

Fixes reported vulnerable dependency, hoek.

Update/remove vulnerable dependencies.

20 Jul 22:29
7a5c76d
Compare
Choose a tag to compare

npm package update due to vulnerability: codecov.io -> codecov

v0.32.0: Add optional colorAccessor proptype to map, choropleth, choropleth-legend, scatter and feature-layer

18 Jul 21:48
8e6e865
Compare
Choose a tag to compare
  • minor changes to the map, choropleth, choropleth-legend, scatter and feature-layer components
    • They now take an optional colorAccessor proptype that if string, is the color property of the datum object; if a function, takes in datum object and returns a color string.