@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88
99### Added
1010
11- - ` CntentGroup ` component
11+ - ` <ContentGroup /> ` component
1212 - Manage display of a grouped content section.
1313 - Add info, actions and context annotations by using its properties.
1414 - Can be nested into each other.
@@ -18,19 +18,30 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1818 - editor is focused on load if ` autoFocus ` prop is set to ` true `
1919 - implemented support for ` disabled ` state in code editor
2020 - implemented support for ` intent ` states in code editor
21- - ` Label ` component
21+ - ` < Label /> `
2222 - ` additionalElements ` property to display elements at the end of the label
2323 - ` inline ` property to display the label component as inline block
2424- ` <NodeContent /> `
2525 - ` resizeDirections ` to specifiy the axis that can be used to resize the node
2626 - ` resizeMaxDimensions ` to add maximum values for resizing height/width
27+ - ` <CardActions /> `
28+ - ` noWrap ` property to display them without wrapping its children on multiple lines
29+ - ` <SimpleDialog /> `
30+ - ` actionsProps ` property to forward ` CardActions ` properties, e.g. ` noWrap `
31+ - ` <MenutItem /> `
32+ - ` tooltip ` property to dislay tooltip on menu item label
33+ - ` <NodeContent /> `
34+ - ` resizeDirections ` to specifiy the axis that can be used to resize the node
35+ - ` resizeMaxDimensions ` to add maximum values for resizing height/width
2736- New icons:
2837 - "item-magic-edit": icon for "magic" edit suggestions
2938 - "artefact-task-concatenatetofile": icon for "Concatenate to file" operator
3039
3140### Fixed
3241
33- - ` <OverviewItemActions/> `
42+ - ` <CodeAutocompleteField /> ` :
43+ - Code editor resets to initial value on every code editor instance re-init
44+ - ` <OverviewItemActions /> `
3445 - ` hiddenInteractions ` stay visible if they contain focused elements or opened overlays (e.g. context menus)
3546
3647### Changed
@@ -39,6 +50,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3950 - property color for ` graph ` configuration was adjusted
4051- ` <Switch /> `
4152 - use always ` <Label/> ` component for ` label ` value
53+ - ` <StickyNoteNode /> `
54+ - Refactored data structure position and dimension (breaking change)
4255
4356## [ 24.0.1] - 2025-02-06
4457
0 commit comments