Skip to content

Conversation

@tcbegley
Copy link
Collaborator

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)
  • Spinner and Placeholder now accept the target_components prop which functions like dcc.Loading (PR 1080)
  • Added display prop for Spinner and Placeholder to force the component to show (PR 1080)
  • Added disabled prop to CardLink (PR 1084)

Changed

  • Made Modal styling props consistent. modal_class_name and modalClassName are renamed to class_name and className respectively which target the same element as style. class_name and className previously set styles on the modal dialog, which should now be done with dialog_class_name and dialogClassName respectively. This is consistent with behaviour of style and dialog_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 _timestamp props. Use callback context instead. (PR 1082)

@tcbegley
Copy link
Collaborator Author

tcbegley commented Mar 11, 2025

TODO:

  • Update changelog
  • Update dash version
  • Rerun tests when new version of Dash is released

@tcbegley tcbegley merged commit 716efa5 into main Mar 17, 2025
8 checks passed
@tcbegley tcbegley deleted the release/2.0.0 branch March 17, 2025 20:31
tcbegley added a commit that referenced this pull request Mar 17, 2025
* Release 2.0.0

* Update changelog

* Bump dash

* Pin dash version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants