@Marc-Andre wrote:
Dash v1.11.0 is a minor release introducing the new
Pattern-Matching Callbacksfeature and providing multiple bug fixes improving the performance, robustness and behavior of Dash callbacks.Official Changelog
Dash v1.11.0Highlights
- New Pattern-Matching Callbacks feature that allows you to write callbacks that respond to or update an arbitrary or dynamic number of components (PR #1103)
- Multiple bug fixes for callbacks, including bug, bug, bug, bug, bug, and a bug where async components that aren’t rendered by the page (for example in a background Tab) would block the app from executing callbacks
dcc.Loadingcomponent bug fix where components, mainly graphs withuirevision, would behave incorrectly after multiple updates. (PR#740 )- Update
dcc.Loadingso that components are hidden instead of removed during loading state. Besides fixing the bug with howdcc.Graph&uirevisionwould behave, it also ensures that the height of the component does not shrink or collapse when it goes into a loading state.Previous Releases
Dash v1.10.0
Dash v1.9.0
Dash v1.8.0Documentation Updates
New Pattern-Matching Callbacks Documentation now available!
Posts: 4
Participants: 3