Releases: AnnMarieW/dash-bootstrap-templates
Releases · AnnMarieW/dash-bootstrap-templates
V1.2.4
V1.2.3
What's Changed
- fixed ThemeSwitchAIO id by @AnnMarieW in #37. Closes issue reported in #34
Full Changelog: V1.2.2...V1.2.3
V1.2.2
V1.2.1
V1.2.0
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
- @sdidier-dev made their first contribution in #29
Full Changelog: V1.1.2...V1.2.0
V1.2.0-rc1
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
- @sdidier-dev made their first contribution in #29
Full Changelog: V1.1.2...V1.2.0-rc1
V1.1.2
V1.1.1
V1.1.0
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
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")