Fixed regression where figure background did not match theme's card color. Closes issue 25
1.1.1
Fixed error in how colorways were created, resulting in a slight changed in the color of the green (Bootstrap Success) color. Thanks to oliverb for PR 22
Oct 2, 2023
Fixed placeholder text color. Closes 20
1.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: python from dash_bootstrap_templates import load_figure_template load_figure_template("all")
Sept 12, 2023
Updated the dbc.css file to add the `dbc-ag-grid` class to apply Bootstrap theme to Dash AG Grid
1.0.8
Fixed and Added New Features
- Pull Request [14](https://github.com/AnnMarieW/dash-bootstrap-templates/pull/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.
1.0.7
Fixed - Fixed hover template font closes [9](https://github.com/AnnMarieW/dash-bootstrap-templates/issues/9) - Fixed margins - made margins the same as the Plotly default templates.
1.0.6
Fixed - Fixed the theme switch component when it starts in dark mode. closes [8](https://github.com/AnnMarieW/dash-bootstrap-templates/issues/8)