Releases: equinor/webviz-core-components
Releases · equinor/webviz-core-components
Version 0.5.6-alpha.0
Implemented wrapper around `MaterialUI's` draggable dialog (#201) * Added new dialog component. * Removed version number from `package.json`.
Version 0.5.5
Changed
- #197 - Updated
@equinor/eds-icons
(and associated@equinor/eds-core-react
dependencies) in order to use new icons upstream in the application menu.
Version 0.5.5-rc.0
Update `eds` packages (#197)
Version 0.5.4
Fixed
- #178 - Bug fixes in
SmartNodeSelector
: Placeholder not applied, text width not calculated correctly initially, jump to next node when pressingEnter
, bug fixes and improvements when navigating with arrows. Node names containing-
were breaking the code. - #191 - Removed
pointer
cursor fromwebviz-selectors
class.
Added
- #178 - Implemented case-insensitive and description search in
SmartNodeSelector
. Also added export of data types and implementedOR
operator in nodes as beta feature. Implemented better visual feedback, tab and end/home navigation. Implemented visual feedback and possibility to show all suggestions.
Version 0.5.4-rc.0
Several bug fixes and improvements of `SmartNodeSelector` (#178) * Several bug fixes and improvements of `SmartNodeSelector` - Feature: OR operator in nodes - Bug fix: Placeholder not applied - Bug fix: Text width not calculated correctly initially - Feature: Case-insensitive search and apply (optional feature) - Feature: Export of data types - Feature: Search on descriptions - Bug fix: Clicking enter while node editing not finished jumped to next node (if available) - Improved and bug fixed: Arrow navigation within node input field - Bug fix: Remaining `Add new tag...` placeholder when completely removing text from tag - Refactoring: Improved readability and structure of key event handling - Implemented `Tab`, `Home` and `End` button actions - When selecting tags, it is now possible to select the next empty tag with arrows - `headShaking` effect on invalid input - Bug fix: Suggestions window not shown correctly when scrolling - Bug fix: Crash when switching between tabs in Webviz plugin - Feature: Ctrl+Space opens all suggestions - Bug fix: "-" was not allowed in node names - Bug fixes: `Delete` button and `ArrowRight` behaviour (when selected)
Version 0.5.4-alpha.0
Several bug fixes and improvements of `SmartNodeSelector` (#178) * Several bug fixes and improvements of `SmartNodeSelector` - Feature: OR operator in nodes - Bug fix: Placeholder not applied - Bug fix: Text width not calculated correctly initially - Feature: Case-insensitive search and apply (optional feature) - Feature: Export of data types - Feature: Search on descriptions - Bug fix: Clicking enter while node editing not finished jumped to next node (if available) - Improved and bug fixed: Arrow navigation within node input field - Bug fix: Remaining `Add new tag...` placeholder when completely removing text from tag - Refactoring: Improved readability and structure of key event handling - Implemented `Tab`, `Home` and `End` button actions - When selecting tags, it is now possible to select the next empty tag with arrows - `headShaking` effect on invalid input - Bug fix: Suggestions window not shown correctly when scrolling - Bug fix: Crash when switching between tabs in Webviz plugin - Feature: Ctrl+Space opens all suggestions - Bug fix: "-" was not allowed in node names - Bug fixes: `Delete` button and `ArrowRight` behaviour (when selected)
Version 0.5.3
Version 0.5.3-rc.0
Add collapsible option to `SelectWithLabel` (#182)
Version 0.5.2
Changed
Fixed
- #157 - Added utf8 encoding to Python's
open()
calls. - #158 - Fixed error messages when contact person details not provided to
WebvizPluginPlaceholder
. - #159 - Call
revokeObjectURL
after usingcreateObjectURL
inWebvizPluginPlaceholder
. - #160 - Bug fix:
Select
propertyvalue
does not return correct type. - #172 - Bug fix: No margin between plugins.
Added
- #154 - Implemented new menu component.
Version 0.5.2-rc.2
Aligned text over multiple lines and improved auto-size. (#173) * Aligned text over multiple lines and improved auto-size. * Improved spacing in menu and changed color of section icon * Better alignment of elements in menu when some have an icon while others do not. * Implemented max and min width for menu.