What's Changed
Added
- Added
autoScroll
prop to theCarousel
component, enabling smooth scrolling like a stock ticker. #373 by @mmarfat - Added
withLegend
toRadarChart
, andmaxBarWidth
,minBarSize
toBarChart
. #395 by @AnnMarieW - New chart types:
CompositeChart
andBubbleChart
#368 by @michaelw88 - New props for charts: (Included in #368 by @michaelw88)
- added
hoverData
,hoverSeriesName
,clickSeriesName
andhighlightHover
props toAreaChart
,LineChart
,BarChart
, andCompositeChart
- added
hoverData
,hoverSeriesName
,clickSeriesName
toPieChart
,DonutChart
,ScatterChart
- added
- New props for triggering dash callbacks on input components:
n_submit
n_blur
#383 by @AnnMarieW
Changed
- Reduced the Highlight component file size #366 by @AnnMarieW
- The
debounce
prop on input components can now beTrue
False
ornumber
of 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
src
inAvatar
. #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