🎉 Dash Mantine Components v2 (Powered by Mantine v8)
See the full release announcement with examples!
Added
-
New features for
Autocomplete
#604 by @ihor-lazariev:- Support functions as props in
renderOption
andfilter
props - Added
clearButtonProps
andclearable
props
- Support functions as props in
-
Added
renderNode
prop inTree
component, allowing full control over node rendering with a JavaScript function. #608 by @AnnMarieW -
Added Modal Stack and Drawer Stack components #606 by @AnnMarieW
- Introduced
ModalStack
/ManagedModal
andDrawerStack
/ManagedDrawer
for managing stacked modals and drawers. ModalStack
andDrawerStack
accept the Dash props:open
,close
,toggle
, andcloseAll
to control visibility, and a read-onlystate
prop to track which children are open.
- Introduced
-
Added Props #609 by @AnnMarieW
headerControlOrderProp
to calendar componentspresets
toDatePicker
andDateTimePicker
autoContrast
toTooltip
andFloatingTooltip
domain
toSlider
andRangeSlider
pushOnOverlap
toRangeSlider
bdrs
new style prop to forborderRadius
getYearControlProps
,getMonthControlProps
,getDayProps
,renderDay
to date components
Fixed
- Fixed issue where setting
value=None
inMultiSelect
orCheckboxGroup
caused an error #609
- Makes NotificationContainer compatible with dash 2 by @AnnMarieW in #599
Changed
- Upgraded to latest Mantine (8.1.2)
New Contributors
- @ihor-lazariev made their first contribution in #604
Full Changelog: 2.0.0...2.1.0