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 pleased to announce the release of Dash Mantine Components v1.2.0!
What’s New
🎨 Optional Stylesheets Are Now Bundled
No more manual CSS imports! Starting with 1.2.0, all optional component stylesheets are bundled automatically. This means you can drop those extra lines from your assets folder or external styles config. See the new Getting Started section for more info.
inputProps for Input Components
You can now pass props directly to the underlying <input> element using the new inputProps prop.
This gives you more control over input behavior in:
JsonInput
NumberInput
PasswordInput
TextInput
Textarea
Example use case: set maxLength, pattern, or any other native input attribute.
See it in action in the Textarea section of the dmc-docs
🛠 Fixes
Fixed an issue where certain components' children couldn't be updated in Dash callbacks #558
NavLink can now be updated even if href wasn’t set initially #562
Resolved update issues with components relying on useMemo#561
Improved type hints compatibility with Dash 3.0.4+
Note: These fixes require Dash >= 3.0.4
📦 Dependency Update
Upgraded to Mantine 7.17.4 for the latest features and bug fixes.
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
Uh oh!
There was an error while loading. Please reload this page.
-
We’re pleased to announce the release of Dash Mantine Components v1.2.0!
What’s New
🎨 Optional Stylesheets Are Now Bundled
No more manual CSS imports! Starting with 1.2.0, all optional component stylesheets are bundled automatically. This means you can drop those extra lines from your assets folder or external styles config. See the new Getting Started section for more info.
inputPropsfor Input ComponentsYou can now pass props directly to the underlying
<input>element using the newinputPropsprop.This gives you more control over input behavior in:
JsonInputNumberInputPasswordInputTextInputTextareaExample use case: set
maxLength,pattern, or any other native input attribute.See it in action in the
Textareasection of the dmc-docs🛠 Fixes
NavLinkcan now be updated even ifhrefwasn’t set initially #562useMemo#561Note: These fixes require Dash >= 3.0.4
📦 Dependency Update
Beta Was this translation helpful? Give feedback.
All reactions