dash-bootstrap-components

Bootstrap components for Plotly Dash

APACHE-2.0 License

Downloads
1.1M
Stars
1.1K
Committers
34

Bot releases are visible (Hide)

dash-bootstrap-components - Release 0.11.2

Published by github-actions[bot] over 3 years ago

dash-bootstrap-components 0.11.2

Added

  • color prop for multiple components now accepts CSS colors, hex strings etc. (PR 506)
  • Table.from_dataframe now supports multiple column header levels (PR 509)
dash-bootstrap-components - Prerelease 0.11.2-rc1

Published by github-actions[bot] over 3 years ago

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

Added

  • color prop for multiple components now accepts CSS colors, hex strings etc. (PR 506)
  • Table.from_dataframe now supports multiple column header levels (PR 509)
dash-bootstrap-components - Release 0.11.1

Published by github-actions[bot] almost 4 years ago

Fixed

  • Fixes bug that prevented active property of NavLink from being correctly updated by callbacks (PR 499)
dash-bootstrap-components - Prerelease 0.11.1-rc1

Published by github-actions[bot] almost 4 years ago

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

dash-bootstrap-components - Release 0.11.0

Published by github-actions[bot] almost 4 years ago

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)
dash-bootstrap-components - Prerelease 0.11.0-rc1

Published by github-actions[bot] almost 4 years ago

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)
dash-bootstrap-components - Prerelease 0.10.8-rc2

Published by github-actions[bot] almost 4 years ago

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.

dash-bootstrap-components - Prerelease 0.10.8-rc1

Published by github-actions[bot] almost 4 years ago

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

dash-bootstrap-components - Release 0.10.7

Published by github-actions[bot] about 4 years ago

Fixed

  • Follow link as external link when external_link=True in DropdownMenuItem (PR 458)
dash-bootstrap-components - Prerelease 0.10.7-rc1

Published by github-actions[bot] about 4 years ago

Fixed

  • Follow link as external link when external_link=True in DropdownMenuItem (PR 458)
dash-bootstrap-components - Release 0.10.6

Published by github-actions[bot] about 4 years ago

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)
dash-bootstrap-components - Prerelease 0.10.6-rc2

Published by github-actions[bot] about 4 years ago

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

dash-bootstrap-components - Prerelease 0.10.6-rc1

Published by github-actions[bot] about 4 years ago

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

Package Rankings
Top 1.18% on Pypi.org
Top 6.5% on Npmjs.org
Top 8.91% on Conda-forge.org
Top 12.32% on Juliahub.com