Prerelease 1.1.0-rc1
Pre-release
Pre-release
This is a release candidate for version 1.1.0.
Added
- Add
readonly
prop toInput
component (PR 833) - Add
always_open
prop 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
color
prop ofProgress
(PR 835) contentClassName
inModal
has been fixed, previously it was not passing the class names on to the relevant elements (PR 839)Select
can now be cleared by returningNone
from a callback (PR 842)
Changed
- Updated CDN links for FontAwesome and Bootstrap Icons in the
icons
submodule. FontAwesome now uses version 6.1.1, Bootstrap Icons uses version 1.8.1 (PR 837)