Releases: equinor/webviz-core-components
Releases · equinor/webviz-core-components
Version 0.6.0-alpha.4
Created labeled container (#241)
- html.Div with label and html.Div as children
Version 0.6.0-alpha.3
Removed usage of `withStyles` in `Dialog` component (#236) * Fixed pointer events issue.
Version 0.6.0-alpha.2
Bug fix: jumping view carousel icon and non-centered selection popup …
Version 0.6.0-alpha.1
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
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
Changed
- #212 - Changed
tab
behaviour inSmartNodeSelector
. When pressingtab
on the last tag orshift+tab
on the first one, the default behaviour is no longer prevented.
Version 0.5.7-rc.0
Default behaviour no longer prevented when using `tab` on first/last …
Version 0.5.6
Added
- #202 - Adjusted
z-index
of suggestions ofSmartNodeSelector
to a hard-coded value of1500
. - #201 - Implemented wrapper around
MaterialUI's
draggable dialog. Makes a newDialog
component available inDash
. - #210 - Added
backdrop
property toDialog
. This allows to disable the backdrop behind a dialog and makes all other elements remain clickable.
Version 0.5.6-rc.1
Added `backdrop` prop to `Dialog` (#210) * Added `backdrop` prop to `Dialog`.
Version 0.5.6-rc.0
Adjusted z-index for suggestions of `SmartNodeSelector` to hard-coded…