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
- [X] I have broken down my PR scope into the following TODO tasks
14
+
- [X] Add cycle breaker to CallbackGraphEffects updateSelectedNode
15
+
- [ ] I have run the tests locally and they passed. (refer to testing section in [contributing](https://github.com/plotly/dash/blob/master/CONTRIBUTING.md))
16
+
- [ ] I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR
17
+
18
+
### optionals
19
+
20
+
- [X] I have added entry in the `CHANGELOG.md`
21
+
- [ ] If this PR needs a follow-up in **dash docs**, **community thread**, I have mentioned the relevant URLS as follows
22
+
- [ ] this GitHub [#PR number]() updates the dash docs
23
+
- [ ] here is the show and tell thread in Plotly Dash community
24
+
25
+
5
26
## [UNRELEASED]
6
27
7
28
## Added
@@ -16,6 +37,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- [#3490](https://github.com/plotly/dash/pull/3490) Fix stack overflow when circular callbacks are displayed on the devtool callback
19
41
- [#3395](https://github.com/plotly/dash/pull/3395) Fix Components added through set_props() cannot trigger related callback functions. Fix [#3316](https://github.com/plotly/dash/issues/3316)
20
42
- [#3415](https://github.com/plotly/dash/pull/3415) Fix the error triggered when only a single no_update is returned for client-side callback functions with multiple Outputs. Fix [#3366](https://github.com/plotly/dash/issues/3366)
21
43
- [#3416](https://github.com/plotly/dash/issues/3416) Fix DeprecationWarning in dash/_jupyter.py by migrating from deprecated ipykernel.comm.Comm to comm module
0 commit comments