@data-ui/forms
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.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 supportChangelog
v0.0.50
🏆 Enhancements
[xy-chart]
x
or y
value of a datum, by setting snapTooltipToDataX
and/or snapTooltipToDataY
. fixes #77 #81eventTrigger
prop as 'series'
[default], 'voronoi'
, or 'container'
. #81eventTriggerRefs
callback (see updated <LineSeriesExample />
for an example) #81innerRef
prop which is set on the inner svg
#81[shared]
onMouseMove
in <WithTooltip />
now accepts an optional coords
object of the shape { x: Number, y: Number }
. If either or both of x
or y
is specified they will be used to set the the tooltips left
and top
instead of the event
's coordinates. #81[forms]
active
prop to <Button />
#81💔 Breaking Changes
<XYChart />
useVoronoi
prop is removed. instead use eventTrigger='voronoi
#81📜 Documentation
🏠 Internal [xy-chart]
<XYChart />
static method to their own utils files #81chartUtils
into their own files #81sharedSeriesProps
#81🐛 Bug Fix
tickLabelProps
is not used when passed in either <XAxis />
or <YAxis />
. This prop enables per-tick styles so is importanté! #82