Release 2.0.0
dash-bootstrap-components version 2.0.0! This version makes various internal updates for compatibility with Dash 3.0.0. Please continue to report problems on our issue tracker.
Added
- Added Label.xxl prop. The logic for this was in place but the prop was not exposed to the Component due to a missing prop-types declaration (PR 1084)
SpinnerandPlaceholdernow accept thetarget_componentsprop which functions likedcc.Loading(PR 1080)- Added
displayprop forSpinnerandPlaceholderto force the component to show (PR 1080) - Added
disabledprop toCardLink(PR 1084)
Changed
- Made
Modalstyling props consistent.modal_class_nameandmodalClassNameare renamed toclass_nameandclassNamerespectively which target the same element asstyle.class_nameandclassNamepreviously set styles on the modal dialog, which should now be done withdialog_class_nameanddialogClassNamerespectively. This is consistent with behaviour ofstyleanddialog_style(PR 1090)
Removed
- Removed the following props which had no effect: Carousel.ride, DropdownMenu.addon_type, Navbar.light, NavbarSimple.light, Popover.innerClassName, Popover.inner_class_name. (PR 1088) (PR 1090)
- Removed the following deprecated props: DropdownMenu.right, Table.dark (PR 1084)
- All
_timestampprops. Use callback context instead. (PR 1082)