Socket
Socket
Sign inDemoInstall

@data-ui/forms

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-ui/forms - npm Package Versions

13

0.0.74

Diff

Changelog

Source

v0.0.74

🐛 Bug Fix

  • [babel] for all packages (except @data-ui/event-flow) let consumers polyfill #155 (fixes 0.0.73 which requires consumers to install core-js)
data-ui
published 0.0.73 •

Changelog

Source

v0.0.73

🏠 Internal

  • [build] remove @babel/runtime dep #154
data-ui
published 0.0.72 •

Changelog

Source

v0.0.72

🐛 Bug Fix

  • [build] .gitignore lock files per-package #153 closes #151
  • [theme] babel-runtime@6 => @babel/runtime@7#152
data-ui
published 0.0.71 •

Changelog

Source

v0.0.71

🐛 Bug Fix

  • [xy-chart][areadifference] pass margin to AreaSeries #150
data-ui
published 0.0.70 •

Changelog

Source

v0.0.70

🏆 Enhancements

  • [xy-chart] add renderLabel support to <BarSeries /> #147
  • [xy-chart] export @vx/text Text component #147
  • [xy-chart][grid] add x/yGridValues #146

🐛 Bug Fix

  • [xy-chart] fix top/left tooltip offset #140
  • [xy-chart][grid] bump @vx/grid to fix band-scale bug #146

📜Documentation

  • [xy-chart] fix typo in readme.md #142
  • [xy-chart] document new features #147 and #146

🏠 Internal

data-ui
published 0.0.69 •

Changelog

Source

v0.0.69

🏆 Enhancements

[xy-chart]

  • @conglei Several brush improvements #131
    • exposed reset function on Brush and added an example to show how to use it
    • enabled onCick event for Brush
    • exposed starting point of brush to onBrushStart

🏠 Internal

[all packages]

  • @williaster build changes across packages
    • bump to @data-ui/build-config@^0.0.12 which fixes a coverage collection issue #132
    • use codecov not coveralls #132
    • add demo package to travis matrix #133
    • add linting to travis matrix #133
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
data-ui
published 0.0.61 •

Changelog

Source

v0.0.61

🏠 Internal Remove node engine requirement from packages, and specify in root package.json only (for dev) #112

data-ui
published 0.0.60 •

Changelog

Source

v0.0.60

🏠 Internal

  • Use @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
    • fixes an issue where node_modules were included in builds, this improves bundle size.
    • adds esm builds in addition to commonjs
    • adds sideEffects: false to package.json's for tree-shaking support
    • introduces more aggressive linting + prettier ✨
data-ui
published 0.0.60-alpha.3.0 •

data-ui
published 0.0.50 •

Changelog

Source

v0.0.50

🏆 Enhancements

[xy-chart]

  • Ability to "snap" the tooltip to the x or y value of a datum, by setting snapTooltipToDataX and/or snapTooltipToDataY. fixes #77 #81
  • Support for using the chart container for mouse events, instead of series or a voronoi. this is now set with the eventTrigger prop as 'series' [default], 'voronoi', or 'container'. #81
  • The addition of container events necessitates shared tooltips, i.e., tooltips that contain data for for all series for the hovered x value. fixes #78 #81
  • Ability to programmatically trigger events using the eventTriggerRefs callback (see updated <LineSeriesExample /> for an example) #81
  • adds innerRef prop which is set on the inner svg #81

[shared]

  • the signature of 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]

  • adds active prop to <Button /> #81

💔 Breaking Changes

  • [xy-chart] the <XYChart /> useVoronoi prop is removed. instead use eventTrigger='voronoi #81

📜 Documentation

  • [xy-chart] documents the above enhancements #81

🏠 Internal [xy-chart]

  • moves <XYChart /> static method to their own utils files #81
  • breaks out several functions in chartUtils into their own files #81
  • adds and uses sharedSeriesProps #81

🐛 Bug Fix

  • Fixes a bug where tickLabelProps is not used when passed in either <XAxis /> or <YAxis />. This prop enables per-tick styles so is importanté! #82
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc