Added
- Modernized
dcc.Tabs - Modernized
dcc.DatePickerSingleanddcc.DatePickerRange - DatePicker calendars can now accept translations as an external script, either with Dash's
external_scriptsor from the assets folder. See documentation for the underlying library that supports this.
Changed
dcc.Tabnow accepts awidthprop which can be a pixel or percentage width for an individual tab.dcc.Tabcan accept other Dash Components for its label, in addition to a simple string.