You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
#2634 Fix deprecation warning on pkg_resources, fix #2631
Changed
#2635 Get proper app module name, remove need to give __name__ to Dash constructor.
Added
#2647routing_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.