Socket
Socket
Sign inDemoInstall

victory-voronoi-container

Package Overview
Dependencies
Maintainers
16
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-voronoi-container - npm Package Versions

1
15

36.4.1

Diff

Changelog

Source

36.4.1 (2022-05-25)

  • Dev: Switch to ye olde yarn1 by @ryan-roemer in https://github.com/FormidableLabs/victory/pull/2228
  • [docs]: update victory-native introduction by @jpdriver in https://github.com/FormidableLabs/victory/pull/2231
  • brush container helper jest tests by @heythisispaul in https://github.com/FormidableLabs/victory/pull/2229
  • Infra: Node updates by @ryan-roemer in https://github.com/FormidableLabs/victory/pull/2235
  • Docs: Upgrade to latest victory@36.4.0 by @ryan-roemer in https://github.com/FormidableLabs/victory/pull/2234
  • Upgrade dependencies by @ryan-roemer in https://github.com/FormidableLabs/victory/pull/2238
  • Added helpful error message to 'test' script by @scottrippey in https://github.com/FormidableLabs/victory/pull/2248
  • Convert victory and victory-chart tests to jest by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2246
  • Feature/jest candlestick tests by @heythisispaul in https://github.com/FormidableLabs/victory/pull/2247
  • Add victory core tests by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2249
  • Add tests for victory-stack, victory-group, and victory-selection-container by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2253
  • Test migration: victory-tooltip, victory-voronoi by @scottrippey in https://github.com/FormidableLabs/victory/pull/2252
  • [FIX] Replace references to non-existent PropTypes.function with PropTypes.func by @gustaff-weldon in https://github.com/FormidableLabs/victory/pull/2257
  • Fix duplicate user props by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2256
  • migrate existing legend tests to jest by @heythisispaul in https://github.com/FormidableLabs/victory/pull/2259
beccanelson
published 36.4.0 •

Changelog

Source

36.4.0 (2022-05-10)

  • Added the ability to add victory charts title and desc props for better accessibility by @shankstee in https://github.com/FormidableLabs/victory/pull/2199

  • Bump axios from 0.19.2 to 0.21.2 in /docs by @dependabot in https://github.com/FormidableLabs/victory/pull/2188

  • Bump cross-fetch from 3.1.4 to 3.1.5 by @dependabot in https://github.com/FormidableLabs/victory/pull/2206

  • add style interface to SliceProps type by @heythisispaul in https://github.com/FormidableLabs/victory/pull/2212

  • Add jest and react testing library tests for victory-line and victory-area by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2196

  • fix typos in scale prop documentation by @heythisispaul in https://github.com/FormidableLabs/victory/pull/2218

  • Bump cross-fetch from 3.1.4 to 3.1.5 by @dependabot in https://github.com/FormidableLabs/victory/pull/2213

  • Bump cross-fetch from 3.1.4 to 3.1.5 in /demo/rn by @dependabot in https://github.com/FormidableLabs/victory/pull/2207

  • add box plot jest/rtl tests by @heythisispaul in https://github.com/FormidableLabs/victory/pull/2225

  • jest and rtl unit tests for bar components by @heythisispaul in https://github.com/FormidableLabs/victory/pull/2216

  • Add victory-vendor package for d3 dependencies by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2204

  • Vendor in d3 libraries to new package victory-vendor and upgrade. Our CommonJS path now uses transpiled versions of the d3-* libraries while our ESM path continues to use the real underlying dependencies.

    • Update our tests to only refer to built versions of our libraries (in the past there was a mix of source and built). This means Karma uses the ESM version of libraries while Jest uses the CommonJS versions.
    • Added very basic Node.js tests to catch future ESM issues.
    • Switch all relative/prefixed import paths to be just import <name> from "victory-<pkg>".
    • Update various dependencies.
beccanelson
published 36.3.2 •

Changelog

Source

36.3.2 (2022-04-14)

  • Added functionality to be able to pass user props to components. Safe… by @dlcartright in https://github.com/FormidableLabs/victory/pull/2151
  • Bump moment from 2.29.1 to 2.29.2 by @dependabot in https://github.com/FormidableLabs/victory/pull/2186
  • Add user props tests and remove arbitrary demo props by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2172
  • Bump minimist from 1.2.5 to 1.2.6 in /demo/rn by @dependabot in https://github.com/FormidableLabs/victory/pull/2177
  • Add safe user props to all top-level components by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2191
  • Bump ansi-regex from 3.0.0 to 3.0.1 in /demo/rn by @dependabot in https://github.com/FormidableLabs/victory/pull/2190
  • Bump plist from 3.0.4 to 3.0.5 in /demo/rn by @dependabot in https://github.com/FormidableLabs/victory/pull/2189
  • Bump async from 2.6.3 to 2.6.4 in /demo/rn by @dependabot in https://github.com/FormidableLabs/victory/pull/2193
  • Allow additional props from user, such as aria-label and data-testid by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2192
  • Fix Horizontal charts panning at the incorrect rate by @TabithaMaudMM in https://github.com/FormidableLabs/victory/pull/2179
beccanelson
published 36.3.1 •

Changelog

Source

36.3.1 (2022-03-14)

  • add FAQ for Expo Web apps by @jpdriver in https://github.com/FormidableLabs/victory/pull/2121
  • Add RegExp array to voronoiBlacklist type by @brendanmorrell in https://github.com/FormidableLabs/victory/pull/2127
  • Bump url-parse from 1.5.3 to 1.5.10 by @dependabot in https://github.com/FormidableLabs/victory/pull/2143
  • Bump url-parse from 1.5.3 to 1.5.10 in /demo/rn by @dependabot in https://github.com/FormidableLabs/victory/pull/2144
  • Bump node-fetch from 2.6.0 to 2.6.7 in /docs by @dependabot in https://github.com/FormidableLabs/victory/pull/2075
  • Fix TS build 2094 by @matt-hernandez in https://github.com/FormidableLabs/victory/pull/2107
  • Bump karma from 6.3.14 to 6.3.16 by @dependabot in https://github.com/FormidableLabs/victory/pull/2148
  • Bump url-parse from 1.4.7 to 1.5.10 in /docs by @dependabot in https://github.com/FormidableLabs/victory/pull/2147
  • Bump postcss from 7.0.32 to 7.0.39 in /docs by @dependabot in https://github.com/FormidableLabs/victory/pull/2146
  • Bump prismjs from 1.20.0 to 1.27.0 in /docs by @dependabot in https://github.com/FormidableLabs/victory/pull/2145
  • Bump lodash from 4.17.19 to 4.17.21 in /docs by @dependabot in https://github.com/FormidableLabs/victory/pull/2159
beccanelson
published 36.3.0 •

Changelog

Source

36.3.0 (2022-02-14)

  • Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in https://github.com/FormidableLabs/victory/pull/2095
  • Bump karma from 6.3.4 to 6.3.14 by @dependabot in https://github.com/FormidableLabs/victory/pull/2092
  • Fix font stack and correct margins in docs by @melvin-chen in https://github.com/FormidableLabs/victory/pull/2070
  • Patch missing text component type by @youPickItUp in https://github.com/FormidableLabs/victory/pull/2089
  • Bump nanoid from 3.1.28 to 3.2.0 in /demo/rn by @dependabot in https://github.com/FormidableLabs/victory/pull/2074
  • Patch missing text component type by @becca-bailey in https://github.com/FormidableLabs/victory/pull/2097
  • fix: android touch events by @zibs in https://github.com/FormidableLabs/victory/pull/2071
  • feat: Add VictoryNativeBrushLine component by @zibs in https://github.com/FormidableLabs/victory/pull/2077
beccanelson
published 36.2.2 •

beccanelson
published 36.2.1 •

Changelog

Source

36.2.1 (2022-02-14)

  • #2093 - Reverts #2058 to fix TS build
boygirl
published 36.2.0 •

Changelog

Source

36.2.0 (2021-11-03)

  • #2015 - Moves victory-native into the main victory monorepo
  • #2006 - Memoize getCalculatedProps to improve performance for VictoryStack and VictoryGroup
  • #2010 - Add a Hooks namespace for naming consistency
beccanelson
published 36.1.0 •

Changelog

Source

36.1.0 (2021-10-26)

  • #1998 - Adds experimental victory-canvas package for testing Victory with HTML5 Canvas components.
boygirl
published 36.0.0 •

Changelog

Source

36.0.0 (2021-09-07)

  • #1940 - Refactor VictoryChart, VictoryGroup and VictoryStack to take advantage of React.memo.
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