File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
16
16
- `target_components` specifies components/props triggering the loading spinner
17
17
- `custom_spinner` enables using a custom component for loading messages instead of built-in spinners
18
18
- `display` overrides the loading status with options for "show," "hide," or "auto"
19
+ - [#2822](https://github.com/plotly/dash/pull/2822) Support no output callbacks. Fixes [#1549](https://github.com/plotly/dash/issues/1549)
20
+ - [#2822](https://github.com/plotly/dash/pull/2822) Add global set_props. Fixes [#2803](https://github.com/plotly/dash/issues/2803)
19
21
20
22
## Fixed
21
23
22
24
- [#2362](https://github.com/plotly/dash/pull/2362) Global namespace not polluted any more when loading clientside callbacks.
23
25
- [#2833](https://github.com/plotly/dash/pull/2833) Allow data url in link props. Fixes [#2764](https://github.com/plotly/dash/issues/2764)
26
+ - [#2822](https://github.com/plotly/dash/pull/2822) Fix side update (running/progress/cancel) dict ids. Fixes [#2111](https://github.com/plotly/dash/issues/2111)
24
27
25
28
## [2.16.1] - 2024-03-06
26
29
You can’t perform that action at this time.
0 commit comments