Version 0.2.7
Changed
- #368 - Made Webviz global
settings available to plugin implementations through specialwebviz_settings
argument. This argument is an instance of theWebvizSettings
class and currently
contains both theshared_settings
andtheme
properties.
Deprecated
- #368 - Access to
webviz_settings
as an attribute on the Dash application instance object (currently being passed to the
plugins as the specialapp
argument) has been deprecated.