Skip to content

Releases: AnnMarieW/dash-bootstrap-templates

V1.2.4

20 Aug 21:31
dfa2b32
Compare
Choose a tag to compare

What's Changed

Full Changelog: V1.2.3...V1.2.4

V1.2.3

29 Jul 16:18
cfc5db1
Compare
Choose a tag to compare

What's Changed

Full Changelog: V1.2.2...V1.2.3

V1.2.2

28 Jul 04:22
b3955f7
Compare
Choose a tag to compare

What's Changed

  • Fix typo in src/aio/aio_theme_switch.py by @andrew-33 in #33

New Contributors

  • @andrew-33 made their first contribution in #33

Full Changelog: V1.2.1...V1.2.2

V1.2.1

27 Jul 20:20
2663c75
Compare
Choose a tag to compare

What's Changed

  • fix: Refactor aio_theme_switch.py to use Union type for themes parameter by @Anselmoo in #31. This makes the Theme Switch component compatible with Python <310.

New Contributors

Full Changelog: V1.2.0...V1.2.1

V1.2.0

19 Jun 19:29
Compare
Choose a tag to compare

What's Changed

  • ThemeSwitchAIO #29

    • Add left/right icons in ids to make them available for callbacks in the app
    • Improved method of changing the stylesheets so it works better with local stylesheets in the assets folder
  • dbc.css

    • Support other dag built-in themes, the themes can be applied onto all AG Grid build-in themes, not only alpine

New Contributors

Full Changelog: V1.1.2...V1.2.0

V1.2.0-rc1

19 Jun 18:53
Compare
Choose a tag to compare
V1.2.0-rc1 Pre-release
Pre-release

What's Changed

  • ThemeSwitchAIO #29

    • Add left/right icons in ids to make them available for callbacks in the app
    • Improved method of changing the stylesheets so it works better with local stylesheets in the assets folder
  • dbc.css

    • Support other dag built-in themes, the themes can be applied onto all AG Grid build-in themes, not only alpine

New Contributors

Full Changelog: V1.1.2...V1.2.0-rc1

V1.1.2

14 Jan 14:51
a0db368
Compare
Choose a tag to compare

Fixed

Corrected figure paper background color. Closes issue #25

V1.1.1

18 Oct 16:24
b045961
Compare
Choose a tag to compare

Patch

Corrected the figure templates for a bug in how the colorway was created based on the Bootstrap named colors. This resulted in a very slight change in the green (Success) color in the colorway. (PR #22 - Thanks @oliverb )

V1.1.0

26 Sep 18:34
4f53216
Compare
Choose a tag to compare

New Features

  • Added 26 new dark mode figure templates for each of the 26 Bootstrap themed figure templates
  • Added examples of how to use the Bootstrap Color Modes switch between dark and light modes in a Dash app
  • Added support for styling Dash AG Grid with a bootstrap theme in the dbc.css file
  • Added an option to load all figure templates:
from dash_bootstrap_templates import load_figure_template
load_figure_template("all")

V1.1.0-rc1

25 Sep 22:38
4f53216
Compare
Choose a tag to compare
V1.1.0-rc1 Pre-release
Pre-release

New Features

  • Added 26 new dark mode figure templates for each of the 26 Bootstrap themed figure templates
  • Added examples of how to use the Bootstrap Color Modes switch between dark and light modes in a Dash app
  • Added support for styling Dash AG Grid with a bootstrap theme in the dbc.css file
  • Added an option to load all figure templates:
from dash_bootstrap_templates import load_figure_template
load_figure_template("all")