victory

A collection of composable React components for building interactive data visualizations

OTHER License

Downloads
37.4M
Stars
11K
Committers
221

Bot releases are visible (Hide)

victory - v37.1.2

Published by carbonrobot 15 days ago

What's Changed

New Contributors

Full Changelog: https://github.com/FormidableLabs/victory/compare/v37.1.1...v37.1.2

victory - v37.1.1

Published by carbonrobot about 2 months ago

What's Changed

Full Changelog: https://github.com/FormidableLabs/victory/compare/v37.1.0...v37.1.1

victory - v37.1.0

Published by carbonrobot about 2 months ago

What's Changed

Full Changelog: https://github.com/FormidableLabs/victory/compare/v37.0.2...v37.1.0

victory - v37.0.2 Latest Release

Published by carbonrobot 7 months ago

What's Changed

Patch Changes

Full Changelog: https://github.com/FormidableLabs/victory/compare/v37.0.1...v37.0.2

victory - v37.0.1

Published by carbonrobot 7 months ago

What's Changed

Patch Changes

Full Changelog: https://github.com/FormidableLabs/victory/compare/v37.0.0...v37.0.1

victory - v37.0.0

Published by carbonrobot 7 months ago

What's Changed

This version release reduces the file sizes dramatically by dropping support for IE10 and older browsers.

  • v36.0.0 size: 663.8kB
  • v37.0.0 size: 441.2kB (-33%)

Upgrades all babel dependencies and uses the @babel/preset-env for configuring plugins.

@babel/preset-env uses Browserslist to specify target transforms. In our case, we are using > 0.5%, last 2 versions, Firefox ESR, not dead. This is the default recommended config from the community in order to promote best practices and avoid common issues. It targets 88.8% of browsers globally.

Major Release

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.9.2...v37.0.0

victory - v36.9.2

Published by carbonrobot 7 months ago

What's Changed

Patch Changes

Documentation and other non-code Changes

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.9.1...v36.9.2

victory - v36.9.1

Published by carbonrobot 9 months ago

What's Changed

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.9.0...v36.9.1

victory - v36.9.0

Published by carbonrobot 9 months ago

What's Changed

This version is the cumulative release that finalizes the full conversion to Typescript and removes our dependency on Prop-types from the production bundles. Production package size has been reduced by 12.3KB!

Minor Changes

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.8.6...v36.9.0

victory - v36.8.5

Published by carbonrobot 9 months ago

What's Changed

Patch Changes

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.8.5...v36.8.6

victory - v36.8.5

Published by carbonrobot 9 months ago

What's Changed

Patch Changes

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.8.4...v36.8.5

victory - v36.8.4

Published by carbonrobot 9 months ago

What's Changed

Patch Changes

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.8.3...v36.8.4

victory - v36.8.3

Published by carbonrobot 9 months ago

What's Changed

Patch Changes

  • Fix incorrect typescript props (#2745)
  • Migrate victory-create-container to TypeScript (#2731)
  • Migrate victory-histogram to TypeScript (#2719)
  • Migrate victory-pie to TypeScript (#2740)
  • Migrate victory-shared-events to TypeScript (#2733)
  • Migrate victory-tooltip to typescript (#2725)
  • Migrate victory-voronoi to TypeScript (#2726)
  • Migrate victory-voronoi-container to TypeScript (#2727)
  • Refactor param reassignments (#2724)
  • Migrate victory-zoom-container to TypeScript (#2730)

Full Changelog: v36.8.2...v36.8.3

victory - v36.8.2

Published by carbonrobot 9 months ago

What's Changed

Patch Changes

  • Migrated victory-selection-container to TypeScript (#2706)
  • Migrate victory-bar to TypeScript (#2709)
  • Migrate victory-canvas to TypeScript (#2710)
  • Migrate victory-legend to TypeScript (#2712)
  • Migrate polar axis to typescript (#2713)
  • Migrate victory-candlestick to TypeScript (#2716)
  • Assign merged props to a const instead of modifying initialProps (#2718)
  • Fix the label background position when using dy fns (#2720)

Full Changelog: v36.8.1...v36.8.2

victory - v36.8.1

Published by carbonrobot 10 months ago

What's Changed

note: due to a CI issue, v36.8.0 was not released.

Minor Changes

  • Remove v37 experimental code (#2697)

Patch Changes

  • Remove usage of defaultProps from functional components (#2679)
  • Fixed issue where VictoryChart would throw an unhandled exception when passed non-element children (fixes #2391) (#2536)
  • Fix text label measurements after SSR hydration mismatch (#2626)
  • Add missing size property to TS definitions (#2523)

Full Changelog: v36.7.0...v36.8.1

victory - v36.7.0

Published by carbonrobot 11 months ago

What's Changed

Patch Changes

  • Fix Date equality in axis (#2642)
  • Added ability to forward refs in Bar and Path components (#2673)
  • Allow empty tick values (#2671)

Full Changelog: v36.6.12...v36.7.0

victory - v36.6.12

Published by carbonrobot 12 months ago

What's Changed

v36.6.12

  • Add aria-hidden flag to svg for textsize util to fix accessibility issue (#2661)

v36.6.9...v36.6.11

  • Setup NPM Provenance (#2587, #2590)

v36.6.5...v36.6.8

  • Updated dependencies

36.6.4

  • Added explicit any type defs (fixes #2358) (57ed0fe30)

  • Allow data accessors to accept any data types (fixes #2360) (#2436)

36.6.3

  • Do not generate *.js.map sourcemaps (fixes #2346) (#2432)

v36.6.1...v36.6.2

  • Updated dependencies

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.6.0...v36.6.12

victory - v36.6.0

Published by scottrippey about 2 years ago

What's Changed

  • Various TypeScript improvements (#2335, #2363)
  • Migrated victory-axis to TypeScript (#2379)
  • Migrated victory-scatter to TypeScript (#2394)
  • Migrated victory-errorbar to TypeScript (#2395)
  • Migrated victory-box-plot to TypeScript (#2387)
  • Migrated victory-errorbar to TypeScript (#2395)
  • Migrated victory-brush-container and victory-brush-line to TypeScript (#2393)
  • Update source code with minor lint-based improvements (see #2236). (#2403)

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.5.3...v36.6.0

victory - v36.5.3

Published by scottrippey over 2 years ago

What's Changed

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.5.2...v36.5.3

victory - v36.5.2

Published by becca-bailey over 2 years ago

What's Changed

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.5.1...v36.5.2