Skip to content

Commit b5c4430

Browse files
committed
add changelog notes
1 parent 8bf816c commit b5c4430

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5-
## UNRELEASED
5+
## [4.0.0rc2] - 2025-10-10
6+
7+
## Added
8+
- [3468](https://github.com/plotly/dash/pull/3468) Modernize dcc.TextArea & dcc.Tooltip
9+
- [3467](https://github.com/plotly/dash/pull/3467) Modernize dcc.Loading
10+
- [3453](https://github.com/plotly/dash/pull/3453) Modernize dcc.Checklist & dcc.RadioItems
611

712
## Changed
813

14+
- Various tweaks and bugfixes to issues reported in `4.0.0rc1`
15+
916
- Dropdown API changes
1017
* default value of optionHeight is now 'auto' which supports text wrapping of lengthy text on small screens; you can still specify a numeric pixel height if desired
1118
* new `labels` prop to customize strings used within the component

0 commit comments

Comments
 (0)