Skip to content

Commit 0b77015

Browse files
committed
Update changelog
1 parent bcf9b10 commit 0b77015

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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
6+
7+
## Changed
8+
9+
- Dropdown API changes
10+
* 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
11+
* new `localizations` prop to customize strings used within the component
12+
* default value for closeOnSelect is now `True` for single-select dropdowns and `False` for multi-select
13+
14+
- Slider API changes
15+
* default value of `step` is now only set to `1` if the `min` and `max` props are both integers. Otherwise, it will be dynamically computed according to the available space for the slider
16+
517
## [4.0.0rc1] - 2025-09-22
618

719
## Added

0 commit comments

Comments
 (0)