See details and examples in the DMC 2.2.0 Release Announcement
Added
- Added support for custom toolbar controls in
RichTextEditor
#629 by @BSd3v - Added
clearSearchOnFocus
prop toSelect
#627 by @AnnMarieW
The following was added in #625 by @AnnMarieW
attributes
prop – Pass custom attributes to inner elements of components that support the Styles API.strategy
prop forContainer
– Addedstrategy="grid"
option for grid-based layouts with breakout features.target
prop forTooltip
– Specify tooltip targets using a selector, HTML element, or ref, as an alternative to children.chevronIconSize
prop forAccordion
– Control the size of the default chevron icon independently fromchevronSize
.keepMounted
prop forCollapse
– Keep collapsed content in the DOM while hidden.autoSelectOnBlur
prop forSelect
andAutocomplete
– Automatically select the highlighted option when the input loses focus.
Fixed
- Fixed CSS for
CodeHighlight
so it works whendcc.Markdown
and/ordash-ag-grid
are also used in the same app. #625 by @AnnMarieW
Changed
- Upgraded to latest Mantine (8.2.5) #632 by @AnnMarieW