Skip to content

Releases: facultyai/dash-bootstrap-components

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)

Release 0.10.6

10 Sep 06:59
641c258
Compare
Choose a tag to compare

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

09 Sep 20:43
f5d47b9
Compare
Choose a tag to compare
Prerelease 0.10.6-rc2 Pre-release
Pre-release

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

Prerelease 0.10.6-rc1

01 Sep 18:02
0ff3f30
Compare
Choose a tag to compare
Prerelease 0.10.6-rc1 Pre-release
Pre-release

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