Skip to content

Commit 649d0b1

Browse files
committed
Update changelog
1 parent 82d91c2 commit 649d0b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1010
- [#3298](https://github.com/plotly/dash/pull/3298) Fix dev_only resources filtering.
1111
- [#3315](https://github.com/plotly/dash/pull/3315) Fix pages module is package check.
1212
- [#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
1316

1417
## Added
1518
- [#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.
1619
- [#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%
1726

1827
## [3.0.4] - 2025-04-24
1928

0 commit comments

Comments
 (0)