Skip to content

Commit a86f3b6

Browse files
authored
[docs] Update changelog (#1104)
* Note dash update requirement * Update date
1 parent 554ab57 commit a86f3b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ title: Changelog
66

77
This page documents notable changes in dash-bootstrap-components releases.
88

9-
## 2.0.0 - 2025/03/14
9+
## 2.0.0 - 2025/03/17
1010

11-
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).
11+
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).
1212

1313
### Added
1414
- 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
1717
- Added `disabled` prop to `CardLink` ([PR 1084](https://github.com/facultyai/dash-bootstrap-components/pull/1084))
1818

1919
### Changed
20+
- dash-bootstrap-components now requires `dash>=3.0.0`.
2021
- 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))
2122

2223
### Removed

0 commit comments

Comments
 (0)