Skip to content

Commit 39be60a

Browse files
authored
Release 2.0.4 (#1142)
* Release 2.0.4 * Update changelog
1 parent 1788e7c commit 39be60a

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

content/changelog.md

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

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

9+
## 2.0.4 - 2025/08/20
10+
11+
Version 2.0.4 of _dash-bootstrap-components_! This is a patch release fixing a bug in the `Spinner` component.
12+
13+
### Fixed
14+
15+
- Make sure loading spinner only shows when children are loading. ([PR 1140](https://github.com/facultyai/dash-bootstrap-components/pull/1140))
16+
917
## 2.0.3 - 2025/05/22
1018

1119
Version 2.0.3 of dash-bootstrap-components! This version fixes a bug in the Tabs component and updates the version requirement for the _dash_ package. We have also updated CDN links for Bootstrap stylesheets. Please continue to report problems on our [issue tracker](https://github.com/dbc-team/dash-bootstrap-components/issues).
1220

1321
### Changed
22+
1423
- _dash-bootstrap-components_ now requires dash>=3.0.4 ([PR 1129](https://github.com/dbc-team/dash-bootstrap-components/pull/1129))
1524
- Update the version of Bootstrap CDN links to 5.3.6 ([PR 1130](https://github.com/dbc-team/dash-bootstrap-components/pull/1130))
1625
- Update docs domain to dash-bootstrap-components.com ([PR 1133](https://github.com/dbc-team/dash-bootstrap-components/pull/1133))
1726

1827
### Fixed
28+
1929
- Fixed bug that caused an error message when changing the number of children in `Tabs` component ([PR 1128](https://github.com/dbc-team/dash-bootstrap-components/pull/1128))
2030

2131
## 2.0.2 - 2025/04/21
2232

2333
Version 2.0.2 of dash-bootstrap-components! This version fixes a bug in the Tabs component and updates the version requirement for the _dash_ package. A number of docstrings have also been cleaned up and made consistent. Please continue to report problems on our [issue tracker](https://github.com/dbc-team/dash-bootstrap-components/issues).
2434

2535
### Changed
36+
2637
- _dash-bootstrap-components_ now requires dash>=3.0.3 ([PR 1120](https://github.com/dbc-team/dash-bootstrap-components/pull/1120))
2738
- Updated docstrings correcting typos and making formatting consistent ([PR 1122](https://github.com/dbc-team/dash-bootstrap-components/pull/1122))
2839

2940
### Fixed
41+
3042
- Updating a `Tab` in a callback now triggers a re-render of the parent `Tabs` component ([PR 1120](https://github.com/dbc-team/dash-bootstrap-components/pull/1120))
3143

3244
## 2.0.1 - 2025/04/11
3345

3446
Version 2.0.1 of dash-bootstrap-components! This version fixes bugs and updates CDN links. Please continue to report problems on our [issue tracker](https://github.com/dbc-team/dash-bootstrap-components/issues).
3547

3648
### Changed
49+
3750
- Updated CDN links for Bootstrap CSS, Bootswatch CSS, Bootstrap Icons and FontAwesome Icons ([PR 1109](https://github.com/dbc-team/dash-bootstrap-components/pull/1109))
3851
- Dropped upper bound on supported Python versions ([PR 1107](https://github.com/dbc-team/dash-bootstrap-components/pull/1107))
3952

4053
### Fixed
54+
4155
- Fixed regression preventing `dbc.Button` from being used in conjunction with `dcc.ConfirmDialogProvider` ([PR 1111](https://github.com/dbc-team/dash-bootstrap-components/pull/1111))
4256

4357
## 2.0.0 - 2025/03/17
4458

4559
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/dbc-team/dash-bootstrap-components/issues).
4660

4761
### Added
62+
4863
- 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/dbc-team/dash-bootstrap-components/pull/1084))
4964
- `Spinner` and `Placeholder` now accept the `target_components` prop which functions like `dcc.Loading` ([PR 1080](https://github.com/dbc-team/dash-bootstrap-components/pull/1080))
5065
- Added `display` prop for `Spinner` and `Placeholder` to force the component to show ([PR 1080](https://github.com/dbc-team/dash-bootstrap-components/pull/1080))
5166
- Added `disabled` prop to `CardLink` ([PR 1084](https://github.com/dbc-team/dash-bootstrap-components/pull/1084))
5267

5368
### Changed
69+
5470
- dash-bootstrap-components now requires `dash>=3.0.0`.
5571
- 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/dbc-team/dash-bootstrap-components/pull/1090))
5672

5773
### Removed
74+
5875
- 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](https://github.com/dbc-team/dash-bootstrap-components/pull/1088)) ([PR 1090](https://github.com/dbc-team/dash-bootstrap-components/pull/1090))
5976
- Removed the following deprecated props: DropdownMenu.right, Table.dark ([PR 1084](https://github.com/dbc-team/dash-bootstrap-components/pull/1084))
6077
- All `_timestamp` props. Use callback context instead. ([PR 1082](https://github.com/dbc-team/dash-bootstrap-components/pull/1082))
6178

62-
6379
## 1.7.1 - 2025/01/16
6480

6581
Version 1.7.1 of dash-bootstrap-components. This version fixes a build issue with version 1.7.0. Thanks to everyone who reported problems on our [issue tracker](https://github.com/dbc-team/dash-bootstrap-components/issues).
@@ -69,6 +85,7 @@ Version 1.7.1 of dash-bootstrap-components. This version fixes a build issue wit
6985
Version 1.7.0 of dash-bootstrap-components. This version exposes some new props for `Modal`, and `Textarea` to allow users to customise the behaviour of those components, and extends the functionality of the `debounce` prop in `Input` and `Textarea` components. Please continue to report problems on our [issue tracker](https://github.com/dbc-team/dash-bootstrap-components/issues).
7086

7187
### Added
88+
7289
- Added `content_style` / `contentStyle` and `dialog_style` / `dialogStyle` props to `Modal` to complement the existing `contentClassName` and `dialogClassName` props ([PR 1029](https://github.com/dbc-team/dash-bootstrap-components/pull/1029))
7390
- Added `submit_on_enter` prop to `Textarea` to allow users to disable default behaviour of incrementing `n_submit` when the Enter key is pressed ([PR 1036](https://github.com/dbc-team/dash-bootstrap-components/pull/1036))
7491
- Allow numeric debounce in `Input` and `Textarea` components ([PR 1056](https://github.com/dbc-team/dash-bootstrap-components/pull/1056))
@@ -78,16 +95,19 @@ Version 1.7.0 of dash-bootstrap-components. This version exposes some new props
7895
Version 1.6.0 of dash-bootstrap-components. This version makes some improvements to `Accordion`, `Modal` and `Progress` as well as updating CDN links. Please continue to report problems on our [issue tracker](https://github.com/dbc-team/dash-bootstrap-components/issues).
7996

8097
### Added
98+
8199
- The `title` property of `AccordionItem` can now be an arbitrary Dash component ([PR 988](https://github.com/dbc-team/dash-bootstrap-components/pull/988))
82100
- You can now set `enforceFocus=False` on a `Modal` to allow components in the background to receive focus while the `Modal` is open ([PR 1001](https://github.com/dbc-team/dash-bootstrap-components/pull/1001))
83101
- The documentation now has a dark mode ([PR 984](https://github.com/dbc-team/dash-bootstrap-components/pull/984))
84102

85103
### Fixed
104+
86105
- The `min` and `max` properties of a `Progress` bar are propagated to its children ([PR 986](https://github.com/dbc-team/dash-bootstrap-components/pull/986))
87106
- Fixed console errors originating from `Tooltip` component ([PR 1008](https://github.com/dbc-team/dash-bootstrap-components/pull/1008))
88107
- Fix error caused by `Tooltip` closing as component unmounts ([PR 1008](https://github.com/dbc-team/dash-bootstrap-components/pull/1008))
89108

90109
### Changed
110+
91111
- Drop support for Python 3.7 as it is EOL ([PR 995](https://github.com/dbc-team/dash-bootstrap-components/pull/995))
92112
- The `themes` module now links to Bootstrap 5.3.3 ([PR 1013](https://github.com/dbc-team/dash-bootstrap-components/pull/1013))
93113

@@ -96,10 +116,12 @@ Version 1.6.0 of dash-bootstrap-components. This version makes some improvements
96116
Version 1.5.0 of dash-bootstrap-components. This version makes some improvements to `Carousel` and `Textarea` as well as updating CDN links. Please continue to report problems on our [issue tracker](https://github.com/dbc-team/dash-bootstrap-components/issues).
97117

98118
### Changed
119+
99120
- Textarea will no longer increment `n_submit` if the user types "shift + enter" to create a new-line ([PR 968](https://github.com/dbc-team/dash-bootstrap-components/pull/968))
100121
- CDN links have been updated to use Bootstrap version 5.3.1 ([PR 977](https://github.com/dbc-team/dash-bootstrap-components/pull/977))
101122

102123
### Added
124+
103125
- You can now pass a `href` attribute to a Carousel item to render that item as a link. Thanks @mapix for the contribution! ([PR 971](https://github.com/dbc-team/dash-bootstrap-components/pull/971), [PR 973](https://github.com/dbc-team/dash-bootstrap-components/pull/973), [PR 975](https://github.com/dbc-team/dash-bootstrap-components/pull/975))
104126

105127
## 1.4.2 - 2023/07/15
@@ -111,6 +133,7 @@ Version 1.4.2 of dash-bootstrap-components. This version contains updates and bu
111133
- Fixed navigation bug when using auto-dismissing `Alert` ([PR 962](https://github.com/dbc-team/dash-bootstrap-components/pull/962))
112134

113135
### Changed
136+
114137
- Updated CDN links for Bootstrap and Bootswatch stylesheets ([PR 963](https://github.com/dbc-team/dash-bootstrap-components/pull/963))
115138

116139
## 1.4.1 - 2023/03/17
@@ -120,7 +143,7 @@ Version 1.4.1 of dash-bootstrap-components. This version contains bug fixes but
120143
### Fixed
121144

122145
- Fixed issue with `active_label_style` in `dbc.Tab` not overwriting `label_style` ([PR 946](https://github.com/dbc-team/dash-bootstrap-components/pull/946))
123-
- Updated CDN links for icons in R and Julia packages ([PR 950](https://github.com/dbc-team/dash-bootstrap-components/pull/950))
146+
- Updated CDN links for icons in R and Julia packages ([PR 950](https://github.com/dbc-team/dash-bootstrap-components/pull/950))
124147

125148
## 1.4.0 - 2023/02/27
126149

0 commit comments

Comments
 (0)