Releases: dbc-team/dash-bootstrap-components
Releases · dbc-team/dash-bootstrap-components
Prerelease 0.12.1-rc1
Added
- Adds
required
property toInput
andSelect
(PR 552) - Added
debounce
andshow_initially
props toSpinner
.debounce
can be used to add a time delay to prevent the spinner from dismissing immediately when its children have finished loading. This can help reduce flickering.show_initially
can be used to ensure that the spinner is initially showing when the app starts up to prevent flickering when initial callbacks fire. (PR 561) - Added
name
andvalue
props toButton
, can be used to send additional data with form submissions. (PR 565)
Fixed
- Fix
toggle
property ofDropdownMenuItem
which can be used to prevent the parentDropdownMenu
from dismissing when that item is clicked on (PR 554)
Release 0.12.0
Prerelease 0.12.0-rc3
Prerelease 0.11.4-rc3
This pre-release adds some additional styling to Fade, ensuring tooltips on
faded elements do not appear.
Prerelease 0.11.4-rc1
Includes download
prop for Button
component added in #528
Release 0.11.3
This version marks the first release of dash-bootstrap-components for Julia. There are no changes in functionality.
Release 0.11.2
Prerelease 0.11.2-rc1
Release 0.11.1
Fixed
- Fixes bug that prevented
active
property ofNavLink
from being correctly updated by callbacks (PR 499)
Prerelease 0.11.1-rc1
This prerelease fixes a bug in NavLink
that was raised in #498