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
- [#3315](https://github.com/plotly/dash/pull/3315) Fix pages module is package check.
12
12
- [#3319](https://github.com/plotly/dash/pull/3319) Fix issue where `ExternalWrapper` would remove props from the parent component, now there is a `temp` that is passed to check if it should be removed on unmount.
13
+
- [#3108](https://github.com/plotly/dash/pull/3108) Fix layout as list for pages.
14
+
- [#1906](https://github.com/plotly/dash/pull/1906) Make graph height more responsive.
15
+
- [#2927](https://github.com/plotly/dash/pull/2927) Fix unexpected behaviour of the cursor in dcc.Input
13
16
14
17
## Added
15
18
- [#3294](https://github.com/plotly/dash/pull/3294) Added the ability to pass `allow_optional` to Input and State to allow callbacks to work even if these components are not in the dash layout.
16
19
- [#3077](https://github.com/plotly/dash/pull/3077) Add new parameter `assets_path_ignore` to `dash.Dash()`. Closes [#3076](https://github.com/plotly/dash/issues/3076)
20
+
- [#3202](https://github.com/plotly/dash/pull/3202) expose the closeMenuOnSelect option in dropdown component
21
+
22
+
## Changed
23
+
24
+
- [#3303](https://github.com/plotly/dash/pull/3303) Improve flatten_grouping performance (callback with dictionary output/input)
25
+
- [#3304](https://github.com/plotly/dash/pull/3304) Speed up function _operation by 80%
0 commit comments