From 7add9060da5a4facb75bb959ebc538167ca09c8c Mon Sep 17 00:00:00 2001 From: tcbegley Date: Mon, 17 Mar 2025 21:09:08 +0000 Subject: [PATCH 1/2] Note dash update requirement --- docs/content/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 1bf7ea6e..99bcbd38 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -8,7 +8,7 @@ This page documents notable changes in dash-bootstrap-components releases. ## 2.0.0 - 2025/03/14 -Version 2.0.0 of dash-bootstrap-components! This version makes various internal updates for compatibility with Dash 3.0.0. Please continue to report problems on our [issue tracker](https://github.com/facultyai/dash-bootstrap-components/issues). +Version 2.0.0 of dash-bootstrap-components! This version makes various internal updates for compatibility with Dash 3.0.0 which is now required to use dash-bootstrap-components. Please continue to report problems on our [issue tracker](https://github.com/facultyai/dash-bootstrap-components/issues). ### 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](https://github.com/facultyai/dash-bootstrap-components/pull/1084)) @@ -17,6 +17,7 @@ Version 2.0.0 of dash-bootstrap-components! This version makes various internal - Added `disabled` prop to `CardLink` ([PR 1084](https://github.com/facultyai/dash-bootstrap-components/pull/1084)) ### Changed +- dash-bootstrap-components now requires `dash>=3.0.0`. - 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](https://github.com/facultyai/dash-bootstrap-components/pull/1090)) ### Removed From 96a43f8374d9c7a7900b2bd2ff5522395d22b4dd Mon Sep 17 00:00:00 2001 From: tcbegley Date: Mon, 17 Mar 2025 21:09:51 +0000 Subject: [PATCH 2/2] Update date --- docs/content/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 99bcbd38..635a02d7 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -6,7 +6,7 @@ title: Changelog This page documents notable changes in dash-bootstrap-components releases. -## 2.0.0 - 2025/03/14 +## 2.0.0 - 2025/03/17 Version 2.0.0 of dash-bootstrap-components! This version makes various internal updates for compatibility with Dash 3.0.0 which is now required to use dash-bootstrap-components. Please continue to report problems on our [issue tracker](https://github.com/facultyai/dash-bootstrap-components/issues).