Skip to content

Releases: FormidableLabs/victory

v37.0.2

04 Apr 19:02
d1b8f3a
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v37.0.1...v37.0.2

v37.0.1

25 Mar 16:04
2b3fb9e
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v37.0.0...v37.0.1

v37.0.0

18 Mar 13:44
c18a09f
Compare
Choose a tag to compare

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: v36.9.2...v37.0.0

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