v24.4.0
·
462 commits
to develop
since this release
- NPM package: https://www.npmjs.com/package/@eccenca/gui-elements/v/24.4.0
- Storybook: https://62150dbccb2d77003a2a5093-kepujteqiu.chromatic.com/
Added
<ExtendedCodeEditor />heightandreadOnlyproperties to forward them to<CodeEditor/>
<CodeAutocompleteField />:outerDivAttributesproperty: allows to set parameter of the container elementheightandreadOnlyproperties to forward them to<ExtendedCodeEditor/>
<ActivityControlWidget />additionalActionsproperty to include other more complex components between the action buttons and the context menu of the widget
<Tooltip />swapPlaceholderDelayproperty to allow configuration of the delay time before the placeholder element is replaced by the actual tooltip component
Fixed
<CodeEditor />- Editor is re-created after certain property changes and is reset, i.e. loses it current state.
- Enter key handling (adding new line) was broken when
onKeyDownis defined.
<CodeAutocompleteField />- First auto-completion item not marked as active when drop down first shown.
- Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
Changed
<NodeContent />- prevent start of a react flow drag action of a node when user clicks in the node menu section
Deprecated
<CodeEditor />onChangeproperty: support for(v: any) => voidtype will be exchanged to more specific(v: string) => void