Socket
Socket
Sign inDemoInstall

@data-ui/shared

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-ui/shared - 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.63 •

Changelog

Source

v0.0.63

[xy-chart]

🏆 Enhancements

  • [@conglei] Adds support for Brushing 🎉 #117, closes #106
  • [@williaster] Adds <VerticalReferenceLine />, uses @vx/text for <*ReferenceLine /> labels #120

🏠 Internal

  • [@williaster] re-exports vx deep imports to support deep importing all components from xy-chart #122

[histogram] 🐛Bug Fix

  • [@williaster] Fixes binning issue for numeric un-binned data #119 and #121, fixes #100 and #118
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
data-ui
published 0.0.62 •

Changelog

Source

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

  • Updates documentation to include <AreaDifferenceSeries />

🏠 Internal

  • uses @data-ui/build-config for linting + prettier in the demo package
Changes:
 - @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
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 ✨
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