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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
9
9
- [#3669](https://github.com/plotly/dash/pull/3669) Selection for DataTable cleared with custom action settings
10
10
- [#3680](https://github.com/plotly/dash/pull/3680) Added `search_order` prop to `Dropdown` to allow users to preserve original option order during search
11
11
- Added `csrf_token_name` and `csrf_header_name` config options to allow configuring the CSRF cookie and header names. Fixes [#729](https://github.com/plotly/dash/issues/729)
12
-
13
-
## Added
14
12
- [#3523](https://github.com/plotly/dash/pull/3523) Fall back to background callback function names if source cannot be found
13
+
- [#3785](https://github.com/plotly/dash/pull/3785) Fix patch with dcc.Graph figure.
14
+
- [#3785](https://github.com/plotly/dash/pull/3785) Fix dcc.Graph not sending duplicate clicks because it had the same payload by adding a timestamp in the click event object.
15
15
16
16
## Fixed
17
17
- [#3690](https://github.com/plotly/dash/pull/3690) Fixes Input when min or max is set to None
0 commit comments