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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
clientside JavaScript callbacks via inline strings.
9
9
-[#1020](https://github.com/plotly/dash/pull/1020) Allow `visit_and_snapshot` API in `dash.testing.browser` to stay on the page so you can run other checks.
10
10
11
+
### Changed
12
+
-[#1026](https://github.com/plotly/dash/pull/1026) Better error message when you forget to wrap multiple `children` in an array, and they get passed to other props.
13
+
11
14
### Fixed
12
15
-[#1018](https://github.com/plotly/dash/pull/1006) Fix the `dash.testing`**stop** API with process application runner in Python2. Use `kill()` instead of `communicate()` to avoid hanging.
0 commit comments