Skip to content

Releases: dbc-team/dash-bootstrap-components

Prerelease 0.11.1-rc1

Prerelease 0.11.1-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Dec 23:23
c103698

This prerelease fixes a bug in NavLink that was raised in #498

Release 0.11.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 15:17
16c7fda

Added

  • The NavLink component can now automatically set the active prop based on the current pathname. Set active="exact" to toggle set active=True if the href exactly matches the current pathname, or active="partial" to set active=True if the current pathname starts with href (PR 482)
  • active_tab_style and activeTabClassName props to Tab for styling active tabs (PR 491)
  • Exposed name prop on input components so that they can be used more effectively in form submissions, and action and method props of Form so that Form can be used to post form submissions to a route on the backend (PR 474)
  • Exposes type prop on Button (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

Prerelease 0.11.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Dec 14:22
0a703fa

This is a release candidate for dash-bootstrap-components 0.11.0

Added

  • The NavLink component can now automatically set the active prop based on the current pathname. Set active="exact" to toggle set active=True if the href exactly matches the current pathname, or active="partial" to set active=True if the current pathname starts with href (PR 482)
  • active_tab_style and activeTabClassName props to Tab for styling active tabs (PR 491)
  • Exposed name prop on input components so that they can be used more effectively in form submissions, and action and method props of Form so that Form can be used to post form submissions to a route on the backend (PR 474)
  • Exposes type prop on Button (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.10.8-rc2

Prerelease 0.10.8-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Nov 21:53
53a4631

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

Prerelease 0.10.8-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Nov 11:21
6ed958d

This prerelease exposes the type attribute of Button to improve support for use inside Form.

Release 0.10.7

Choose a tag to compare

@github-actions github-actions released this 04 Oct 19:01
a99c0e0

Fixed

  • Follow link as external link when external_link=True in DropdownMenuItem (PR 458)

Prerelease 0.10.7-rc1

Prerelease 0.10.7-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Oct 18:43
7273537

Fixed

  • Follow link as external link when external_link=True in DropdownMenuItem (PR 458)

Release 0.10.6

Choose a tag to compare

@github-actions github-actions released this 10 Sep 06:59
641c258

Added

  • The JavaScript bundle for dash-bootstrap-components can now be fetched from a CDN by setting serve_locally=False in dash.Dash (PR 451)

Fixed

  • Wheels are now available on PyPI which should resolve some reported installation issues (PR 445)

Prerelease 0.10.6-rc2

Prerelease 0.10.6-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Sep 20:43
f5d47b9

This prerelease tests serving of JavaScript bundles over CDN hosted by unpkg.

Prerelease 0.10.6-rc1

Prerelease 0.10.6-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 18:02
0ff3f30

This prerelease tests the new build pipeline. No changes to dash-bootstrap-components itself.