Skip to content

Releases: equinor/webviz-core-components

Version 0.5.6-rc.1

25 Feb 10:48
8db7ed2
Compare
Choose a tag to compare
Version 0.5.6-rc.1 Pre-release
Pre-release
Added `backdrop` prop to `Dialog` (#210)

* Added `backdrop` prop to `Dialog`.

Version 0.5.6-rc.0

24 Feb 21:16
20a0694
Compare
Choose a tag to compare
Version 0.5.6-rc.0 Pre-release
Pre-release
Adjusted z-index for suggestions of `SmartNodeSelector` to hard-coded…

Version 0.5.6-alpha.0

16 Feb 13:00
47de22b
Compare
Choose a tag to compare
Version 0.5.6-alpha.0 Pre-release
Pre-release
Implemented wrapper around `MaterialUI's` draggable dialog (#201)

* Added new dialog component.
* Removed version number from `package.json`.

Version 0.5.5

09 Feb 10:10
3b0f6e7
Compare
Choose a tag to compare

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

20 Jan 20:32
d5f0d1a
Compare
Choose a tag to compare
Version 0.5.5-rc.0 Pre-release
Pre-release
Update `eds` packages (#197)

Version 0.5.4

09 Dec 12:18
0f9ba7c
Compare
Choose a tag to compare

Fixed

  • #178 - Bug fixes in SmartNodeSelector: Placeholder not applied, text width not calculated correctly initially, jump to next node when pressing Enter, bug fixes and improvements when navigating with arrows. Node names containing - were breaking the code.
  • #191 - Removed pointer cursor from webviz-selectors class.

Added

  • #178 - Implemented case-insensitive and description search in SmartNodeSelector. Also added export of data types and implemented OR 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

25 Nov 14:20
6e7eb48
Compare
Choose a tag to compare
Version 0.5.4-rc.0 Pre-release
Pre-release
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

18 Nov 15:58
6e7eb48
Compare
Choose a tag to compare
Version 0.5.4-alpha.0 Pre-release
Pre-release
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

08 Nov 09:07
15cfc75
Compare
Choose a tag to compare

Changed

  • #181 - SmartNodeSelector suggestions window is now attached at top level of DOM tree. This improves usability when used in a scroll area.

Fixed

  • #177 - Bug fix: Menu missing if using non-existent icon.

Added

  • #182 - Added option to wrap SelectWithLabel in a Details collapsible widget.
  • #174 - Implemented initiallyCollapsed setting for menu.

Version 0.5.3-rc.0

24 Oct 10:52
d83f848
Compare
Choose a tag to compare
Version 0.5.3-rc.0 Pre-release
Pre-release
Add collapsible option to `SelectWithLabel` (#182)