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
I'm pleased to announce the release of dash-mantine-components version 0.14.6, packed with new features, enhancements, and bug fixes. This release wouldn't be possible without the contributions from our fantastic community, and 'd like to extend a big thank you to everyone involved!
Chart Improvements: New props have been added to the charts, allowing for features like figure animation and a right Y-axis. This opens up more dynamic and flexible charting options. (add missing chart props #349) It's available for all chart types - here's an example in the docs for the Bar Chart Animation
We’ve excluded the loading_state prop from the DOM and added a data-dash-is-loading attribute, which lets you add custom CSS for loading states. (fix loading state props #325)
Package size has been reduced by removing the 5MB metadata.json file. This helps optimize performance. (exclude metadata.json file #357)
Thanks again to everyone who contributed to this release! Special thanks to @alexcjohnson for reviewing pull requests. Their extensive knowledge of Dash brings invaluable
insights, ensuring the project's stability and elevating its overall quality to the next level.
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
-
I'm pleased to announce the release of dash-mantine-components version 0.14.6, packed with new features, enhancements, and bug fixes. This release wouldn't be possible without the contributions from our fantastic community, and 'd like to extend a big thank you to everyone involved!
See the full Release Notes on the dmc GitHub
What’s New in 0.14.6?
🚀 New Features
autoplay
option to Carousel component #316) and the Carousel Autoplay docsactive
Prop for Carousel: With the newactive
prop, you can trigger callbacks based on the currently displayed slide in theCarousel
. (add active prop to carousel #354). See an example in the docsChipGroup Component: The popular Chip and ChipGroup components are available once again! It was tricky to implement in Dash given the changes made in Mantine V7. It took the skills of @RenaudLN, @BSd3v and @alexcjohnson to get PRs Add Chip and ChipGroup #327 and refactored Chip to removed controlled prop #355 across the finishline. See the new Chip Component Docs
deselectable
prop for radio-type components #351)Check it out in the Chip section of the docs
🐛 Fixes
Popover
component now triggers callbacks when itsopened
prop changes. (controlled popover #353)Stepper
Component: You can now navigate the steps in the Stepper by clicking on the step buttons. (Fix: enable stepping when clicking on steps buttons #352, thanks again to @RenaudLN)🛠️ Other Notable Fixes and Changes
New examples in the Docs
Custom Loading Overlay
Thanks to @pip-install-python for the custom loading overlay example.
Waterfall chart
Mixed Bar Chart
Right Y Axis
Scatter Point Labels
Thank you contributors
Thanks again to everyone who contributed to this release! Special thanks to @alexcjohnson for reviewing pull requests. Their extensive knowledge of Dash brings invaluable
insights, ensuring the project's stability and elevating its overall quality to the next level.
Beta Was this translation helpful? Give feedback.
All reactions