Skip to content

Releases: equinor/webviz-core-components

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)

Version 0.5.2

08 Oct 11:06
a6ce00f
Compare
Choose a tag to compare

Changed

  • #161 - Updated to Dash 2.0.
  • #173 - Improved menu layout and auto-width.

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 using createObjectURL in WebvizPluginPlaceholder.
  • #160 - Bug fix: Select property value does not return correct type.
  • #172 - Bug fix: No margin between plugins.

Added

  • #154 - Implemented new menu component.

Version 0.5.2-rc.2

07 Oct 12:51
c67f634
Compare
Choose a tag to compare
Version 0.5.2-rc.2 Pre-release
Pre-release
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.