Victory Versions Save

A collection of composable React components for building interactive data visualizations

v36.8.2

4 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

v36.8.1

4 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

v36.7.0

5 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

v36.6.12

6 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

v36.6.0

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

v36.5.3

1 year ago

What's Changed

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

v36.5.2

1 year ago

What's Changed

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

v36.5.1

1 year ago

What's Changed

We are continuing our internal typescript migration, and making some changes to our test infrastructure and build pipeline. This work includes a couple typescript-related bug fixes.

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

v36.5.0

1 year ago

What's Changed

In 36.5.0 we pushed a lot of changes to our internal tooling. We replaced mocha and enzyme tests with Jest and React Testing Library, migrated some core parts of our codebase to Typescript, and bumped our React version to React 18. 🎉

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.4.1...v36.5.0

v36.4.1

1 year ago

What's Changed

This release includes mostly testing improvements, with one bugfix for prop types by @gustaff-weldon.

New Contributors

Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.4.0...v36.4.1