Added
- #3395 Add position argument to hooks.devtool
- #3403 Add app_context to get_app, allowing to get the current app in routes.
- #3407 Add
hidden
to callback arguments, hiding the callback from appearing in the devtool callback graph. - #3424 Adds support for
Patch
on clientside callbacks classdash_clientside.Patch
, as well as supporting side updates, eg: (Running, SetProps). - #3347 Added 'api_endpoint' to
callback
to expose api endpoints at the provided path for use to be executed directly without dash.
Fixed
- #3395 Fix Components added through set_props() cannot trigger related callback functions. Fix #3316
- #3397 Add optional callbacks, suppressing callback warning for missing component ids for a single callback.
- #3415 Fix the error triggered when only a single no_update is returned for client-side callback functions with multiple Outputs. Fix #3366
- #3416 Fix DeprecationWarning in dash/_jupyter.py by migrating from deprecated ipykernel.comm.Comm to comm module