Skip to content

Releases: plotly/dash-labs

v0.1.0

16 Apr 11:38
Compare
Choose a tag to compare

0.1.0

This is the initial release of dash-labs which includes:

  • The dash_labs.plugins.FlexibleCallbacks plugin which enables advanced @app.callback functionality like property grouping and the ability to provide components in place of component ids.
  • A new template system that aims to make it easier to quickly create a variety of simple, nice looking, Dash apps with less code.
  • A new component plugin system that makes it possible to bundle components and callback functionality into composable classes. Several demonstration component plugins are included as well.