v4.0.0rc2
Pre-release
Pre-release
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
labelsprop to customize strings used within the component - default value for closeOnSelect is now
Truefor single-select dropdowns andFalsefor multi-select
-
Slider API changes
- default value of
stepis now only set to1if theminandmaxprops are both integers. Otherwise, it will be dynamically computed according to the available space for the slider
- default value of