Version 1.1.0 of dash-bootstrap-components contains some new features and bug fixes. Please continue to report problems on our issue tracker.
Added
- Add
readonlyprop toInputcomponent (PR 833) - Add
always_openprop toAccordion. When set toTrue, opening one section of the accordion does not close any currently open sections (PR 840) - dash-bootstrap-components now explicitly supports Python 3.10 (PR 841)
Fixed
- Allow arbitrary colors to be passed to
colorprop ofProgress(PR 835) contentClassNameinModalhas been fixed, previously it was not passing the class names on to the relevant elements (PR 839)Selectcan now be cleared by returningNonefrom a callback (PR 842)
Changed
- Updated CDN links for FontAwesome and Bootstrap Icons in the
iconssubmodule. FontAwesome now uses version 6.1.1, Bootstrap Icons uses version 1.8.1 (PR 837)