What's Changed
Added
- Added
autoScrollprop to theCarouselcomponent, enabling smooth scrolling like a stock ticker. #373 by @mmarfat - Added
withLegendtoRadarChart, andmaxBarWidth,minBarSizetoBarChart. #395 by @AnnMarieW - New chart types:
CompositeChartandBubbleChart#368 by @michaelw88 - New props for charts: (Included in #368 by @michaelw88)
- added
hoverData,hoverSeriesName,clickSeriesNameandhighlightHoverprops toAreaChart,LineChart,BarChart, andCompositeChart - added
hoverData,hoverSeriesName,clickSeriesNametoPieChart,DonutChart,ScatterChart
- added
- New props for triggering dash callbacks on input components:
n_submitn_blur#383 by @AnnMarieW
Changed
- Reduced the Highlight component file size #366 by @AnnMarieW
- The
debounceprop on input components can now beTrueFalseornumberof ms delay before updating. When True, the value will update on enter or on blur. #383 by @AnnMarieW - Upgraded to latest Mantine (7.13.4)
Fixed
- Prevent loading from empty
srcinAvatar. #372 by @mmarfat - Enable base64 images in Avatar #379 by @AnnMarieW
- Fixed boxWrapperProps in the Hovercard #389 by @AnnMarieW
New Contributors
- @michaelw88 made their first contribution in #368
Full Changelog: 0.14.6...0.14.7