Added
- #2109 Add
maxHeightto Dropdown options menu. - #2039 Long callback changes:
- Add
background=Falsetodash.callbackto use instead ofapp.long_callback. - Add previous
app.long_callbackarguments todash.callback(interval,running,cancel,progress,progress_default,cache_args_to_ignore,manager)
- Add
- #2110 Add
searchprop todcc.Dropdownoptions, allowing to search the dropdown options with something other than the label or value.
Fixed
- #2126 Fix bug where it was not possible to redirect from root when using pages.
- #2114 Fix bug #1978 where text could not be copied from cells in tables with
cell_selectable=False. - #2102 Fix bug as reported in dash-labs #113 where files starting with
.were not excluded when buildingdash.page_registry. - #2100 Fixes bug where module name in for a custom
not_found_404page is incorrect in thedash.page_registrywhen not using thepagesfolder. - #2098 Accept HTTP code 400 as well as 401 for JWT expiry
- #2097 Fix bug #2095 with TypeScript compiler and
React.FCempty valueDeclaration error & support empty props components. - #2104 Fix bug #2099 with Dropdown clearing search value when a value is selected.
- #2039 Fix bugs in long callbacks:
- #2110 Fix
dcc.Dropdownsearch with component as prop for option label. - #2131 Add encoding to file open calls. Fix bug #2127.
Changed
- #2116 Rename long callbacks to background callbacks
- Deprecated
dash.long_callback.managers.CeleryLongCallbackManager, usedash.CeleryManagerinstead. - Deprecated
dash.long_callback.managers.DiskcacheLongCallbackManager, usedash.DiskcacheManagerinstead. - Deprecated dash constructor argument
long_callback_managerin favor ofbackground_callback_manager.
- Deprecated
Updated
- #2134 Upgrade Plotly.js to v2.13.1 (from v2.12.1) including feature release 2.13.0 and patch release 2.13.1
- Add persistent selections via layout attributes
selections,newselection, andactiveselection, along with an updated UI allowing you to modify a selection you created. - Add unselected line styling to
parcoordstraces. - Add more quartile algorithms to
violintraces. - More flexible axis
automarginbehavior. - And several other enhancements and bug fixes.
- Add persistent selections via layout attributes