Skip to content

Commit 8cc4eac

Browse files
committed
Update changelog for 1970.
1 parent 7eaa9be commit 8cc4eac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2020
- Upgrade `black` to v22.3.0 for Python 3.7+ - if you use `dash[ci]` and you call `black`, this may alter your code formatting slightly, including more consistently breaking Python 2 compatibility.
2121
- Many other mainly JS dependency upgrades to the internals of Dash renderer and components. These may patch bugs or improve performance.
2222

23+
### Fixed
24+
25+
- [#1970](https://github.com/plotly/dash/pull/1970) dcc.Dropdown Refactor fixes:
26+
- Fix bug [#1868](https://github.com/plotly/dash/issues/1868) value does not update when selected option removed from options.
27+
- Fix bug [#1908](https://github.com/plotly/dash/issues/1908) Selected options not showing when the value contains a comma.
28+
2329
## [2.3.1] - 2022-03-29
2430

2531
### Fixed

0 commit comments

Comments
 (0)