0.14.6
Added
- Added
autoplay
prop to theCarousel
component #316 by @mmarfat - Added the
ChipGroup
component and updatedChip
to work with it. #327 and #355 by @AnnMarieW and @BSd3v - Added GitHub actions workflow for automated tests on PRs #333 by @BSd3v
- Added new and missing props to the charts. Enables figure animation, right Y axis and more! #349 by @AnnMarieW
- Added
active
prop to Carousel, allowing callbacks to be triggered based on the currently displayed slide. #354 by @AnnMarieW - RadioGroup and ChipGroup (in single mode) now have a
deselectable
argument to allow resetting the radio value #351 by @RenaudLN
Fixed
- Excluded the
loading_state
prop from being passed to the DOM. Addeddata-dash-is-loading
attribute to
components during callback execution, allowing custom CSS styling for loading states. #325 by @AnnMarieW - Enabled the
opened
prop to trigger callback in the Popover component #353 by @AnnMarieW - Stepper component can be stepped through by clicking on steps buttons #352 by @RenaudLN
Changed
- Reduced the package size by excluding the 5MB metadata.json file #357 by @AnnMarieW
- Upgraded to latest Mantine (7.13.2)
New Contributors
DMC Docs contribuotors
- @pip-install-python Thanks for adding the custom overlay example
- @mmarfat Thanks for adding the Carousel autoplay docs
Full Changelog: 0.14.5...0.14.6