Skip to content

Version 0.2.7

Compare
Choose a tag to compare
@sigurdp sigurdp released this 15 Jan 08:01
· 156 commits to master since this release
9b2aa79

Changed

  • #368 - Made Webviz global
    settings available to plugin implementations through special webviz_settings
    argument. This argument is an instance of the WebvizSettings class and currently
    contains both the shared_settings and theme properties.

Deprecated

  • #368 - Access to webviz_settings
    as an attribute on the Dash application instance object (currently being passed to the
    plugins as the special app argument) has been deprecated.