Skip to content

Releases: FormidableLabs/victory

v36.9.2

13 Mar 13:55
dd86278
Compare
Choose a tag to compare

What's Changed

Patch Changes

Documentation and other non-code Changes

Full Changelog: v36.9.1...v36.9.2

v36.9.1

06 Feb 16:04
d8be277
Compare
Choose a tag to compare

What's Changed

Full Changelog: v36.9.0...v36.9.1

v36.9.0

05 Feb 14:54
39416ec
Compare
Choose a tag to compare

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: v36.8.6...v36.9.0

v36.8.5

01 Feb 17:52
518988f
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v36.8.5...v36.8.6

v36.8.5

31 Jan 16:46
ddf9158
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v36.8.4...v36.8.5

v36.8.4

29 Jan 20:38
365f34b
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v36.8.3...v36.8.4

v36.8.3

29 Jan 13:16
b16034c
Compare
Choose a tag to compare

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

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