Releases: facultyai/dash-bootstrap-components
Prerelease 1.1.0-rc1
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)
Prerelease 1.1.0-b1
Release 1.0.3
This is a patch release that fixes a few bugs. Please continue to report any bugs on our issue tracker!
Fixed
Prerelease 1.0.3-rc3
This is a patch release that fixes a few bugs. Please continue to report any bugs on our issue tracker!
Fixed
Prerelease 1.0.3-rc2
This is a patch release that fixes a few bugs. Please continue to report any bugs on our issue tracker!
Fixed
Prerelease 1.0.3-rc1
This is a patch release that fixes a bug in Tabs
.
Fixed
- Set
cursor: pointer
on tabs that aren't disabled (PR 801)
Release 1.0.2
This release updates CDN links to use Bootstrap 5.1.3 and fixes a few bugs. Please continue to report bugs on our issue tracker!
Changed
- Links in the
themes
module now use Bootstrap 5.1.3 (PR 789)
Added
- Added
autohide
prop toTooltip
andPopover
when using thehover
trigger. When set toTrue
, thePopover
/Tooltip
will hide if the mouse is moved over the content (PR 788)
Fixed
Prerelease 1.0.2-rc1
This release updates CDN links to use Bootstrap 5.1.3 and fixes a few bugs. Please continue to report bugs on our issue tracker!
Changed
- Links in the
themes
module now use Bootstrap 5.1.3 (PR 789)
Added
- Added
autohide
prop toTooltip
andPopover
when using thehover
trigger. When set toTrue
, thePopover
/Tooltip
will hide if the mouse is moved over the content (PR 788)
Fixed
Release 1.0.1
This release adds no new features but fixes a number of bugs. Please continue to report bugs on our issue tracker!
Fixed
- Open
AccordionItem
s will close when clicked on (PR 744) - Fixed regressions in
DropdownMenu
dismissal. The menu will dismiss if the user clicks outside the menu or if the escape key is pressed. (PR 751) - Fixed bug in
Select
that preventedvalid
andinvalid
props from having an effect (PR 755) - Set
id
property on tabs so that they can be targeted with tooltips. (PR 756) - A number of fixes to
Popover
: ensure the correct behaviour of thelegacy
trigger, and fix bug that preventedoffset
andhide_arrow
props from having an effect. (PR 757) - Make
Button
compatible withdash_core_components.ConfirmDialogProvider
(PR 773) - Fixed bug in
Button
that preventedtarget
prop from having an effect (PR 781)
Prerelease 1.0.1-rc4
This release adds no new features but fixes a number of bugs. Please continue to report bugs on our issue tracker!
Fixed
- Open
AccordionItem
s will close when clicked on (PR 744) - Fixed regressions in
DropdownMenu
dismissal. The menu will dismiss if the user clicks outside the menu or if the escape key is pressed. (PR 751) - Fixed bug in
Select
that preventedvalid
andinvalid
props from having an effect (PR 755) - Set
id
property on tabs so that they can be targeted with tooltips. (PR 756) - A number of fixes to
Popover
: ensure the correct behaviour of thelegacy
trigger, and fix bug that preventedoffset
andhide_arrow
props from having an effect. (PR 757) - Make
Button
compatible withdash_core_components.ConfirmDialogProvider
(PR 773) - Fixed bug in
Button
that preventedtarget
prop from having an effect (PR 781)