Releases: equinor/webviz-config
Releases · equinor/webviz-config
Version 0.3.6
Added
- #528 - Implemented
initiallyCollapsed
setting for groups in menu.
Version 0.3.6-rc.0
Shorten AD secret lifetime (#541)
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)