Releases: equinor/webviz-config
Releases · equinor/webviz-config
Version 0.3.5
Changed
- #502 - Updated to
Dash 2.0
. - #496 - Implemented automatic menu creation from YAML file with new
wcc
Menu component (see equinor/webviz-core-components#154).
Fixed
- #498 - Explicitly use UTC when comparing time zones in the
OAuth
implementation. - #476 - Use Azure SDK Python packages instead of wrapping Azure CLI.
- #521 - Improved performance on deployment workflow for Webviz applications with large data sets. Also allow for empty commits (i.e. redeployment of same application triggering new build).
- #532 - Fixed syntax highlighting of code blocks in markdown.
Added
Version 0.3.5-rc.0
Implemented automatic menu creation from YAML file (#496) * Implemented automatic menu creation from YAML file * Adjusted YAML schema * Added `global font`, replaced logo and improved css layout * Set default font size to `16px` * Adjusted config parser and template to new YAML structure * Added `test_schema` parametrization and test for second basic example
Version 0.3.4
Fixed
- #482 - Reverted the assumption made in #419 that all argument section in init-docstrings are lists of argument descriptions, and separated deprecated plugins and arguments in doc sidebar.
- #489 - Use Docker user on numerical format (in order for Radix/Kubernetes to correctly infer non-root user). Also changed to use new Radix supported blob mount driver.
Version 0.3.4-rc.0
Use React camel case style names (#487)
Version 0.3.3
Version 0.3.3-rc.0
Add code of conduct (#475)
Version 0.3.3-alpha.2
Improve VSCode YAML schema installation documentation (#470)
Version 0.3.3-alpha.1
Changed callable signature type hint to be arbitrary (#472)
Version 0.3.3-alpha.0
Support latest `mypy` release (#468)
Version 0.3.2
Added
- #456 - Extended error message when configuration file is invalid with suggestion to run
webviz docs
. - #426 - Added centralized factoryregistry exposed through
WEBVIZ_FACTORY_REGISTRY
for sharing factories between plugins. - #443 - Added
--logconfig
commandline argument to allow detailed control of logging output in webviz. - #447 - Plugin project dependencies(indirect and direct) are now included in
PLUGIN_PROJECT_METADATA
. This enablesthe generated Docker setup, when portable apps are built, to have the same dependency
versions compared to what the user had installed when creating the portable app. - #445 - Added report feedback button to
WebvizPluginABC
.