Skip to content

Commit d1c0a7f

Browse files
committed
added changelog
1 parent 4edbe55 commit d1c0a7f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

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+
515
## [2.16.0] - 2024-03-01
616

717
## Fixed

0 commit comments

Comments
 (0)