@data-ui/shared
Advanced tools
Changelog
v0.0.70
๐ Enhancements
renderLabel
support to <BarSeries />
#147@vx/text
Text
component #147๐ Bug Fix
๐Documentation
๐ Internal
Changelog
v0.0.69
๐ Enhancements
[xy-chart]
Brush
and added an example to show how to use itonCick
event for Brush
onBrushStart
๐ Internal
[all packages]
Changes:
- @data-ui/data-table: 0.0.61 => 0.0.69
- @data-ui/theme: 0.0.62 => 0.0.69
- @data-ui/demo: 0.0.67 => 0.0.69 (private)
- @data-ui/event-flow: 0.0.63 => 0.0.69
- @data-ui/forms: 0.0.61 => 0.0.69
- @data-ui/histogram: 0.0.64 => 0.0.69
- @data-ui/network: 0.0.66 => 0.0.69
- @data-ui/radial-chart: 0.0.63 => 0.0.69
- @data-ui/shared: 0.0.63 => 0.0.69
- @data-ui/sparkline: 0.0.63 => 0.0.69
- @data-ui/xy-chart: 0.0.67 => 0.0.69
Changelog
v0.0.63
[xy-chart]
๐ Enhancements
๐ Internal
[histogram] ๐Bug Fix
Changes:
- @data-ui/demo: 0.0.62 => 0.0.63 (private)
- @data-ui/event-flow: 0.0.62 => 0.0.63
- @data-ui/histogram: 0.0.62 => 0.0.63
- @data-ui/network: 0.0.62 => 0.0.63
- @data-ui/radial-chart: 0.0.62 => 0.0.63
- @data-ui/shared: 0.0.62 => 0.0.63
- @data-ui/sparkline: 0.0.62 => 0.0.63
- @data-ui/xy-chart: 0.0.62 => 0.0.63
Changelog
v0.0.62
Makes the following changes to @data-ui/xy-chart
#113
๐ Enhancements
Adds a new <AreaDifferenceSeries />
to shade the area between two different <AreaSeries />
based on which one has the larger value. This uses @vx
's "Threshold" visualization
Adds an example to the Storybook
๐ Documentation
<AreaDifferenceSeries />
๐ Internal
@data-ui/build-config
for linting + prettier in the demo
packageChanges:
- @data-ui/theme: 0.0.61 => 0.0.62
- @data-ui/demo: 0.0.61 => 0.0.62 (private)
- @data-ui/event-flow: 0.0.61 => 0.0.62
- @data-ui/histogram: 0.0.61 => 0.0.62
- @data-ui/network: 0.0.61 => 0.0.62
- @data-ui/radial-chart: 0.0.61 => 0.0.62
- @data-ui/shared: 0.0.61 => 0.0.62
- @data-ui/sparkline: 0.0.61 => 0.0.62
- @data-ui/xy-chart: 0.0.61 => 0.0.62
Changelog
v0.0.60
๐ Internal
@data-ui/build-config
across all packages for linting, prettier, jest, and babel (forms
+ event-flow
require webpack and still have jest deps) #111. This
node_modules
were included in builds, this improves bundle size.esm
builds in addition to commonjs
sideEffects: false
to package.json
's for tree-shaking support