Releases: equinor/webviz-core-components
Releases · equinor/webviz-core-components
Version 0.5.0-rc.0
Use `next` as `npm publish` tag when prerelease (#134)
Version 0.4.1
Fixed
- #122 - Fixed bug in
WebvizPluginPlaceholder
preventing download button from working. Added tests forWebvizPluginPlaceholder
. - #120 - Multiple bug fixes (deletion of currently selected tag not possible; state not dynamically updated; empty or invalid node names no longer allowed; auto resizing not working when initializing tag component) and new tests for these bugs. Also removed unnecessary properties.
Version 0.4.0
Added
- #114 - Added deprecation warning to
WebvizPluginPlaceholder
.
Changed
- #114 - Better alignment of tooltips with icons and pointer cursor when hovering buttons in
WebvizPluginPlaceholder
. - #118 - Remove
toImage
from defaultmodeBarButtonsToRemove
inwcc.Graph
.
Fixed
- #114 - Fixed bug in
WebvizPluginPlaceholder
preventing tooltips from being shown.
Version 0.3.2
Fixed
- #115 - Removed postinstall script in order to not having npm trying to copy package.json when installing as npm package.
- #113 - Fixed LGTM warnings caused by SmartNodeSelector component's defaultProps definitions.
- #107 - Fixed bug in argument modifier method (when input argument is given as positional).
- #107 - Prevent false positives through LGTM/GitHub CodeQL.
Version 0.3.1
Fixed
- #105 - Fixed bug when updating Select values from a Dash callback.
Version 0.3.0
Fixed
- #99 - Fixed bug which prevented using the download button in
WebvizPluginPlaceholder
and started to download when component was mounting.
Added
- #96 - Added publishing of npm package to Github Workflow.
Changed
- #100 - Adjusted build environment in order to be able to write components in TypeScript and to publish to npm. Also changed all components to TypeScript.
Version 0.2.0
Version 0.1.2
Version 0.1.1
Support scrolled window when taking snapshot (#75)
Version 0.1.0
Allow plugin to specify type of downloaded file (#71)