Skip to content

v24.1.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Feb 12:36
· 821 commits to develop since this release

NPM package: https://www.npmjs.com/package/@eccenca/gui-elements/v/24.1.0-rc.2
Storybook:

Added

  • CntentGroup 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 useLinting prop
    • turtle and javascript are currently supported languages for linting
    • editor is focused on load if autoFocus prop is set to true
    • implemented support for disabled state in code editor
    • implemented support for intent states in code editor