Releases: FormidableLabs/victory
v37.3.2
What's Changed
- fix(VictoryContainer): correctly apply style overrides by @oe-josh-martin in #2953
Tooling and Docs
- Upgrade to latest storybook and chromatic by @carbonrobot in #2944
- Minor docs fixes by @carbonrobot in #2949
- Feat: theme builder label options by @ramenhog in #2948
- safari tweaks by @nlkluth in #2951
- Add bundle size analyzer to GH action by @nstolpe in #2942
- Feat: theme builder options config by @ramenhog in #2955
- Split storybook stories into individual files by @carbonrobot in #2952
- Cleanup ESLint warnings by @carbonrobot in #2957
- Upgrades ESLint to Version 9 by @carbonrobot in #2958
New Contributors
- @oe-josh-martin made their first contribution in #2953
Full Changelog: v37.3.1...v37.3.2
v37.3.1
What's Changed
- add types for create container, rm invalid prop by @nlkluth in #2932
- fix for 'Candlestick labels show incorrect midpoint label' by @nstolpe in #2931
- fix 'Pie Chart ignores categories prop' by @nstolpe in #2934
- backwards generic params compatibility by @nlkluth in #2933
- Remove duplicate types from interfaces by @carbonrobot in #2940
Next Generation Documentation
New Contributors
Full Changelog: v37.3.0...v37.3.1
v37.3.0
What's Changed
- Clean theme optimizations by @ramenhog in #2920
- fix: passing categories array of strings by @nlkluth in #2919
- feat: update demo app layout by @ramenhog in #2925
- feat(theme-builder): color scale options by @ramenhog in #2930
- fix: make sure VictoryPortal id does not change between re-renders by @gustaff-weldon in #2929
Full Changelog: v37.2.0...v37.3.0
v37.2.0
What's Changed
- Feat: apply clean theme to foundational chart demos by @ramenhog in #2909
- fix: cancel pending
onMouseMove
events whenonMouseLeave
is invoked by @osamaqarem in #2911 - Feat/clean theme demos pt 2 by @ramenhog in #2915
- Add missing delay prop to AnimatePropTypeInterface by @JasonPan in #2658
- Compatible unique id gen by @nlkluth in #2916
New Contributors
- @osamaqarem made their first contribution in #2911
- @JasonPan made their first contribution in #2658
- @nlkluth made their first contribution in #2916
Full Changelog: v37.1.2...v37.2.0
v37.1.2
What's Changed
- Fix native container styles by @zibs in #2864
- upgrade rn example app by @zibs in #2864
- Create new
clean
theme by @cpresler in #2899 - update documentation to pass customIcons by @acharyakavita in #2904
New Contributors
Full Changelog: v37.1.1...v37.1.2
v37.1.1
What's Changed
Full Changelog: v37.1.0...v37.1.1
v37.1.0
What's Changed
- Update branding to nf in readme by @carbonrobot in #2854
- Cleanup docs sidebar and improve tutorial by @carbonrobot in #2866
- Modernize react example code in docs by @carbonrobot in #2867
- Minor doc updates to avoid common confusion in issues by @carbonrobot in #2869
- Containers and portal refactor by @KenanYusuf in #2799
- chore: Add note about pnpm version by @robwalkerco in #2889
- Fix(2844): Improve null handling in VictoryStack by @robwalkerco in #2888
- Pin all internal package versions by @carbonrobot in #2876
Full Changelog: v37.0.2...v37.1.0
v37.0.2
What's Changed
Patch Changes
- Ensure undefined props do not overwrite defaults by @carbonrobot in #2852
Full Changelog: v37.0.1...v37.0.2
v37.0.1
What's Changed
Patch Changes
- clear pipeline warnings by @Burnett2k in #2836
- Fix the signature of class static fields as functions by @carbonrobot in #2840
Full Changelog: v37.0.0...v37.0.1
v37.0.0
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
- Upgrade babel and use env presets for browsers by @carbonrobot in #2804
Full Changelog: v36.9.2...v37.0.0