Skip to content

Releases: equinor/webviz-core-components

Version 0.7.0

01 Feb 07:55
f08d7ad
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @hkfb made their first contribution in #293

Full Changelog: 0.6.2...0.7.0

Version 0.6.2

19 Jan 13:01
1254599
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.6.2

Version 0.6.2-rc.0

11 Dec 21:43
f7072c8
Compare
Choose a tag to compare
Version 0.6.2-rc.0 Pre-release
Pre-release
Update workflow to remove `node 12` deprecation warnings in CI (#280)

Version 0.6.1

10 Oct 15:58
a1f1daa
Compare
Choose a tag to compare

Fixed

  • #270 - Fixed bug in Select component not allowing value to be 0.
  • #271 - Invalid states for active plugin and view are now replaced with the first plugin of the current page and its first view.

Version 0.6.1-rc.0

04 Oct 19:54
b204e84
Compare
Choose a tag to compare
Version 0.6.1-rc.0 Pre-release
Pre-release
Fixed bug in `Select` component not allowing `value == 0` (#270)

* Fixed bug in `Select` component not allowing `value == 0`
Co-authored-by: jorgenherje <[email protected]>

Version 0.6.0

03 Oct 11:21
9f34083
Compare
Choose a tag to compare

Fixed

  • #220 - Overlay was hiding menu due to conflicting z-index properties. Added zIndex prop to Overlay component and adjusted consumers.
  • #233 - Settings drawer not collapsing (not collapsable) if no settings group given.
  • #234 - Adjusted message window width in Webviz tour component according to remaining view width.
  • #236 - Removed usage of withStyles in DialogComponent in order to avoid class name conflicts with webviz-subsurface-components caused by MaterialUI/jss.

Added

  • #207 - Added storybook and stories for each component. Added publishment of storybook to GitHub workflow. Added storybook link to README.
  • #219 - Implemented components required by the new Webviz Layout Framework (WLF)
  • #227 - Added EdsIcon component in order to use icons from the Equinor Design System (EDS) directly in Python.
  • #240 - States of menu, active view, settings drawer and settings groups are getting stored now. If no URL path is given, the one of the first page is opened now.
  • #248 - Added missing id in WebvizSettingsGroup and key in WebvizViewList (for view groups).

Changed

  • #219 - Pinned dash version to 2.4.x, added more info output to GitHub workflow, switched to React version 16.14.0 in order to comply with non-maintained react-colorscales requirements, implemented adjustments to Overlay and ScrollArea
  • #240 - Settings groups remain open when others are toggled (independent toggle state).
  • #252 - Refactored Menu component in order to make it work seamlessly with dcc.Location and dcc.Link.
  • #257 - Added debounce time for Select component to prevent firing selected values immediately. The selected values will be updated after configured amount of milliseconds after last interaction. Reduces number of callback triggers in Dash.
  • #265 - Refactored ScrollArea component in order to improve scrolling experience.

Version 0.6.0-rc.0

29 Sep 12:00
223d6c6
Compare
Choose a tag to compare
Version 0.6.0-rc.0 Pre-release
Pre-release
Changed background color of sliders (#268)

* Made background color of slider rail slightly darker to improve visibility

Version 0.6.0-alpha.7

07 Sep 14:02
44b73fc
Compare
Choose a tag to compare
Version 0.6.0-alpha.7 Pre-release
Pre-release

Reverted PR #243.

Version 0.6.0-alpha.6

07 Sep 12:08
292af0a
Compare
Choose a tag to compare
Version 0.6.0-alpha.6 Pre-release
Pre-release

Removing code which does not work with tests in webviz-config.

Version 0.6.0-alpha.5

06 Sep 11:56
49dfd5e
Compare
Choose a tag to compare
Version 0.6.0-alpha.5 Pre-release
Pre-release
Added missing `id` and `key` props (#248)

* Added missing ID and key props.