Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

:mega: Dash v1.11.0 Release - Introducing Pattern-Matching Callbacks

$
0
0

@Marc-Andre wrote:

Dash v1.11.0 is a minor release introducing the new Pattern-Matching Callbacks feature and providing multiple bug fixes improving the performance, robustness and behavior of Dash callbacks.

Official Changelog
Dash v1.11.0

Highlights

  • 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.Loading component bug fix where components, mainly graphs with uirevision, would behave incorrectly after multiple updates. (PR#740 )
  • Update dcc.Loading so that components are hidden instead of removed during loading state. Besides fixing the bug with how dcc.Graph & uirevision would 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.0

Documentation Updates
New Pattern-Matching Callbacks Documentation now available!

Posts: 4

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles