Releases: FormidableLabs/victory
Releases · FormidableLabs/victory
v36.9.2
What's Changed
Patch Changes
- Refactor victory-accessible-group to a function component by @KenanYusuf in #2777
- Convert victory-animation to function component by @KenanYusuf in #2788
- Remove cyclic deps from tests by @carbonrobot in #2795
- Refactor jest configuration by @carbonrobot in #2796
- Replace lodash isNil and isNan with native code by @carbonrobot in #2800
- Replaces lodash isFunction with native code by @carbonrobot in #2802
- Replace lodash values and mapValues with native code by @carbonrobot in #2808
- Replace lodash array utils with native code by @carbonrobot in #2810
- Replace lodash keys with native code by @carbonrobot in #2811
- Override VictoryGroup styles with VictoryBoxplot by @acharyakavita in #2824
- Replace lodash isString with native equivalent by @carbonrobot in #2827
- Replace lodash.invert with native code by @carbonrobot in #2830
- Replace lodash identity with native code by @carbonrobot in #2829
- Replace lodash difference with native code by @carbonrobot in #2828
- Replace lodash.sum with native code by @carbonrobot in #2831
Documentation and other non-code Changes
- Create standardized github forms for submitting issues by @carbonrobot in #2790
- Add config for issue templates by @carbonrobot in #2791
- Remove files included by org defaults by @carbonrobot in #2792
- Add horizontal stacked bar chart gallery example by @carbonrobot in #2807
- upgrade serve and customize serve command by @Burnett2k in #2805
- move js demo examples to ts by @Burnett2k in #2794
- Improve demo layout by @KenanYusuf in #2813
- Add type checking to TS demo application by @carbonrobot in #2814
- Chore: more documentation updates by @Burnett2k in #2818
- Add workflows to help automate issue triage by @carbonrobot in #2821
- add note to labelComponent prop in commonprops by @Burnett2k in #2822
- Upgrade doc website to Next14 by @carbonrobot in #2825
Full Changelog: v36.9.1...v36.9.2
v36.9.1
What's Changed
- add ssr documentation file by @acharyakavita in #2774
- Remove node 16 from builds by @carbonrobot in #2782
- Misc getting started fixes by @Burnett2k in #2775
- Victory native type fixes by @KenanYusuf in #2785
Full Changelog: v36.9.0...v36.9.1
v36.9.0
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
- Remove prop-types from many packages by @KenanYusuf in #2758
Full Changelog: v36.8.6...v36.9.0
v36.8.5
What's Changed
Patch Changes
- Update victory package.json source to the correct index file by @KenanYusuf in #2765
- Migrate victory-native to TypeScript by @KenanYusuf in #2739
- Add path alias to TS demo tsconfig by @KenanYusuf in #2771
- Update codesandbox example by @KenanYusuf in #2770
- Fix ts assertion error in victory-tooltip.stories.tsx by @KenanYusuf in #2773
Full Changelog: v36.8.5...v36.8.6
v36.8.5
What's Changed
Patch Changes
- Migrate instances of lodash.assign to object.assign by @carbonrobot in #2757
- Replace instances of lodash.range with native code by @carbonrobot in #2760
- Use legacy npm dist-tag to avoid conflicts with victory-native-xl by @carbonrobot in #2764
Full Changelog: v36.8.4...v36.8.5
v36.8.4
What's Changed
Patch Changes
- Add missing defaultProps to VictorySharedEvents by @KenanYusuf in #2752
- victoryarea events not triggering fill in docs by @acharyakavita in #2755
- Ensure CI creates a chromatic baseline against main by @carbonrobot in #2756
Full Changelog: v36.8.3...v36.8.4
v36.8.3
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
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
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
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