Skip to content

Releases: AnnMarieW/dash-bootstrap-templates

V1.0.8

21 Feb 21:14
Compare
Choose a tag to compare

Fixed and Added New Features

  • Pull Request #14. Thanks @BSd3v for the contribution!
  • Fixed ThemeSwitchAIO so it doesn't load multiple stylesheets when toggling.
  • Add support for ThemeSwitchAIO to work with stylesheets in the assets folder.
  • Removed restriction for ThemeSwitchAIO working only with the themes in the dash-bootstrap-components library.

Prerelease V1.0.8-rc1

21 Feb 17:51
Compare
Choose a tag to compare
Prerelease V1.0.8-rc1 Pre-release
Pre-release

Fixed and Added New Features

  • Pull Request #14. Thanks @BSd3v for the contribution!
  • Fixed ThemeSwitchAIO so it doesn't load multiple stylesheets when toggling.
  • Add support for ThemeSwitchAIO to work with stylesheets in the assets folder.
  • Removed restriction for ThemeSwitchAIO of only working with the themes in the dash-bootstrap-components library.

V1.0.7

24 Sep 19:48
f17b43d
Compare
Choose a tag to compare

Fixed the hover text font and made the margin the same as the Plotly figure templates

Version 1.0.6 of dash-bootstrap-templates

21 Jul 22:31
Compare
Choose a tag to compare

Fixes the theme switch component when starting in dark mode

V1.0.5

14 Feb 20:28
Compare
Choose a tag to compare

Minor fixes of dbc.css
relaxed import version requirments

V1.0.4

30 Nov 21:24
Compare
Choose a tag to compare

Fix theme switch components

V1.0.3

30 Nov 18:34
Compare
Choose a tag to compare

V1.0.3 bug fix for theme changer components

V1.0.2

29 Nov 19:57
Compare
Choose a tag to compare

Minor changes to dbc.css to improve style when switching themes

V1.0.1

16 Nov 19:57
Compare
Choose a tag to compare
V1.0.1 Pre-release
Pre-release

Fixed: AIO theme switch components so that Bootstrap stylesheets in the assets folder do not override the new themes.

V1.0.0 release

15 Nov 20:01
Compare
Choose a tag to compare

1.0.0

V1.0.0 is based on based on dash V2.0.0 and dash-bootstrap-components V1.0.0 which uses
Boostrap V5 stylesheets.

Added

  • added "QUARTZ", "MORPH", "VAPOR", "ZEPHYR" themes
  • added 2 All-In-One components to switch themes.
    • ThemeSwitchAIO toggles between two themes
    • ThemeChangerAIO opens a Offcanvas component to select any of the 26 themes
    • template_from_url helper function to get the figure template name for the selected theme
  • added dbc.css which minimally styles dash-core-components and the DataTable with the selected Bootstrap theme
  • added examples of the2 AIO components that switch themes.

Changes

  • updated _create_templates.py to generate figure templates based on Boostrap V5 stylesheets