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
clearSearchOnFocusprop toSelect#627 by @AnnMarieW
The following was added in #625 by @AnnMarieW
attributesprop – Pass custom attributes to inner elements of components that support the Styles API.strategyprop forContainer– Addedstrategy="grid"option for grid-based layouts with breakout features.targetprop forTooltip– Specify tooltip targets using a selector, HTML element, or ref, as an alternative to children.chevronIconSizeprop forAccordion– Control the size of the default chevron icon independently fromchevronSize.keepMountedprop forCollapse– Keep collapsed content in the DOM while hidden.autoSelectOnBlurprop forSelectandAutocomplete– Automatically select the highlighted option when the input loses focus.
Fixed
- Fixed CSS for
CodeHighlightso it works whendcc.Markdownand/ordash-ag-gridare also used in the same app. #625 by @AnnMarieW
Changed
- Upgraded to latest Mantine (8.2.5) #632 by @AnnMarieW