Releases: dbc-team/dash-bootstrap-components
Releases · dbc-team/dash-bootstrap-components
Release 0.11.0
Added
- The
NavLinkcomponent can now automatically set theactiveprop based on the current pathname. Setactive="exact"to toggle setactive=Trueif thehrefexactly matches the current pathname, oractive="partial"to setactive=Trueif the current pathname starts withhref(PR 482) active_tab_styleandactiveTabClassNameprops toTabfor styling active tabs (PR 491)- Exposed
nameprop on input components so that they can be used more effectively in form submissions, andactionandmethodprops ofFormso thatFormcan be used to post form submissions to a route on the backend (PR 474) - Exposes
typeprop onButton(PR 470)
Fixed
- Cursor becomes pointer when hovering on tabs (PR 480)
- Current position on page is preserved when using
Spinneras 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
NavLinkcomponent can now automatically set theactiveprop based on the current pathname. Setactive="exact"to toggle setactive=Trueif thehrefexactly matches the current pathname, oractive="partial"to setactive=Trueif the current pathname starts withhref(PR 482) active_tab_styleandactiveTabClassNameprops toTabfor styling active tabs (PR 491)- Exposed
nameprop on input components so that they can be used more effectively in form submissions, andactionandmethodprops ofFormso thatFormcan be used to post form submissions to a route on the backend (PR 474) - Exposes
typeprop onButton(PR 470)
Fixed
- Cursor becomes pointer when hovering on tabs (PR 480)
- Current position on page is preserved when using
Spinneras a loading component (PR 465)
Changed
- Updated BootstrapCDN links to use Bootstrap v4.5.2 (PR 481)
Prerelease 0.10.8-rc2
This prerelease exposes the name prop on all input components so that they can be used with submitted forms. Also exposes the action and method props on the Form so that submit events can be handled by the server.
Prerelease 0.10.8-rc1
This prerelease exposes the type attribute of Button to improve support for use inside Form.
Release 0.10.7
Fixed
- Follow link as external link when
external_link=TrueinDropdownMenuItem(PR 458)
Prerelease 0.10.7-rc1
Fixed
- Follow link as external link when
external_link=TrueinDropdownMenuItem(PR 458)
Release 0.10.6
Prerelease 0.10.6-rc2
This prerelease tests serving of JavaScript bundles over CDN hosted by unpkg.
Prerelease 0.10.6-rc1
This prerelease tests the new build pipeline. No changes to dash-bootstrap-components itself.