v24.1.0-rc.4
Pre-release
Pre-release
·
716 commits
to develop
since this release
NPM package: https://www.npmjs.com/package/@eccenca/gui-elements/v/24.1.0-rc.4
Storybook:
Added
<ContentGroup />component- Manage display of a grouped content section.
- Add info, actions and context annotations by using its properties.
- Can be nested into each other.
<CodeEditor />- implemented support for linting which is enabled via
useLintingprop turtleandjavascriptare currently supported languages for linting- editor is focused on load if
autoFocusprop is set totrue - implemented support for
disabledstate in code editor - implemented support for
intentstates in code editor
- implemented support for linting which is enabled via
<Label />additionalElementsproperty to display elements at the end of the labelinlineproperty to display the label component as inline block
<NodeContent />resizeDirectionsto specifiy the axis that can be used to resize the noderesizeMaxDimensionsto add maximum values for resizing height/width
<CardActions />noWrapproperty to display them without wrapping its children on multiple lines
<SimpleDialog />actionsPropsproperty to forwardCardActionsproperties, e.g.noWrap
<MenutItem />tooltipproperty to dislay tooltip on menu item label
<NodeContent />resizeDirectionsto specifiy the axis that can be used to resize the noderesizeMaxDimensionsto add maximum values for resizing height/width
- New icons:
- "item-magic-edit": icon for "magic" edit suggestions
- "artefact-task-concatenatetofile": icon for "Concatenate to file" operator
Fixed
<CodeAutocompleteField />:- Code editor resets to initial value on every code editor instance re-init
<OverviewItemActions />hiddenInteractionsstay visible if they contain focused elements or opened overlays (e.g. context menus)
<TagList />- do not create empty list items
Changed
<ReactFlow />- property color for
graphconfiguration was adjusted
- property color for
<Switch />- use always
<Label/>component forlabelvalue
- use always
<StickyNoteNode />- Refactored data structure position and dimension (breaking change)