@@ -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,28 @@ 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 ` :
42+ - ` < CodeAutocompleteField /> ` :
3743 - 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)
3846
3947### Changed
4048
41- - StickyNote data structure: Refactored position and dimension (breaking change)
49+ - ` <ReactFlow /> `
50+ - property color for ` graph ` configuration was adjusted
51+ - ` <Switch /> `
52+ - 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