Skip to content

Releases: facultyai/dash-bootstrap-components

Release 0.11.2

05 Feb 10:43
d6eb50d
Compare
Choose a tag to compare

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)

Prerelease 0.11.2-rc1

05 Feb 10:22
283a153
Compare
Choose a tag to compare
Prerelease 0.11.2-rc1 Pre-release
Pre-release

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)

Release 0.11.1

20 Dec 13:37
96604d1
Compare
Choose a tag to compare

Fixed

  • Fixes bug that prevented active property of NavLink from being correctly updated by callbacks (PR 499)

Prerelease 0.11.1-rc1

18 Dec 23:23
c103698
Compare
Choose a tag to compare
Prerelease 0.11.1-rc1 Pre-release
Pre-release

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

Release 0.11.0

13 Dec 15:17
16c7fda
Compare
Choose a tag to compare

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

13 Dec 14:22
0a703fa
Compare
Choose a tag to compare
Prerelease 0.11.0-rc1 Pre-release
Pre-release

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

25 Nov 21:53
53a4631
Compare
Choose a tag to compare
Prerelease 0.10.8-rc2 Pre-release
Pre-release

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

08 Nov 11:21
6ed958d
Compare
Choose a tag to compare
Prerelease 0.10.8-rc1 Pre-release
Pre-release

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

Release 0.10.7

04 Oct 19:01
a99c0e0
Compare
Choose a tag to compare

Fixed

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

Prerelease 0.10.7-rc1

04 Oct 18:43
7273537
Compare
Choose a tag to compare
Prerelease 0.10.7-rc1 Pre-release
Pre-release

Fixed

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