Skip to content

Releases: equinor/webviz-core-components

Version 0.5.0-rc.0

26 May 11:26
598d842
Compare
Choose a tag to compare
Version 0.5.0-rc.0 Pre-release
Pre-release
Use `next` as `npm publish` tag when prerelease (#134)

Version 0.4.1

04 May 18:06
f8e6690
Compare
Choose a tag to compare

Fixed

  • #122 - Fixed bug in WebvizPluginPlaceholder preventing download button from working. Added tests for WebvizPluginPlaceholder.
  • #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

26 Apr 14:50
b66e567
Compare
Choose a tag to compare

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 default modeBarButtonsToRemove in wcc.Graph.

Fixed

  • #114 - Fixed bug in WebvizPluginPlaceholder preventing tooltips from being shown.

Version 0.3.2

09 Apr 13:54
d83e19b
Compare
Choose a tag to compare

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

28 Mar 19:15
dd6dd2f
Compare
Choose a tag to compare

Fixed

  • #105 - Fixed bug when updating Select values from a Dash callback.

Version 0.3.0

26 Mar 20:10
9d08a49
Compare
Choose a tag to compare

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

11 Mar 09:15
3ae58e7
Compare
Choose a tag to compare

Changed

  • #86 - Refactored and converted code to TypeScript (main component files to JSX), adjusted build environment accordingly and added validation of JS/TS to GitHub workflow

Added

  • #87 - Added new SmartNodeSelector component and Jest testing framework

Version 0.1.2

23 Feb 19:22
20ef34e
Compare
Choose a tag to compare
  • #81: Upgraded npm dependencies
  • #82: Refactored file structure

Version 0.1.1

07 Oct 17:06
eb5b569
Compare
Choose a tag to compare
Support scrolled window when taking snapshot (#75)

Version 0.1.0

21 Sep 09:54
eb678d3
Compare
Choose a tag to compare
Allow plugin to specify type of downloaded file (#71)