Releases: equinor/webviz-core-components
Releases · equinor/webviz-core-components
Version 0.8.2
Version 0.8.1
Version 0.8.0
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
npmalways-authby @anders-kiaer in #300
New Contributors
Full Changelog: 0.6.2...0.7.0
Version 0.6.2
What's Changed
- Adjusted
propTypesofScrollAreacomponent. 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 12deprecation warnings in CI by @anders-kiaer in #280 - Update CHANGELOG.md by @anders-kiaer in #284
- Do not use pre-releases of
blackby @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 -
Overlaywas hiding menu due to conflicting z-index properties. AddedzIndexprop toOverlaycomponent 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
withStylesinDialogComponentin order to avoid class name conflicts withwebviz-subsurface-componentscaused byMaterialUI/jss.
Added
- #207 - Added
storybookand stories for each component. Added publishment ofstorybookto GitHub workflow. Addedstorybooklink to README. - #219 - Implemented components required by the new Webviz Layout Framework (WLF)
- #227 - Added
EdsIconcomponent 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
idinWebvizSettingsGroupandkeyinWebvizViewList(for view groups).
Changed
- #219 - Pinned
dashversion to2.4.x, added more info output to GitHub workflow, switched to React version16.14.0in order to comply with non-maintainedreact-colorscalesrequirements, implemented adjustments toOverlayandScrollArea - #240 - Settings groups remain open when others are toggled (independent toggle state).
- #252 - Refactored
Menucomponent in order to make it work seamlessly withdcc.Locationanddcc.Link. - #257 - Added debounce time for
Selectcomponent 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
ScrollAreacomponent 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