You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,26 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4
4
5
5
## [UNRELEASED]
6
6
7
+
## Added
8
+
- [#3523](https://github.com/plotly/dash/pull/3523) Fall back to background callback function names if source cannot be found
9
+
7
10
## Fixed
8
-
- [#3690](https://github.com/plotly/dash/pull/3690) Fixes Input when min or max is set to None
11
+
- [#3690](https://github.com/plotly/dash/pull/3690) Fixes Input when min or max is set to None
9
12
10
13
## [4.1.0] - 2026-03-23
11
14
12
15
## Added
13
-
- [#3637](https://github.com/plotly/dash/pull/3637) Added `debounce` prop to `Dropdown`.
16
+
- [#3637](https://github.com/plotly/dash/pull/3637) Added `debounce` prop to `Dropdown`.
14
17
15
18
## Fixed
16
19
- [#3629](https://github.com/plotly/dash/pull/3629) Fix date pickers not showing date when initially rendered in a hidden container.
17
-
- [#3660][(](https://github.com/plotly/dash/pull/3660)) Allow same date to be selected for both start and end in DatePickerRange components
18
-
- [#3600][(](https://github.com/plotly/dash/pull/3600)) DatePicker support for the Moment.js `Y` year token
19
-
- [#3627][(](https://github.com/plotly/dash/pull/3627)) Make dropdowns searchable wheen focused, without requiring to open them first
20
-
- [#3656][(](https://github.com/plotly/dash/pull/3656)) Improved dropdown performance for large collections of options
21
-
- [#3643][(](https://github.com/plotly/dash/pull/3643)) Fix multiselect dropdown with components as labels
22
-
- [#3609][(](https://github.com/plotly/dash/pull/3609)) Add backward compat alias for _Wildcard
23
-
- [#3672][(](https://github.com/plotly/dash/pull/3672)) Improve browser performance when app contains a large number of pattern matching callback callbacks. Exposes an api endpoint to fetch the latest computeGraph call.
20
+
- [#3660](https://github.com/plotly/dash/pull/3660) Allow same date to be selected for both start and end in DatePickerRange components
21
+
- [#3600](https://github.com/plotly/dash/pull/3600) DatePicker support for the Moment.js `Y` year token
22
+
- [#3627](https://github.com/plotly/dash/pull/3627) Make dropdowns searchable wheen focused, without requiring to open them first
23
+
- [#3656](https://github.com/plotly/dash/pull/3656) Improved dropdown performance for large collections of options
24
+
- [#3643](https://github.com/plotly/dash/pull/3643) Fix multiselect dropdown with components as labels
25
+
- [#3609](https://github.com/plotly/dash/pull/3609) Add backward compat alias for _Wildcard
26
+
- [#3672](https://github.com/plotly/dash/pull/3672) Improve browser performance when app contains a large number of pattern matching callback callbacks. Exposes an api endpoint to fetch the latest computeGraph call.
24
27
25
28
26
29
## [4.0.0] - 2026-02-03
@@ -93,8 +96,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
93
96
94
97
## Added
95
98
96
-
- [#3568]((https://github.com/plotly/dash/pull/3568) Added `children` and `copied_children` props to `dcc.Clipboard` to customize the button contents before and after copying.
97
-
- [#3534]((https://github.com/plotly/dash/pull/3534) Adds `playsInline` prop to `html.Video`. Based on [#2338]((https://github.com/plotly/dash/pull/2338)
99
+
- [#3568](https://github.com/plotly/dash/pull/3568) Added `children` and `copied_children` props to `dcc.Clipboard` to customize the button contents before and after copying.
100
+
- [#3534](https://github.com/plotly/dash/pull/3534) Adds `playsInline` prop to `html.Video`. Based on [#2338](https://github.com/plotly/dash/pull/2338)
98
101
- [#3541](https://github.com/plotly/dash/pull/3541) Add `attributes` dictionary to be be formatted on script/link (_js_dist/_css_dist) tags of the index, allows for `type="module"` or `type="importmap"`. [#3538](https://github.com/plotly/dash/issues/3538)
99
102
- [#3542](https://github.com/plotly/dash/pull/3542) Add hidden=True to dash pages callback.
100
103
- [#3564](https://github.com/plotly/dash/pull/3564) Add new parameter `hide_all_callbacks` to `run()`. Closes [#3493](https://github.com/plotly/dash/issues/3493)
@@ -151,7 +154,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
151
154
# [3.1.1] - 2025-06-29
152
155
153
156
## Fixed
154
-
[#3351](https://github.com/plotly/dash/pull/3351) Fix multi-page app with `suppress_callback_exceptions=True`
157
+
- [#3351](https://github.com/plotly/dash/pull/3351) Fix multi-page app with `suppress_callback_exceptions=True`
0 commit comments