github snehilvj/dash-mantine-components 2.4.0

17 hours ago

2.4.0

See details and examples in the DMC 2.4.0 Release Announcemen

Added

  • Two new copy to clipboard components #662

    • CopyButton a ready-to-use copy button with customizable text, icons, and colors to indicate copy state.
    • CustomCopyButton a fully customizable component using JavaScript function props for advanced use-cases.
  • Added function as prop support for xAxisProps, yAxisProps, gridProps, rightYAxisProps (and zAxisProps for BubbleChart) in AreaChart, BarChart, BubbleChart, CompositeChart, LineChart, and ScatterChart. #661

  • RichTextEditor updates:

    • Added dash_mantine_components.getEditor(id) function to access the Tiptap editor instance in clientside callbacks. #666
    • Added focus prop to control the cursor of the Rich Text Editor #665 by @chgiesse
    • Added editable prop to Rich Text Editor #665
    • Enabled code highlighting with the CodeBlockLowlight extension #663 by

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

Don't miss a new dash-mantine-components release

NewReleases is sending notifications on new releases.