Releases: equinor/webviz-core-components
Releases · equinor/webviz-core-components
Version 0.7.0
What's Changed
- Bump dependencies by @hkfb in #293
- Support Python 3.11 and 3.12 by @anders-kiaer in #299
- Add SECURITY.md by @HansKallekleiv in #298
- Remove deprecated
npm
always-auth
by @anders-kiaer in #300
New Contributors
Full Changelog: 0.6.2...0.7.0
Version 0.6.2
What's Changed
- Adjusted
propTypes
ofScrollArea
component. by @rubenthoms in #273 - New Dialog Component by @jorgenherje in #275
- Bump loader-utils and styled-jsx in /react by @dependabot in #278
- Bump nth-check and css-minimizer-webpack-plugin in /react by @dependabot in #255
- Bump node-forge and webpack-dev-server in /react by @dependabot in #256
- Enforce engine versions and avoid install scripts by @anders-kiaer in #218
- Update workflow to remove
node 12
deprecation warnings in CI by @anders-kiaer in #280 - Update CHANGELOG.md by @anders-kiaer in #284
- Do not use pre-releases of
black
by @anders-kiaer in #286
Full Changelog: 0.6.1...0.6.2
Version 0.6.2-rc.0
Update workflow to remove `node 12` deprecation warnings in CI (#280)
Version 0.6.1
Version 0.6.1-rc.0
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
Fixed
- #220 -
Overlay
was hiding menu due to conflicting z-index properties. AddedzIndex
prop toOverlay
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
inDialogComponent
in order to avoid class name conflicts withwebviz-subsurface-components
caused byMaterialUI
/jss
.
Added
- #207 - Added
storybook
and stories for each component. Added publishment ofstorybook
to GitHub workflow. Addedstorybook
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
inWebvizSettingsGroup
andkey
inWebvizViewList
(for view groups).
Changed
- #219 - Pinned
dash
version to2.4.x
, added more info output to GitHub workflow, switched to React version16.14.0
in order to comply with non-maintainedreact-colorscales
requirements, implemented adjustments toOverlay
andScrollArea
- #240 - Settings groups remain open when others are toggled (independent toggle state).
- #252 - Refactored
Menu
component in order to make it work seamlessly withdcc.Location
anddcc.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
Changed background color of sliders (#268) * Made background color of slider rail slightly darker to improve visibility
Version 0.6.0-alpha.7
Reverted PR #243.
Version 0.6.0-alpha.6
Removing code which does not work with tests in webviz-config
.
Version 0.6.0-alpha.5
Added missing `id` and `key` props (#248) * Added missing ID and key props.