Skip to content

v24.1.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Feb 11:03
· 837 commits to develop since this release
d9ee13a

NPM package: https://www.npmjs.com/package/@eccenca/gui-elements/v/24.1.0-rc.1
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

Fixed

  • MultiSelect:
    • Old suggestions might be shown for a very short time when typing in a new search query.

Changed

  • eslint libraries were upgraded to v9, so node v18.18 or higher is required