| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-04-21 | 874 Bytes | |
| Release 2.0.2 source code.tar.gz | 2025-04-21 | 1.1 MB | |
| Release 2.0.2 source code.zip | 2025-04-21 | 1.4 MB | |
| Totals: 3 Items | 2.5 MB | 0 | |
dash-bootstrap-components version 2.0.2! 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.
Changed
- dash-bootstrap-components now requires dash>=3.0.3 (PR 1120)
- Updated docstrings correcting typos and making formatting consistent (PR 1122)
Fixed
- Updating a
Tabin a callback now triggers a re-render of the parentTabscomponent (PR 1120)
Thanks @FRosner and @Zoraiyo for the contributions!