Added
- 3468 Modernize dcc.TextArea & dcc.Tooltip
- 3467 Modernize dcc.Loading
- 3453 Modernize dcc.Checklist & dcc.RadioItems
Changed
-
Various tweaks and bugfixes to issues reported in
4.0.0rc1
-
Dropdown API changes
- 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
- new
labels
prop to customize strings used within the component - default value for closeOnSelect is now
True
for single-select dropdowns andFalse
for multi-select
-
Slider API changes
- default value of
step
is now only set to1
if themin
andmax
props are both integers. Otherwise, it will be dynamically computed according to the available space for the slider
- default value of