Fixed
Changed
- #2635 Get proper app module name, remove need to give
__name__
to Dash constructor.
Added
- #2647
routing_callback_inputs
allowing to pass more Input and/or State arguments to the pages routing callback - #2649 Add
_allow_dynamic_callbacks
, register new callbacks inside other callbacks.
WARNING: dynamic callback creation can be dangerous, use at you own risk. It is not intended for use in a production app, multi-user or multiprocess use as it only works for a single user.