Skip to content

Releases: FormidableLabs/victory

v36.8.2

16 Jan 18:41
d7675fe
Compare
Choose a tag to compare

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

09 Jan 12:54
d8ae39a
Compare
Choose a tag to compare

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

29 Nov 14:42
38b9b14
Compare
Choose a tag to compare

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

02 Nov 15:48
1b3a66e
Compare
Choose a tag to compare

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

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: v36.6.0...v36.6.12

v36.6.0

04 Aug 17:11
0c22453
Compare
Choose a tag to compare

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: v36.5.3...v36.6.0

v36.5.3

27 Jun 21:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v36.5.2...v36.5.3

v36.5.2

24 Jun 18:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v36.5.1...v36.5.2

v36.5.1

23 Jun 18:00
Compare
Choose a tag to compare

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: v36.5.0...v36.5.1

v36.5.0

07 Jun 22:50
Compare
Choose a tag to compare

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: v36.4.1...v36.5.0

v36.4.1

25 May 22:00
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v36.4.0...v36.4.1