You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’re thrilled to announce Dash Mantine Components 1.1.0! 🎉
This release brings one of the most exciting additions yet—the brand-new RichTextEditor component! Plus, we've made key bug fixes and improvements to ensure a smoother experience.
🚀 New Component: RichTextEditor
The long-awaited RichTextEditor is here! This powerful, feature-rich editor is built on Tiptap, bringing advanced
text formatting, keyboard shortcuts, and Markdown support to a text editor in Dash.
✨ Key Features:
Styled with your Mantine theme – component will use font-family, font-sizes, spacing and primary color from your custom theme, defined in MantineProvider
Dark theme support – like any other Mantine component RichTextEditor supports dark theme out of the box
Fully customizable toolbar controls
Supports Markdown input and keyboard shortcuts
Built-in Tiptap extensions for text styling, tables, images, and more
Persistence support to save content across sessions
Now, you can add rich text editing to your Dash apps with ease!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
📢 Dash Mantine Components 1.1.0 Release
We’re thrilled to announce Dash Mantine Components 1.1.0! 🎉
This release brings one of the most exciting additions yet—the brand-new
RichTextEditor
component! Plus, we've made key bug fixes and improvements to ensure a smoother experience.🚀 New Component: RichTextEditor
The long-awaited
RichTextEditor
is here! This powerful, feature-rich editor is built on Tiptap, bringing advancedtext formatting, keyboard shortcuts, and Markdown support to a text editor in Dash.
✨ Key Features:
Now, you can add rich text editing to your Dash apps with ease!
📖 View RichTextEditor Documentation
🎖️ A huge thank you to @emeihe for contributing this component!
🔄 Now Using Mantine 7.17.2
DMC has been updated to Mantine 7.17.2, ensuring compatibility with the latest features and improvements.
🛠️ Fixes & Changes
CodeHighlightTabs
,Stepper
) now work in Dash 3 callbacks by rendering via the Dash ecosystem. In Dash 2, they fall back ondash-extensions-js
. (Updates the use ofrenderDashComponents
to useExternalWrapper
when Dash 3 and falls back ondash-extensions
for Dash 2 #531 by @BSd3v)TagsInput
initial value clearing after user updates (regression from 1.0.0). (fix TagsInput default values #533 by @AnnMarieW)🙌 Thank You, Contributors!
A huge shoutout to our amazing contributors for making this release happen!
RichTextEditor
component 🎉📜 Past Releases
You can find past release notes and discussions on our GitHub Discussion Releases page.
Also, be sure to check out the important updates in DMC 1.0.0
Beta Was this translation helpful? Give feedback.
All reactions