Releases: facultyai/dash-bootstrap-components
Releases · facultyai/dash-bootstrap-components
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
Release 0.11.0
Added
- The
NavLink
component can now automatically set theactive
prop based on the current pathname. Setactive="exact"
to toggle setactive=True
if thehref
exactly matches the current pathname, oractive="partial"
to setactive=True
if the current pathname starts withhref
(PR 482) active_tab_style
andactiveTabClassName
props toTab
for styling active tabs (PR 491)- Exposed
name
prop on input components so that they can be used more effectively in form submissions, andaction
andmethod
props ofForm
so thatForm
can be used to post form submissions to a route on the backend (PR 474) - Exposes
type
prop onButton
(PR 470)
Fixed
- Cursor becomes pointer when hovering on tabs (PR 480)
- Current position on page is preserved when using
Spinner
as a loading component (PR 465)
Changed
- Updated BootstrapCDN links to use Bootstrap v4.5.2 (PR 481)
Prerelease 0.11.0-rc1
This is a release candidate for dash-bootstrap-components 0.11.0
Added
- The
NavLink
component can now automatically set theactive
prop based on the current pathname. Setactive="exact"
to toggle setactive=True
if thehref
exactly matches the current pathname, oractive="partial"
to setactive=True
if the current pathname starts withhref
(PR 482) active_tab_style
andactiveTabClassName
props toTab
for styling active tabs (PR 491)- Exposed
name
prop on input components so that they can be used more effectively in form submissions, andaction
andmethod
props ofForm
so thatForm
can be used to post form submissions to a route on the backend (PR 474) - Exposes
type
prop onButton
(PR 470)
Fixed
- Cursor becomes pointer when hovering on tabs (PR 480)
- Current position on page is preserved when using
Spinner
as a loading component (PR 465)
Changed
- Updated BootstrapCDN links to use Bootstrap v4.5.2 (PR 481)