Releases: ihmeuw/ihme-ui
Releases · ihmeuw/ihme-ui
v1.1.1
- Fix bug which assumed existence of top/bottom axes.
- Improve accuracy of label positioning and chart padding in
autoFormatAxes
prop.
v1.1.0
- Add
autoFormatAxes
prop to<AxisChart />
component. - Add
rotateTickLabels
prop to<Axis />
component.
v1.0.3
v1.0.2
v1.0.1
replace topojson
package dependency with its constituent packages topojson-client
and topojson-simplify
; see: topojson/topojson#304
v1.0.0
- 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
- 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.
Fixes reported vulnerable dependency, hoek
.
Update/remove vulnerable dependencies.
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
- 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.