@@ -8,7 +8,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88
99### Added
1010
11- - Added custom icon for "Concatenate to file" operator (CMEM-6476).
1211- ` <ContentGroup /> ` component
1312 - Manage display of a grouped content section.
1413 - Add info, actions and context annotations by using its properties.
@@ -20,7 +19,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2019 - implemented support for ` disabled ` state in code editor
2120 - implemented support for ` intent ` states in code editor
2221- ` <Label /> `
23- - added ` additionalElements ` property to display elements at the end of the label
22+ - ` additionalElements ` property to display elements at the end of the label
23+ - ` 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
@@ -30,15 +30,30 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3030 - ` actionsProps ` property to forward ` CardActions ` properties, e.g. ` noWrap `
3131- ` <MenutItem /> `
3232 - ` 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
36+ - New icons:
37+ - "item-magic-edit": icon for "magic" edit suggestions
38+ - "artefact-task-concatenatetofile": icon for "Concatenate to file" operator
3339
3440### Fixed
3541
36- - ` CodeAutocompleteField ` :
37- - Code editor resets to initial value on every code editor instance re-init
42+ - ` <CodeAutocompleteField /> ` :
43+ - Code editor resets to initial value on every code editor instance re-init
44+ - ` <OverviewItemActions /> `
45+ - ` hiddenInteractions ` stay visible if they contain focused elements or opened overlays (e.g. context menus)
46+ - ` <TagList /> `
47+ - do not create empty list items
3848
3949### Changed
4050
41- - StickyNote data structure: Refactored position and dimension (breaking change)
51+ - ` <ReactFlow /> `
52+ - property color for ` graph ` configuration was adjusted
53+ - ` <Switch /> `
54+ - use always ` <Label/> ` component for ` label ` value
55+ - ` <StickyNoteNode /> `
56+ - Refactored data structure position and dimension (breaking change)
4257
4358## [ 24.0.1] - 2025-02-06
4459
0 commit comments