Victory Versions Save

A collection of composable React components for building interactive data visualizations

v37.0.2

3 weeks ago

What's Changed

Patch Changes

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

v37.0.1

1 month ago

What's Changed

Patch Changes

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

v37.0.0

1 month 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

v36.9.2

1 month 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

v36.9.1

2 months ago

What's Changed

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

v36.9.0

2 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

v36.8.6

2 months ago

What's Changed

Patch Changes

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

v36.8.5

2 months ago

What's Changed

Patch Changes

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

v36.8.4

2 months ago

What's Changed

Patch Changes

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

v36.8.3

2 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