Skip to content

Commit a1a9d7f

Browse files
committed
Update changelog for 1970.
1 parent a5eef68 commit a1a9d7f

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
@@ -14,6 +14,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1414
- 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.
1515
- Many other mainly JS dependency upgrades to the internals of Dash renderer and components. These may patch bugs or improve performance.
1616

17+
### Fixed
18+
19+
- [#1970](https://github.com/plotly/dash/pull/1970) dcc.Dropdown Refactor fixes:
20+
- Fix bug [#1868](https://github.com/plotly/dash/issues/1868) value does not update when selected option removed from options.
21+
- Fix bug [#1908](https://github.com/plotly/dash/issues/1908) Selected options not showing when the value contains a comma.
22+
1723
## [2.3.1] - 2022-03-29
1824

1925
### Fixed

0 commit comments

Comments
 (0)