Skip to content

Releases: equinor/webviz-core-components

Version 0.6.0-alpha.4

22 Aug 07:14
015c4b6
Compare
Choose a tag to compare
Version 0.6.0-alpha.4 Pre-release
Pre-release

Created labeled container (#241)

  • html.Div with label and html.Div as children

Version 0.6.0-alpha.3

15 Aug 07:53
adbe93f
Compare
Choose a tag to compare
Version 0.6.0-alpha.3 Pre-release
Pre-release
Removed usage of `withStyles` in `Dialog` component (#236)

* Fixed pointer events issue.

Version 0.6.0-alpha.2

09 Aug 08:45
3dda6e0
Compare
Choose a tag to compare
Version 0.6.0-alpha.2 Pre-release
Pre-release
Bug fix: jumping view carousel icon and non-centered selection popup …

Version 0.6.0-alpha.1

08 Jul 08:23
66896e9
Compare
Choose a tag to compare
Version 0.6.0-alpha.1 Pre-release
Pre-release
Bug fix: `Overlay` hiding menu, conflicting `z-index` properties (#220)

* Bug fix: `Overlay` hiding menu, conflicting `z-index` properties
Added `zIndex` prop to `Overlay`

Version 0.6.0-alpha.0

16 Jun 12:17
221181b
Compare
Choose a tag to compare
Version 0.6.0-alpha.0 Pre-release
Pre-release
Introducing Webviz Layout Framework (WLF) (#219)

* Implemented view selector and view selection menu, store
* Implemented settings, plugins and view elements
* Changed background color of body
* Implemented full screen
* Adjusted to be usable with Dash backend
* Adjusted button style and fixed app demo
* Added screenshot function, added active plugin reference to store
* Add click actions for Plugin and ViewElements
* Added layout (row/column) implementations
* Added backdrop component
* Implemented new tour
* Adjustments to `Overlay` and `ScrollArea`
* Added `uuid` types declaration package
* Added `Node` and `npm` version output to GitHub workflow.
* Adjustments to `package-lock.json`
* Pinned `dash` version to `2.4.x` in GitHub workflow
* Adjusted package versions for compatibility (React related)
* Added Python wrapper around `WebvizPluginPlaceholder` for deprecation

Co-authored-by: Jørgen Herje <[email protected]>

Version 0.5.7

05 May 18:12
53eedb4
Compare
Choose a tag to compare

Changed

  • #212 - Changed tab behaviour in SmartNodeSelector. When pressing tab on the last tag or shift+tab on the first one, the default behaviour is no longer prevented.

Version 0.5.7-rc.0

24 Apr 19:04
e85418a
Compare
Choose a tag to compare
Version 0.5.7-rc.0 Pre-release
Pre-release
Default behaviour no longer prevented when using `tab` on first/last …

Version 0.5.6

14 Mar 11:19
68e9506
Compare
Choose a tag to compare

Added

  • #202 - Adjusted z-index of suggestions of SmartNodeSelector to a hard-coded value of 1500.
  • #201 - Implemented wrapper around MaterialUI's draggable dialog. Makes a new Dialog component available in Dash.
  • #210 - Added backdrop property to Dialog. This allows to disable the backdrop behind a dialog and makes all other elements remain clickable.

Version 0.5.6-rc.1

25 Feb 10:48
8db7ed2
Compare
Choose a tag to compare
Version 0.5.6-rc.1 Pre-release
Pre-release
Added `backdrop` prop to `Dialog` (#210)

* Added `backdrop` prop to `Dialog`.

Version 0.5.6-rc.0

24 Feb 21:16
20a0694
Compare
Choose a tag to compare
Version 0.5.6-rc.0 Pre-release
Pre-release
Adjusted z-index for suggestions of `SmartNodeSelector` to hard-coded…