Skip to content

Latest commit

 

History

History
214 lines (114 loc) · 7.07 KB

CHANGELOG.md

File metadata and controls

214 lines (114 loc) · 7.07 KB

victory-core

37.0.0

Major Changes

  • Upgrade babel dependencies and build target to modern browsers (#2804)

36.9.2

Patch Changes

  • Replace lodash keys with native code (#2811)
  • Replace lodash identity with native code (#2829)
  • Refactor victory-accessible-group to a function component (#2777)
  • Convert victory-animation to function component (#2788)
  • Replace lodash.invert with native code (#2830)
  • Replace lodash difference with native code (#2828)
  • Replace lodash array utils with native code (#2810)
  • allow VictoryBoxPlot childStyles to override VictoryGroup parent styles (#2824)
  • Replace lodash values and mapValues with native code (#2808)
  • Replace lodash isNil and isNan with native code (#2800)
  • Replace lodash isFunction with native code (#2802)

36.9.1

36.9.0

Minor Changes

  • Remove prop-types definitions and dependency (#2758)

36.8.6

Patch Changes

  • Migrate victory-native to TypeScript (#2739)

36.8.5

Patch Changes

  • Replace instances of lodash.assign with Object.assign (#2757)
  • Replace instances of lodash.range with equivalent native code (#2760)

36.8.4

36.8.3

Patch Changes

  • Fix incorrect typescript props (#2745)
  • Refactor param reassignments (#2724)
  • Migrate victory-shared-events to TypeScript (#2733)
  • Migrate victory-tooltip to typescript (#2725)

36.8.2

Patch Changes

  • Fix the label background position when using dy fns (#2720)
  • Migrate victory-legend to TypeScript (#2712)

36.8.1

Patch Changes

  • Correctly type props in Victory Primitives (#2695)

36.8.0

Minor Changes

  • Remove v37 experimental code (#2697)

Patch Changes

  • Remove usage of defaultProps from 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)

36.7.0

Minor Changes

  • added ref forwarding for path and bar components (#2673)

36.6.12

Patch Changes

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

36.6.11

Patch Changes

  • Fix text size regression when using line-height (#2615)

36.6.10

Patch Changes

  • Setup NPM Provenance (#2590)

36.6.9

Patch Changes

  • Setup NPM Provenance (#2587)
  • Improve accuracy of text size measurements (fixes #2475) (#2505)

36.6.8

Patch Changes

  • Updated dependencies []:
    • victory-vendor@36.6.8

36.6.7

Patch Changes

  • Updated dependencies []:
    • victory-vendor@36.6.7

36.6.6

Patch Changes

  • Updated dependencies []:
    • victory-vendor@36.6.6

36.6.5

Patch Changes

  • Manually included types for Immutable (fixes #2439) (#2440)

  • Updated dependencies [6f4972123]:

    • victory-vendor@36.6.5

36.6.4

Patch Changes

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

  • Updated dependencies [9a6319cff]:

    • victory-vendor@36.6.4

36.6.3

Patch Changes

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

  • Updated dependencies [4bfc65df5]:

    • victory-vendor@36.6.3

36.6.2

Patch Changes

  • Updated dependencies []:
    • victory-vendor@36.6.2

36.6.1

Patch Changes

    • Removed Template Literal Types to increase TS compatibility (fixes #2418) (#2420)
    • Improved type for VictoryLabelProps["textAnchor"] (fixes #2361)
    • Fixed exported types for VictoryAxis, VictoryBoxPlot, VictoryErrorBar, and VictoryScatter (fixes #2411)
    • Migrate victory-cursor-container to TS (fixes #2402)
  • Updated dependencies []:
    • victory-vendor@36.6.1

36.6.0

Minor Changes

  • Migration of victory-errorbar to TypeScript (#2395)

Patch Changes

  • Update source code with minor lint-based improvements (see #2236). (#2403)

  • Updated dependencies [a2f48555a]:

    • victory-vendor@36.6.0

36.5.3 and earlier

Change history for version 36.5.3 and earlier can be found in our root CHANGELOG.md.