Skip to content

Releases: facultyai/dash-bootstrap-components

Prerelease 0.12.0-rc3

21 Mar 11:14
26e9af8
Compare
Choose a tag to compare
Prerelease 0.12.0-rc3 Pre-release
Pre-release

Added

  • Adds a new trigger property to Popover, allowing it to be used without writing callbacks if desired (PR 531)
  • Exposes download prop on Button (PR 528)

Fixed

  • Restore default colours in Alert and Badge components (PR 542)

Changed

  • Adds visibility:hidden to Fade when content is faded so that tooltips do not appear on faded content (PR 535, PR 537)

Prerelease 0.11.4-rc3

11 Mar 21:38
ea27b67
Compare
Choose a tag to compare
Prerelease 0.11.4-rc3 Pre-release
Pre-release

This pre-release adds some additional styling to Fade, ensuring tooltips on
faded elements do not appear.

Prerelease 0.11.4-rc1

28 Feb 09:18
553f701
Compare
Choose a tag to compare
Prerelease 0.11.4-rc1 Pre-release
Pre-release

Includes download prop for Button component added in #528

Release 0.11.3

13 Feb 15:03
b01e801
Compare
Choose a tag to compare

This version marks the first release of dash-bootstrap-components for Julia. There are no changes in functionality.

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)