Fixed
- #2987 Fix multioutput requiring same number of no_update. Fixes #2986
- 2988 Fix error handler and grouped outputs. Fixes #2983
- #2841 Fix typing on Dash init.
- #1548 Enable changing of selenium url, fix for selenium grid support.
Deprecated
- #2985 Deprecate dynamic component loader.
- #2985 Deprecate
run_server
, userun
instead. - #2899 Deprecate
dcc.LogoutButton
, can be replaced with ahtml.Button
orhtml.A
. eg:html.A(href=os.getenv('DASH_LOGOUT_URL'))
on a Dash Enterprise instance. - #2995 Deprecate
Dash.__init__
keywords:- The
plugins
keyword will be removed. - Old
long_callback_manager
keyword will be removed, can usebackground_callback_manager
instead.
- The