2.4.0
See details and examples in the DMC 2.4.0 Release Announcemen
Added
-
Two new copy to clipboard components #662
CopyButtona ready-to-use copy button with customizable text, icons, and colors to indicate copy state.CustomCopyButtona fully customizable component using JavaScript function props for advanced use-cases.
-
Added function as prop support for
xAxisProps,yAxisProps,gridProps,rightYAxisProps(andzAxisPropsfor BubbleChart) inAreaChart,BarChart,BubbleChart,CompositeChart,LineChart, andScatterChart. #661 -
RichTextEditor updates:
- Added
dash_mantine_components.getEditor(id)function to access the Tiptap editor instance in clientside callbacks. #666 - Added
focusprop to control the cursor of theRich Text Editor#665 by @chgiesse - Added
editableprop toRich Text Editor#665 - Enabled code highlighting with the
CodeBlockLowlightextension #663 by
- Added
Fixed
- removed random react key generation which led to keys never match up between renders and would force component rerenders. #664 chgiesse
Changed
- Updated to latest Mantine (8.3.6) #667
New Contributors
Full Changelog: 2.3.0...2.4.0