File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to `dash` will be documented in this file.
3
3
This project adheres to [Semantic Versioning](https://semver.org/).
4
4
5
+ ## [UNRELEASED]
6
+
7
+ ## Added
8
+ - [2760](https://github.com/plotly/dash/pull/2760) New additions to dcc.Loading resolving multiple issues:
9
+ - `delay_show` and `delay_hide` props to prevent flickering during brief loading periods (similar to Dash Bootstrap Components dbc.Spinner)
10
+ - `overlay_style` for styling the loading overlay, such as setting visibility and opacity for children
11
+ - `target_components` specifies components/props triggering the loading spinner
12
+ - `custom_spinner` enables using a custom component for loading messages instead of built-in spinners
13
+ - `display` overrides the loading status with options for "show," "hide," or "auto"
14
+
5
15
## [2.16.0] - 2024-03-01
6
16
7
17
## Fixed
You can’t perform that action at this time.
0 commit comments