@eccenca/gui-elements 25.2.0 → 26.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1022 -959
- package/README.md +24 -28
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +21 -23
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +28 -12
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js +17 -7
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js +2 -1
- package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js +29 -13
- package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +22 -11
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +17 -7
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
- package/dist/cjs/cmem/markdown/Markdown.js +2 -2
- package/dist/cjs/cmem/markdown/Markdown.js.map +1 -1
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js +18 -12
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlowV9.js.map +1 -1
- package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/graph.js +0 -2
- package/dist/cjs/cmem/react-flow/configuration/graph.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/linking.js +0 -2
- package/dist/cjs/cmem/react-flow/configuration/linking.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/workflow.js +0 -2
- package/dist/cjs/cmem/react-flow/configuration/workflow.js.map +1 -1
- package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js +18 -8
- package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
- package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js +17 -7
- package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -1
- package/dist/cjs/common/utils/colorCalculateDistance.js.map +1 -1
- package/dist/cjs/common/utils/colorDecideContrastvalue.js +2 -1
- package/dist/cjs/common/utils/colorDecideContrastvalue.js.map +1 -1
- package/dist/cjs/common/utils/colorHash.js +3 -7
- package/dist/cjs/common/utils/colorHash.js.map +1 -1
- package/dist/cjs/common/utils/reduceToText.js +17 -7
- package/dist/cjs/common/utils/reduceToText.js.map +1 -1
- package/dist/cjs/components/Accordion/AccordionItem.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationSidebarNavigation.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationTitle.js +1 -1
- package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbarAction.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +18 -8
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/ExtendedCodeEditor.js +1 -1
- package/dist/cjs/components/AutoSuggestion/ExtendedCodeEditor.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +19 -16
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -1
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js +17 -7
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/cjs/components/Button/Button.js +5 -1
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/Card/CardContent.js +1 -1
- package/dist/cjs/components/Card/CardContent.js.map +1 -1
- package/dist/cjs/components/Chat/ChatArea.js.map +1 -1
- package/dist/cjs/components/ColorField/ColorField.js +1 -1
- package/dist/cjs/components/ColorField/ColorField.js.map +1 -1
- package/dist/cjs/components/ContentGroup/ContentGroup.js +19 -19
- package/dist/cjs/components/ContentGroup/ContentGroup.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/ContextMenu.js +4 -4
- package/dist/cjs/components/ContextOverlay/ContextMenu.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js +6 -5
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js.map +1 -1
- package/dist/cjs/components/DecoupledOverlay/DecoupledOverlay.js +6 -5
- package/dist/cjs/components/DecoupledOverlay/DecoupledOverlay.js.map +1 -1
- package/dist/cjs/components/Depiction/Depiction.js +18 -8
- package/dist/cjs/components/Depiction/Depiction.js.map +1 -1
- package/dist/cjs/components/Dialog/Modal.js.map +1 -1
- package/dist/cjs/components/Dialog/ModalContext.js +3 -3
- package/dist/cjs/components/Dialog/ModalContext.js.map +1 -1
- package/dist/cjs/components/FlexibleLayout/FlexibleLayoutContainer.js +17 -7
- package/dist/cjs/components/FlexibleLayout/FlexibleLayoutContainer.js.map +1 -1
- package/dist/cjs/components/FlexibleLayout/FlexibleLayoutItem.js +17 -7
- package/dist/cjs/components/FlexibleLayout/FlexibleLayoutItem.js.map +1 -1
- package/dist/cjs/components/Grid/Grid.js.map +1 -1
- package/dist/cjs/components/Icon/IconButton.js +2 -2
- package/dist/cjs/components/Icon/IconButton.js.map +1 -1
- package/dist/cjs/components/Icon/canonicalIconNames.js +17 -7
- package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
- package/dist/cjs/components/Icon/transformIcon.js.map +1 -1
- package/dist/cjs/components/Iframe/Iframe.js +17 -7
- package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
- package/dist/cjs/components/InteractionGate/InteractionGate.js +17 -7
- package/dist/cjs/components/InteractionGate/InteractionGate.js.map +1 -1
- package/dist/cjs/components/List/List.js +17 -7
- package/dist/cjs/components/List/List.js.map +1 -1
- package/dist/cjs/components/Menu/MenuItem.js.map +1 -1
- package/dist/cjs/components/MultiSelect/MultiSelect.js +55 -31
- package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/cjs/components/NotAvailable/NotAvailable.js +42 -0
- package/dist/cjs/components/NotAvailable/NotAvailable.js.map +1 -0
- package/dist/cjs/components/Notification/Notification.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.js +17 -7
- package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
- package/dist/cjs/components/Select/Select.js +6 -4
- package/dist/cjs/components/Select/Select.js.map +1 -1
- package/dist/cjs/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/cjs/components/Spinner/Spinner.js +17 -7
- package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
- package/dist/cjs/components/SuggestField/index.js +1 -3
- package/dist/cjs/components/SuggestField/index.js.map +1 -1
- package/dist/cjs/components/Switch/Switch.js +17 -7
- package/dist/cjs/components/Switch/Switch.js.map +1 -1
- package/dist/cjs/components/Table/Table.js.map +1 -1
- package/dist/cjs/components/Table/TableContainer.js +1 -1
- package/dist/cjs/components/Table/TableContainer.js.map +1 -1
- package/dist/cjs/components/Table/TableExpandHeader.js.map +1 -1
- package/dist/cjs/components/Table/TableExpandRow.js +2 -2
- package/dist/cjs/components/Table/TableExpandRow.js.map +1 -1
- package/dist/cjs/components/Tabs/Tab.js.map +1 -1
- package/dist/cjs/components/Tabs/Tabs.js +17 -7
- package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/components/Tag/Tag.js +1 -1
- package/dist/cjs/components/Tag/Tag.js.map +1 -1
- package/dist/cjs/components/TextField/TextArea.js.map +1 -1
- package/dist/cjs/components/TextField/TextField.js.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cjs/components/Tree/Tree.js +17 -7
- package/dist/cjs/components/Tree/Tree.js.map +1 -1
- package/dist/cjs/components/Typography/HtmlContentBlock.js +17 -7
- package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -1
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js +17 -7
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -1
- package/dist/cjs/components/VisualTour/VisualTour.js +7 -5
- package/dist/cjs/components/VisualTour/VisualTour.js.map +1 -1
- package/dist/cjs/components/index.js +1 -0
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/extensions/codemirror/CodeMirror.js +30 -19
- package/dist/cjs/extensions/codemirror/CodeMirror.js.map +1 -1
- package/dist/cjs/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js +5 -3
- package/dist/cjs/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js.map +1 -1
- package/dist/cjs/extensions/codemirror/tests/codemirrorTestHelper.js +1 -1
- package/dist/cjs/extensions/codemirror/tests/codemirrorTestHelper.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeBezier.js +17 -7
- package/dist/cjs/extensions/react-flow/edges/EdgeBezier.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js +20 -7
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeDefaultV12.js +18 -10
- package/dist/cjs/extensions/react-flow/edges/EdgeDefaultV12.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js +25 -10
- package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeNew.js +14 -8
- package/dist/cjs/extensions/react-flow/edges/EdgeNew.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeStep.js +17 -7
- package/dist/cjs/extensions/react-flow/edges/EdgeStep.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js +19 -9
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/utils.js.map +1 -1
- package/dist/cjs/extensions/react-flow/handles/HandleContent.js +22 -9
- package/dist/cjs/extensions/react-flow/handles/HandleContent.js.map +1 -1
- package/dist/cjs/extensions/react-flow/handles/HandleDefault.js +20 -8
- package/dist/cjs/extensions/react-flow/handles/HandleDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/handles/HandleTools.js +2 -2
- package/dist/cjs/extensions/react-flow/handles/HandleTools.js.map +1 -1
- package/dist/cjs/extensions/react-flow/index.js +0 -4
- package/dist/cjs/extensions/react-flow/index.js.map +1 -1
- package/dist/cjs/extensions/react-flow/markers/MarkerArrowClosedInverse.js +1 -1
- package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js +2 -2
- package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +22 -12
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/cjs/extensions/react-flow/minimap/MiniMapV12.js +19 -9
- package/dist/cjs/extensions/react-flow/minimap/MiniMapV12.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +12 -10
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js +21 -8
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js +23 -9
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js +6 -1
- package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
- package/dist/cjs/index.js +17 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js +7 -9
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +6 -3
- package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/SilkActivityControl.js +2 -2
- package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js +2 -1
- package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
- package/dist/esm/cmem/ContentBlobToggler/ContentBlobToggler.js +8 -5
- package/dist/esm/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
- package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +29 -8
- package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
- package/dist/esm/cmem/markdown/Markdown.js +1 -1
- package/dist/esm/cmem/markdown/Markdown.js.map +1 -1
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js +0 -4
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlowV9.js.map +1 -1
- package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
- package/dist/esm/cmem/react-flow/configuration/graph.js +0 -2
- package/dist/esm/cmem/react-flow/configuration/graph.js.map +1 -1
- package/dist/esm/cmem/react-flow/configuration/linking.js +0 -2
- package/dist/esm/cmem/react-flow/configuration/linking.js.map +1 -1
- package/dist/esm/cmem/react-flow/configuration/workflow.js +0 -2
- package/dist/esm/cmem/react-flow/configuration/workflow.js.map +1 -1
- package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js +1 -1
- package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
- package/dist/esm/common/utils/colorCalculateDistance.js.map +1 -1
- package/dist/esm/common/utils/colorDecideContrastvalue.js +2 -1
- package/dist/esm/common/utils/colorDecideContrastvalue.js.map +1 -1
- package/dist/esm/common/utils/colorHash.js +3 -7
- package/dist/esm/common/utils/colorHash.js.map +1 -1
- package/dist/esm/common/utils/reduceToText.js +1 -1
- package/dist/esm/components/Accordion/AccordionItem.js.map +1 -1
- package/dist/esm/components/Application/ApplicationSidebarNavigation.js.map +1 -1
- package/dist/esm/components/Application/ApplicationTitle.js +1 -1
- package/dist/esm/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbarAction.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +3 -3
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js +11 -18
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -1
- package/dist/esm/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/esm/components/Button/Button.js +5 -1
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Card/CardContent.js +1 -1
- package/dist/esm/components/Card/CardContent.js.map +1 -1
- package/dist/esm/components/Chat/ChatArea.js.map +1 -1
- package/dist/esm/components/ColorField/ColorField.js +1 -1
- package/dist/esm/components/ColorField/ColorField.js.map +1 -1
- package/dist/esm/components/ContentGroup/ContentGroup.js +1 -1
- package/dist/esm/components/ContentGroup/ContentGroup.js.map +1 -1
- package/dist/esm/components/ContextOverlay/ContextMenu.js +4 -4
- package/dist/esm/components/ContextOverlay/ContextMenu.js.map +1 -1
- package/dist/esm/components/ContextOverlay/ContextOverlay.js +3 -2
- package/dist/esm/components/ContextOverlay/ContextOverlay.js.map +1 -1
- package/dist/esm/components/DecoupledOverlay/DecoupledOverlay.js +3 -2
- package/dist/esm/components/DecoupledOverlay/DecoupledOverlay.js.map +1 -1
- package/dist/esm/components/Depiction/Depiction.js +1 -1
- package/dist/esm/components/Depiction/Depiction.js.map +1 -1
- package/dist/esm/components/Dialog/Modal.js.map +1 -1
- package/dist/esm/components/Dialog/ModalContext.js +2 -2
- package/dist/esm/components/Dialog/ModalContext.js.map +1 -1
- package/dist/esm/components/Grid/Grid.js.map +1 -1
- package/dist/esm/components/Icon/IconButton.js +2 -2
- package/dist/esm/components/Icon/IconButton.js.map +1 -1
- package/dist/esm/components/Icon/transformIcon.js.map +1 -1
- package/dist/esm/components/Menu/MenuItem.js.map +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.js +42 -28
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/esm/components/NotAvailable/NotAvailable.js +46 -0
- package/dist/esm/components/NotAvailable/NotAvailable.js.map +1 -0
- package/dist/esm/components/Notification/Notification.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/esm/components/Select/Select.js +4 -2
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/esm/components/Spinner/Spinner.js.map +1 -1
- package/dist/esm/components/SuggestField/index.js +0 -2
- package/dist/esm/components/SuggestField/index.js.map +1 -1
- package/dist/esm/components/Table/Table.js.map +1 -1
- package/dist/esm/components/Table/TableContainer.js +1 -1
- package/dist/esm/components/Table/TableContainer.js.map +1 -1
- package/dist/esm/components/Table/TableExpandHeader.js.map +1 -1
- package/dist/esm/components/Table/TableExpandRow.js +1 -1
- package/dist/esm/components/Table/TableExpandRow.js.map +1 -1
- package/dist/esm/components/Tabs/Tab.js.map +1 -1
- package/dist/esm/components/Tag/Tag.js +1 -1
- package/dist/esm/components/Tag/Tag.js.map +1 -1
- package/dist/esm/components/TextField/TextArea.js.map +1 -1
- package/dist/esm/components/TextField/TextField.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/VisualTour/VisualTour.js +7 -5
- package/dist/esm/components/VisualTour/VisualTour.js.map +1 -1
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/components/index.js.map +1 -1
- package/dist/esm/extensions/codemirror/CodeMirror.js +13 -12
- package/dist/esm/extensions/codemirror/CodeMirror.js.map +1 -1
- package/dist/esm/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js +5 -3
- package/dist/esm/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js.map +1 -1
- package/dist/esm/extensions/codemirror/tests/codemirrorTestHelper.js +1 -1
- package/dist/esm/extensions/codemirror/tests/codemirrorTestHelper.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeBezier.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeDefault.js +3 -0
- package/dist/esm/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeDefaultV12.js +1 -3
- package/dist/esm/extensions/react-flow/edges/EdgeDefaultV12.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeLabel.js +3 -1
- package/dist/esm/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeNew.js +11 -5
- package/dist/esm/extensions/react-flow/edges/EdgeNew.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeTools.js +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeTools.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/utils.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleContent.js +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleContent.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleDefault.js +3 -1
- package/dist/esm/extensions/react-flow/handles/HandleDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleTools.js +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleTools.js.map +1 -1
- package/dist/esm/extensions/react-flow/index.js +0 -4
- package/dist/esm/extensions/react-flow/index.js.map +1 -1
- package/dist/esm/extensions/react-flow/markers/MarkerArrowClosedInverse.js +1 -1
- package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js +2 -2
- package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
- package/dist/esm/extensions/react-flow/minimap/MiniMap.js +4 -4
- package/dist/esm/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/esm/extensions/react-flow/minimap/MiniMapV12.js +2 -2
- package/dist/esm/extensions/react-flow/minimap/MiniMapV12.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js +9 -7
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeDefault.js +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeTools.js +2 -1
- package/dist/esm/extensions/react-flow/nodes/NodeTools.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/nodeUtils.js +6 -1
- package/dist/esm/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
- package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +5 -5
- package/dist/types/cmem/ActivityControl/ActivityExecutionErrorReportModal.d.ts +1 -1
- package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +4 -4
- package/dist/types/cmem/ConfidenceValue/ConfidenceValue.d.ts +2 -2
- package/dist/types/cmem/ContentBlobToggler/ContentBlobToggler.d.ts +5 -1
- package/dist/types/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.d.ts +3 -10
- package/dist/types/cmem/markdown/Markdown.d.ts +2 -1
- package/dist/types/cmem/react-flow/ReactFlow/ReactFlow.d.ts +0 -6
- package/dist/types/cmem/react-flow/configuration/graph.d.ts +2 -1
- package/dist/types/cmem/react-flow/configuration/linking.d.ts +2 -1
- package/dist/types/cmem/react-flow/configuration/workflow.d.ts +2 -1
- package/dist/types/cmem/react-flow/extensions/scrollOnDragHook.d.ts +1 -1
- package/dist/types/common/utils/colorCalculateDistance.d.ts +2 -2
- package/dist/types/common/utils/colorDecideContrastvalue.d.ts +2 -2
- package/dist/types/common/utils/colorHash.d.ts +3 -3
- package/dist/types/components/Accordion/AccordionItem.d.ts +1 -1
- package/dist/types/components/Application/ApplicationSidebarNavigation.d.ts +2 -0
- package/dist/types/components/AutoSuggestion/AutoSuggestion.d.ts +2 -2
- package/dist/types/components/AutoSuggestion/ExtendedCodeEditor.d.ts +1 -1
- package/dist/types/components/AutocompleteField/AutoCompleteField.d.ts +2 -12
- package/dist/types/components/AutocompleteField/autoCompleteFieldUtils.d.ts +1 -1
- package/dist/types/components/Button/Button.d.ts +3 -3
- package/dist/types/components/Card/CardHeader.d.ts +1 -1
- package/dist/types/components/ColorField/ColorField.d.ts +2 -5
- package/dist/types/components/ContentGroup/ContentGroup.d.ts +1 -1
- package/dist/types/components/ContextOverlay/ContextMenu.d.ts +9 -3
- package/dist/types/components/ContextOverlay/ContextOverlay.d.ts +2 -2
- package/dist/types/components/DecoupledOverlay/DecoupledOverlay.d.ts +3 -1
- package/dist/types/components/Depiction/Depiction.d.ts +3 -3
- package/dist/types/components/Dialog/SimpleDialog.d.ts +1 -1
- package/dist/types/components/Form/FieldItem.d.ts +1 -1
- package/dist/types/components/Form/FieldSet.d.ts +3 -3
- package/dist/types/components/HoverToggler/HoverToggler.d.ts +2 -2
- package/dist/types/components/Label/Label.d.ts +3 -3
- package/dist/types/components/Menu/MenuItem.d.ts +1 -1
- package/dist/types/components/MultiSelect/MultiSelect.d.ts +16 -9
- package/dist/types/components/NotAvailable/NotAvailable.d.ts +32 -0
- package/dist/types/components/Notification/Notification.d.ts +2 -2
- package/dist/types/components/OverviewItem/OverviewItemActions.d.ts +1 -1
- package/dist/types/components/PropertyValuePair/PropertyValueList.d.ts +1 -1
- package/dist/types/components/Select/Select.d.ts +2 -1
- package/dist/types/components/Skeleton/Skeleton.d.ts +1 -1
- package/dist/types/components/Spinner/Spinner.d.ts +2 -2
- package/dist/types/components/Structure/TitleSubsection.d.ts +2 -5
- package/dist/types/components/SuggestField/index.d.ts +1 -4
- package/dist/types/components/Table/TableContainer.d.ts +3 -3
- package/dist/types/components/Table/index.d.ts +1 -1
- package/dist/types/components/Tabs/Tab.d.ts +180 -186
- package/dist/types/components/Tabs/TabTitle.d.ts +1 -1
- package/dist/types/components/Tag/Tag.d.ts +2 -2
- package/dist/types/components/TextField/TextArea.d.ts +6 -1
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/extensions/codemirror/CodeMirror.d.ts +1 -6
- package/dist/types/extensions/react-flow/edges/EdgeBezier.d.ts +1 -1
- package/dist/types/extensions/react-flow/edges/EdgeDefault.d.ts +3 -3
- package/dist/types/extensions/react-flow/edges/EdgeDefaultV12.d.ts +3 -5
- package/dist/types/extensions/react-flow/edges/EdgeLabel.d.ts +3 -3
- package/dist/types/extensions/react-flow/edges/EdgeStep.d.ts +2 -2
- package/dist/types/extensions/react-flow/edges/EdgeTools.d.ts +1 -1
- package/dist/types/extensions/react-flow/handles/HandleContent.d.ts +2 -2
- package/dist/types/extensions/react-flow/handles/HandleDefault.d.ts +2 -2
- package/dist/types/extensions/react-flow/handles/HandleTools.d.ts +2 -2
- package/dist/types/extensions/react-flow/index.d.ts +1 -4
- package/dist/types/extensions/react-flow/markers/MarkerArrowClosedInverse.d.ts +1 -1
- package/dist/types/extensions/react-flow/minimap/MiniMap.d.ts +4 -6
- package/dist/types/extensions/react-flow/minimap/MiniMapV12.d.ts +5 -2
- package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +4 -9
- package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +2 -2
- package/dist/types/extensions/react-flow/nodes/sharedTypes.d.ts +2 -2
- package/package.json +60 -66
- package/scripts/compile-sass.ts +2 -0
- package/scripts/sassConfig.js +1 -1
- package/scripts/sassDeprecationConfig.js +3 -0
- package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +4 -9
- package/src/cmem/ActivityControl/ActivityControlWidget.tsx +33 -35
- package/src/cmem/ActivityControl/ActivityExecutionErrorReportModal.tsx +5 -2
- package/src/cmem/ActivityControl/SilkActivityControl.tsx +28 -32
- package/src/cmem/ActivityControl/tests/ActivityControlWidget.test.tsx +1 -1
- package/src/cmem/ConfidenceValue/ConfidenceValue.tsx +6 -5
- package/src/cmem/ContentBlobToggler/ContentBlobToggler.tsx +17 -7
- package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +13 -18
- package/src/cmem/ContentBlobToggler/tests/StringPreviewContentBlobToggler.test.tsx +10 -10
- package/src/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.tsx +2 -2
- package/src/cmem/DateTimeDisplay/tests/ElapsedDateTimeDisplay.test.tsx +2 -2
- package/src/cmem/markdown/Markdown.tsx +2 -1
- package/src/cmem/markdown/highlightSearchWords.test.ts +1 -1
- package/src/cmem/markdown/markdownutils.test.ts +2 -2
- package/src/cmem/react-flow/ReactFlow/ReactFlow.stories.tsx +3 -3
- package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +2 -7
- package/src/cmem/react-flow/ReactFlow/ReactFlowV12.tsx +1 -1
- package/src/cmem/react-flow/ReactFlow/ReactFlowV9.tsx +2 -5
- package/src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx +6 -3
- package/src/cmem/react-flow/configuration/graph.ts +3 -3
- package/src/cmem/react-flow/configuration/linking.ts +3 -3
- package/src/cmem/react-flow/configuration/workflow.ts +3 -3
- package/src/cmem/react-flow/extensions/scrollOnDragHook.ts +15 -15
- package/src/common/scss/_color-functions.scss +9 -4
- package/src/common/utils/CssCustomProperties.ts +1 -1
- package/src/common/utils/characters.ts +2 -2
- package/src/common/utils/colorCalculateDistance.ts +2 -2
- package/src/common/utils/colorDecideContrastvalue.ts +4 -3
- package/src/common/utils/colorHash.ts +13 -17
- package/src/common/utils/getColorConfiguration.ts +2 -2
- package/src/common/utils/openInNewTab.ts +1 -1
- package/src/common/utils/reduceToText.tsx +1 -1
- package/src/components/Accordion/AccordionItem.tsx +3 -2
- package/src/components/Accordion/Stories/AccordionItem.stories.tsx +1 -1
- package/src/components/Application/ApplicationSidebarNavigation.tsx +6 -2
- package/src/components/Application/ApplicationTitle.tsx +9 -1
- package/src/components/Application/ApplicationToolbarAction.tsx +2 -1
- package/src/components/Application/_header.scss +13 -10
- package/src/components/Application/stories/ColorPalettes.stories.tsx +23 -19
- package/src/components/Application/tests/ApplicationViewability.test.tsx +1 -7
- package/src/components/AutoSuggestion/AutoSuggestion.tsx +16 -16
- package/src/components/AutoSuggestion/AutoSuggestionList.tsx +5 -3
- package/src/components/AutoSuggestion/ExtendedCodeEditor.tsx +2 -2
- package/src/components/AutoSuggestion/extensions/markText.ts +1 -1
- package/src/components/AutocompleteField/AutoCompleteField.tsx +16 -25
- package/src/components/AutocompleteField/autoCompleteFieldUtils.tsx +7 -3
- package/src/components/Badge/Badge.stories.tsx +1 -1
- package/src/components/Breadcrumb/BreadcrumbList.tsx +4 -3
- package/src/components/Button/Button.test.tsx +2 -2
- package/src/components/Button/Button.tsx +13 -11
- package/src/components/Button/button.scss +2 -3
- package/src/components/Card/CardContent.tsx +17 -20
- package/src/components/Card/CardHeader.tsx +1 -1
- package/src/components/Card/card.scss +8 -4
- package/src/components/Card/stories/Card.stories.tsx +1 -1
- package/src/components/Chat/ChatArea.tsx +1 -2
- package/src/components/Chat/_chat.scss +2 -2
- package/src/components/Checkbox/Stories/Checkbox.stories.tsx +1 -1
- package/src/components/CodeAutocompleteField/CodeAutocompleteField.stories.tsx +2 -2
- package/src/components/ColorField/ColorField.test.tsx +1 -1
- package/src/components/ColorField/ColorField.tsx +6 -6
- package/src/components/ContentGroup/ContentGroup.stories.tsx +1 -1
- package/src/components/ContentGroup/ContentGroup.tsx +6 -6
- package/src/components/ContextOverlay/ContextMenu.tsx +10 -4
- package/src/components/ContextOverlay/ContextOverlay.stories.tsx +1 -1
- package/src/components/ContextOverlay/ContextOverlay.tsx +16 -11
- package/src/components/ContextOverlay/tests/ContextOverlay.test.tsx +2 -2
- package/src/components/DecoupledOverlay/DecoupledOverlay.tsx +11 -4
- package/src/components/Depiction/Depiction.tsx +6 -6
- package/src/components/Dialog/Modal.tsx +9 -7
- package/src/components/Dialog/ModalContext.tsx +6 -6
- package/src/components/Dialog/SimpleDialog.tsx +1 -1
- package/src/components/Dialog/stories/AlertDialog.stories.tsx +1 -1
- package/src/components/Dialog/stories/Modal.stories.tsx +2 -2
- package/src/components/Dialog/stories/SimpleDialog.stories.tsx +1 -1
- package/src/components/FlexibleLayout/FlexibleLayoutContainer.tsx +2 -2
- package/src/components/FlexibleLayout/FlexibleLayoutItem.tsx +2 -2
- package/src/components/Form/FieldItem.tsx +1 -1
- package/src/components/Form/FieldSet.tsx +3 -3
- package/src/components/Form/Stories/FieldItem.stories.tsx +1 -1
- package/src/components/Form/Stories/FieldSet.stories.tsx +1 -1
- package/src/components/Grid/Grid.tsx +4 -2
- package/src/components/Grid/stories/GridColumn.stories.tsx +1 -1
- package/src/components/Grid/stories/GridRow.stories.tsx +1 -1
- package/src/components/HoverToggler/HoverToggler.tsx +2 -2
- package/src/components/Icon/Icon.tsx +1 -1
- package/src/components/Icon/IconButton.tsx +3 -3
- package/src/components/Icon/icon.scss +4 -4
- package/src/components/Icon/stories/Icon.stories.tsx +1 -1
- package/src/components/Icon/stories/IconButton.stories.tsx +1 -1
- package/src/components/Icon/stories/TestIcon.stories.tsx +1 -1
- package/src/components/Icon/transformIcon.tsx +11 -9
- package/src/components/Iframe/Iframe.tsx +2 -2
- package/src/components/Label/Label.tsx +4 -4
- package/src/components/List/List.tsx +1 -1
- package/src/components/Menu/MenuItem.tsx +3 -2
- package/src/components/Menu/Stories/MenuItem.stories.tsx +1 -1
- package/src/components/Menu/menu.scss +1 -0
- package/src/components/MultiSelect/MultiSelect.tsx +62 -34
- package/src/components/MultiSuggestField/MultiSuggestField.stories.tsx +1 -1
- package/src/components/MultiSuggestField/index.ts +1 -1
- package/src/components/MultiSuggestField/tests/MultiSuggestField.test.tsx +24 -57
- package/src/components/NotAvailable/NotAvailable.stories.tsx +15 -0
- package/src/components/NotAvailable/NotAvailable.tsx +69 -0
- package/src/components/Notification/Notification.stories.tsx +2 -1
- package/src/components/Notification/Notification.tsx +5 -4
- package/src/components/OverviewItem/OverviewItemActions.tsx +1 -1
- package/src/components/OverviewItem/OverviewItemDepiction.tsx +1 -1
- package/src/components/OverviewItem/stories/OverviewItem.stories.tsx +1 -1
- package/src/components/OverviewItem/stories/OverviewItemActions.stories.tsx +1 -1
- package/src/components/OverviewItem/stories/OverviewItemDepiction.stories.tsx +1 -1
- package/src/components/OverviewItem/stories/OverviewItemDescription.stories.tsx +1 -1
- package/src/components/OverviewItem/stories/OverviewItemListPerformance.tsx +2 -2
- package/src/components/Pagination/Pagination.tsx +2 -2
- package/src/components/PropertyValuePair/PropertyValueList.tsx +1 -1
- package/src/components/RadioButton/Stories/RadioButton.stories.tsx +1 -1
- package/src/components/Select/Select.stories.tsx +1 -1
- package/src/components/Select/Select.tsx +7 -4
- package/src/components/Skeleton/Skeleton.tsx +2 -2
- package/src/components/Spinner/Spinner.tsx +2 -2
- package/src/components/Sticky/StickyTarget.tsx +1 -1
- package/src/components/Sticky/stories/StickyTarget.stories.tsx +2 -2
- package/src/components/Structure/TitleSubsection.tsx +2 -2
- package/src/components/SuggestField/SuggestField.stories.tsx +2 -2
- package/src/components/SuggestField/index.ts +0 -3
- package/src/components/Table/Table.tsx +3 -2
- package/src/components/Table/TableContainer.tsx +11 -6
- package/src/components/Table/TableExpandHeader.tsx +2 -1
- package/src/components/Table/TableExpandRow.tsx +3 -2
- package/src/components/Table/index.tsx +7 -1
- package/src/components/Tabs/Tab.tsx +2 -2
- package/src/components/Tabs/TabTitle.tsx +1 -1
- package/src/components/Tag/Tag.tsx +9 -10
- package/src/components/Tag/stories/Tag.stories.tsx +1 -1
- package/src/components/Tag/stories/TagList.stories.tsx +1 -1
- package/src/components/TextField/TextArea.tsx +12 -7
- package/src/components/TextField/TextField.tsx +4 -3
- package/src/components/TextField/stories/TextArea.stories.tsx +1 -1
- package/src/components/TextField/stories/TextField.stories.tsx +1 -3
- package/src/components/TextField/useTextValidation.ts +4 -4
- package/src/components/TextReducer/TextReducer.stories.tsx +4 -1
- package/src/components/TextReducer/TextReducer.test.tsx +2 -2
- package/src/components/Tooltip/Tooltip.stories.tsx +1 -1
- package/src/components/Tooltip/Tooltip.test.tsx +5 -5
- package/src/components/Tooltip/Tooltip.tsx +5 -5
- package/src/components/Typography/stories/OverflowText.stories.tsx +1 -1
- package/src/components/Typography/typography.scss +4 -2
- package/src/components/VisualTour/VisualTour.tsx +10 -10
- package/src/components/index.ts +1 -0
- package/src/configuration/_variables.scss +15 -15
- package/src/extensions/codemirror/CodeMirror.tsx +119 -95
- package/src/extensions/codemirror/debouncedLinter.ts +2 -2
- package/src/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.ts +9 -5
- package/src/extensions/codemirror/tests/CodeEditor.test.tsx +4 -4
- package/src/extensions/codemirror/tests/EditorAppearanceConfigMenu.test.tsx +5 -5
- package/src/extensions/codemirror/tests/codemirrorTestHelper.ts +12 -12
- package/src/extensions/codemirror/toolbars/commands/markdown.command.ts +6 -6
- package/src/extensions/react-flow/edges/EdgeBezier.tsx +2 -3
- package/src/extensions/react-flow/edges/EdgeDefault.tsx +10 -7
- package/src/extensions/react-flow/edges/EdgeDefaultV12.tsx +8 -10
- package/src/extensions/react-flow/edges/EdgeLabel.tsx +10 -8
- package/src/extensions/react-flow/edges/EdgeNew.tsx +29 -31
- package/src/extensions/react-flow/edges/EdgeStep.tsx +2 -2
- package/src/extensions/react-flow/edges/EdgeTools.tsx +2 -3
- package/src/extensions/react-flow/edges/stories/EdgeDefault.stories.tsx +1 -1
- package/src/extensions/react-flow/edges/stories/EdgeDefaultV12.stories.tsx +1 -1
- package/src/extensions/react-flow/edges/stories/EdgeLabel.stories.tsx +2 -1
- package/src/extensions/react-flow/edges/utils.ts +5 -3
- package/src/extensions/react-flow/handles/HandleContent.tsx +3 -3
- package/src/extensions/react-flow/handles/HandleDefault.tsx +58 -48
- package/src/extensions/react-flow/handles/HandleTools.tsx +4 -5
- package/src/extensions/react-flow/handles/stories/HandleDefault.stories.tsx +2 -7
- package/src/extensions/react-flow/index.ts +2 -5
- package/src/extensions/react-flow/markers/MarkerArrowClosedInverse.tsx +1 -1
- package/src/extensions/react-flow/markers/ReactFlowMarkers.tsx +6 -6
- package/src/extensions/react-flow/minimap/MiniMap.tsx +24 -24
- package/src/extensions/react-flow/minimap/MiniMapV12.tsx +7 -5
- package/src/extensions/react-flow/nodes/NodeContent.tsx +67 -65
- package/src/extensions/react-flow/nodes/NodeDefault.tsx +6 -3
- package/src/extensions/react-flow/nodes/NodeTools.tsx +5 -5
- package/src/extensions/react-flow/nodes/_nodes.scss +2 -1
- package/src/extensions/react-flow/nodes/nodeUtils.tsx +10 -5
- package/src/extensions/react-flow/nodes/sharedTypes.ts +2 -2
- package/src/extensions/react-flow/nodes/stories/NodeContent.stories.tsx +40 -26
- package/src/extensions/react-flow/nodes/stories/NodeContentV12.stories.tsx +3 -3
- package/src/extensions/react-flow/nodes/stories/NodeDefault.stories.tsx +3 -3
- package/src/includes/blueprintjs/_variables.scss +1 -0
- package/src/includes/carbon-components/_variables.scss +1 -1
- package/src/index.scss +2 -2
- package/src/test/setupTests.js +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeDefs.js +0 -17
- package/dist/cjs/extensions/react-flow/edges/EdgeDefs.js.map +0 -1
- package/dist/esm/extensions/react-flow/edges/EdgeDefs.js +0 -11
- package/dist/esm/extensions/react-flow/edges/EdgeDefs.js.map +0 -1
- package/dist/types/extensions/react-flow/edges/EdgeDefs.d.ts +0 -5
- package/src/extensions/react-flow/edges/EdgeDefs.tsx +0 -33
- package/src/extensions/react-flow/nodes/NodeDefaultV12.tsx +0 -53
package/CHANGELOG.md
CHANGED
|
@@ -6,119 +6,182 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
This is a major release, and it might be not compatible with your current usage of our library. Please read about the necessary changes in the section about how to migrate.
|
|
10
|
+
|
|
11
|
+
### Migration from v24 to v25
|
|
12
|
+
|
|
13
|
+
- remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
|
|
14
|
+
- apply changes mentioned in the **Changed** subsection
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- `<NotAvailable />`
|
|
19
|
+
- simple placeholder element that can be used to display info about missing data
|
|
20
|
+
- `<ContentBlobToggler />`
|
|
21
|
+
- `forceInline` property: force inline rendering
|
|
22
|
+
- `<ContextMenu />`
|
|
23
|
+
- `togglerSize`: replaces the deprecated `togglerLarge` property
|
|
24
|
+
- `<MultiSelect />`
|
|
25
|
+
- `searchListPredicate` property: Allows to filter the complete list of search options at once.
|
|
26
|
+
- Following optional BlueprintJs properties are forwarded now to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
|
|
27
|
+
- `isValidNewOption` property: Checks if an input string is or can be turned into a valid new option.
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
- `<MultiSelect />`
|
|
32
|
+
- border of the BlueprintJS `Tag` elements were fixed
|
|
33
|
+
|
|
34
|
+
### Changed
|
|
35
|
+
|
|
36
|
+
- **React and its types were updated to v18, so you may hit incompatibilities if you run it with React 16 or 17.**
|
|
37
|
+
- `color` library was upgraded from v4 to v5, so the types changed
|
|
38
|
+
- if you forward properties then they cannot have `Color` as type, use `ColorLike`
|
|
39
|
+
- `@blueprintjs/core` library was updated to v6
|
|
40
|
+
- if you use an explicit BlueprintJS import in your project you need to set `"@blueprintjs/core": "6.8.1"` and `"@blueprintjs/select": "6.1.1"`
|
|
41
|
+
- you may need to update class names in your tests (the new prefix is `bp6-`)
|
|
42
|
+
- `Toaster.create` is now an async function
|
|
43
|
+
- `<MultiSelect />`
|
|
44
|
+
- by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
|
|
45
|
+
|
|
46
|
+
### Deprecated
|
|
47
|
+
|
|
48
|
+
- support for React Flow v9 is extended, but will be removed in v27
|
|
49
|
+
- `<ContextMenu />`
|
|
50
|
+
- `togglerLarge`: replaced by the more versatile `togglerSize` property
|
|
51
|
+
- `<MultiSelect />`
|
|
52
|
+
- `searchPredicate`: replaced by the -- in some cases -- more efficient `searchListPredicate`
|
|
53
|
+
|
|
54
|
+
### Removed
|
|
55
|
+
|
|
56
|
+
- renamed react flow types and components, use the new names directly:
|
|
57
|
+
- `NodeContentHandleProps`: use `HandleDefaultProps`
|
|
58
|
+
- `ReactFlow`: use `ReactFlowExtended`
|
|
59
|
+
- `MiniMapV9Props`, `MiniMapV9`, `MiniMapV12Props` and `MiniMapV12`: use `MiniMapProps` and `MiniMap`, use `flowVersion` if the React Flow version is not recognized automatically
|
|
60
|
+
- `EdgeDefaultV9` and `EdgeDefaultV12`: use `EdgeDefault`
|
|
61
|
+
- `EdgeDefs`: use `ReactFlowMarkers`
|
|
62
|
+
- `autoCompleteFieldUtils`: use `suggestFieldUtils`
|
|
63
|
+
- `CodeMirror.outerDivAttributes`: use all properties directly on `CodeEditor`
|
|
64
|
+
- `MultiSuggestField.ofType`: use `<MultiSuggestField<TYPE>>`
|
|
65
|
+
- `StringPreviewContentBlobToggler.firstNonEmptyLineOnly`: use `useOnly="firstNonEmptyLine"`
|
|
66
|
+
- color configuration is not possible anymore via previously used SCSS variables
|
|
67
|
+
- `$eccgui-color-primary`, `$eccgui-color-primary-contrast`, `$eccgui-color-accent`, `$eccgui-color-accent-contrast`,
|
|
68
|
+
`$eccgui-color-success-text`, `$eccgui-color-success-background`, `$eccgui-color-info-text`, `$eccgui-color-info-background`,
|
|
69
|
+
`$eccgui-color-warning-text`, `$eccgui-color-warning-background`, `$eccgui-color-danger-text`, `$eccgui-color-danger-background`
|
|
70
|
+
- use `$eccgui-color-palette-light` now
|
|
71
|
+
|
|
9
72
|
## [25.2.0] - 2026-04-30
|
|
10
73
|
|
|
11
74
|
### Added
|
|
12
75
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
76
|
+
- `<CodeAutocompleteField />`
|
|
77
|
+
- Add `intent` property.
|
|
78
|
+
- new icons:
|
|
79
|
+
- `state-confirmed-all`
|
|
17
80
|
|
|
18
81
|
### Fixed
|
|
19
82
|
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
83
|
+
- `<Pagination />`
|
|
84
|
+
- improve breakpoints to display widgets for page size and page number inside smaller containers
|
|
85
|
+
- male the breakpoints configurable via SCSS
|
|
23
86
|
|
|
24
87
|
## [25.1.0] - 2026-04-13
|
|
25
88
|
|
|
26
89
|
### Added
|
|
27
90
|
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
91
|
+
- `<ActivityControlWidget />`
|
|
92
|
+
- Add parameter `active` to activity control action to set the `active` state of its button.
|
|
93
|
+
- action now can have a `active` and `notification` property
|
|
94
|
+
- `<ApplicationViewability />`
|
|
95
|
+
- component for hiding elements in specific media
|
|
96
|
+
- `<InlineText />`
|
|
97
|
+
- force children to get displayed as inline content
|
|
98
|
+
- `<DecoupledOverlay />`
|
|
99
|
+
- similar to `ContextOverlay` component but not directly linked to a React element, it specifies the target in the DOM to get connected lazy
|
|
100
|
+
- `<StringPreviewContentBlobToggler />`
|
|
101
|
+
- `useOnly` property: specify if only parts of the content should be used for the shortened preview, this property replaces `firstNonEmptyLineOnly`
|
|
102
|
+
- `<ContextOverlay />`
|
|
103
|
+
- `paddingSize` property to add easily some white space
|
|
104
|
+
- `<CodeEditor />`
|
|
105
|
+
- toolbar in `markdown` mode provides a user config menu for the editor appearance
|
|
106
|
+
- `<RadioButton />`
|
|
107
|
+
- `hideIndicator` property: hide the radio inout indicator but click on children can be processed via `onChange` event
|
|
108
|
+
- `<ColorField />`
|
|
109
|
+
- input component for colors
|
|
110
|
+
- uses a subset from the configured color palette by default, but it also allows to enter custom colors
|
|
111
|
+
- `<MultiSuggestField />`
|
|
112
|
+
- `MultiSuggestFieldSelectionProps` provides `newlyRemoved` for callbacks set when removing a selected item
|
|
113
|
+
- `<HtmlContentClock />`
|
|
114
|
+
- inline `code` uses same gray background highlighting like code blocks
|
|
115
|
+
- CSS custom properties
|
|
116
|
+
- beside the color palette we now mirror the most important layout configuration variables as CSS custom properties
|
|
117
|
+
- new icons:
|
|
118
|
+
- `state-confirmed-all`
|
|
119
|
+
- `state-declined-all`
|
|
120
|
+
- `data-sourceschema`
|
|
121
|
+
- `data-targetschema`
|
|
122
|
+
- `operation-ai-generate`
|
|
123
|
+
- `operation-filterreset`
|
|
124
|
+
- `toggler-pin-empty`
|
|
125
|
+
- `toggler-pin-filled`
|
|
63
126
|
|
|
64
127
|
### Fixed
|
|
65
128
|
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
129
|
+
- `<Tag />`
|
|
130
|
+
- create more whitespace inside `small` tag
|
|
131
|
+
- reduce visual impact of border
|
|
132
|
+
- `<StringPreviewContentBlobToggler />`
|
|
133
|
+
- take Markdown rendering into account before testing the maximum preview length
|
|
134
|
+
- `<CodeEditor />`
|
|
135
|
+
- fix `disabled` property update
|
|
136
|
+
- `<VisualTour />`
|
|
137
|
+
- fix color of buttons to move to previous/next step
|
|
138
|
+
- take Markdown rendering into account before testing the maximum preview length
|
|
139
|
+
- `<NodeContent />`
|
|
140
|
+
- header-menu items are vertically centered now
|
|
141
|
+
- `<Link />`
|
|
142
|
+
- stabilize font size for on hover state
|
|
143
|
+
- use correct font sizes when `size` property is set
|
|
144
|
+
- `Typography`
|
|
145
|
+
- adjust displaying fallback symbols in different browsers
|
|
146
|
+
- `<CodeMirror />`
|
|
147
|
+
- use the latest provided `onChange` function
|
|
148
|
+
- `<TextField />`, `<TextArea />`
|
|
149
|
+
- fix emoji false-positives in invisible character detection
|
|
150
|
+
- `<MultiSuggestField />`
|
|
151
|
+
- `onSelection` now sets `newlySelected` only for add actions and no longer sets it to the last element
|
|
152
|
+
- border of the BlueprintJS `Tag` elements were fixed
|
|
153
|
+
- `<Modal />`
|
|
154
|
+
- fix specificity for pointer-events rules on SVG
|
|
155
|
+
- `<Button />`
|
|
156
|
+
- badge is correctly displayed when `badge={0}`
|
|
157
|
+
- Focus outlines
|
|
158
|
+
- we use again bold focus outlines for input elements
|
|
159
|
+
- they are also used for clickable elements that are focused via keyboard (tab navigation)
|
|
97
160
|
|
|
98
161
|
### Changed
|
|
99
162
|
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
-
|
|
105
|
-
-
|
|
106
|
-
-
|
|
107
|
-
-
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
-
|
|
163
|
+
- `<MultiSelect />`:
|
|
164
|
+
- Change default filter predicate to match multi-word queries.
|
|
165
|
+
- `<EdgeDefault />`
|
|
166
|
+
- reduce stroke width to only 1px
|
|
167
|
+
- `<CodeMirror />`
|
|
168
|
+
- `wrapLines` and `preventLineNumber` do not use `false` default value but if not set then it will be interpreted as `false`
|
|
169
|
+
- in this way it can be overwritten by new user config for the markdown mode
|
|
170
|
+
- automatically hide user interaction elements in print view
|
|
171
|
+
- all application header components except `<WorkspaceHeader />`
|
|
172
|
+
- `<CardActions />` and `<CardOptions />`
|
|
173
|
+
- `actionOptions` of `<ContentGroup />`
|
|
174
|
+
- `actions` of `<Notification />`
|
|
175
|
+
- `<OverviewItemActions />`
|
|
176
|
+
- automatically serialize display of layout elements in print view
|
|
177
|
+
- `<FlexibleLayoutItem />`
|
|
178
|
+
- `<GridColumn />`
|
|
179
|
+
- `<PropertyName />` and `<PropertyValue />`
|
|
117
180
|
|
|
118
181
|
### Deprecated
|
|
119
182
|
|
|
120
|
-
-
|
|
121
|
-
-
|
|
183
|
+
- `<StringPreviewContentBlobToggler />`
|
|
184
|
+
- `firstNonEmptyLineOnly` will be removed, is replaced by `useOnly="firstNonEmptyLine"`
|
|
122
185
|
|
|
123
186
|
## [25.0.0] - 2025-12-01
|
|
124
187
|
|
|
@@ -126,252 +189,252 @@ This is a major release, and it might be not compatible with your current usage
|
|
|
126
189
|
|
|
127
190
|
### Migration from v24 to v25
|
|
128
191
|
|
|
129
|
-
-
|
|
130
|
-
-
|
|
131
|
-
-
|
|
192
|
+
- remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
|
|
193
|
+
- in case you set your own colors before importing GUI elements you need to update your configuration to the new color palette structure, see `README.md`
|
|
194
|
+
- change `intent="primary"` to `intent="accent"` for `<Button />`, `<IconButton />` and `<Spinner />`, if supported you may check if it is better to use `affirmative={true}` or `elevated={true}` instead of `intent`
|
|
132
195
|
|
|
133
196
|
### Added
|
|
134
197
|
|
|
135
|
-
-
|
|
136
|
-
-
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
-
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
163
|
-
-
|
|
164
|
-
-
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
-
|
|
169
|
-
-
|
|
170
|
-
-
|
|
171
|
-
-
|
|
172
|
-
-
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
-
|
|
178
|
-
-
|
|
179
|
-
-
|
|
180
|
-
-
|
|
181
|
-
-
|
|
182
|
-
-
|
|
183
|
-
-
|
|
184
|
-
-
|
|
185
|
-
-
|
|
186
|
-
-
|
|
187
|
-
-
|
|
188
|
-
-
|
|
189
|
-
-
|
|
190
|
-
-
|
|
191
|
-
-
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
-
|
|
195
|
-
-
|
|
196
|
-
-
|
|
197
|
-
-
|
|
198
|
+
- `<ChatContent />`
|
|
199
|
+
- displays single chat contents in a bubble, including options to add status line and avatar
|
|
200
|
+
- `<ChatContentCollapsed />`
|
|
201
|
+
- can collapse (and expand) `<ChatContent />` automatically for convenience
|
|
202
|
+
- `<ChatField />`
|
|
203
|
+
- let the user input texts, calls `onSubmit` handler on enter key and submit button
|
|
204
|
+
- `<ChatArea />`
|
|
205
|
+
- combine a list of chat contents and user input box
|
|
206
|
+
- `<TextReducer />`
|
|
207
|
+
- reduces HTML to simple text and can display it as one ellipsed line
|
|
208
|
+
- `<Tooltip />`
|
|
209
|
+
- prove useage of `usePlaceholder` by jest test coverage
|
|
210
|
+
- `<EdgeStraight />`
|
|
211
|
+
- it's basically `<EdgeDefault />` without any special configs
|
|
212
|
+
- `<EdgeBezier />`
|
|
213
|
+
- only supported for v12, in v9 as straight edge is used
|
|
214
|
+
- use `curvature` property in the edge `data` object to define the bezier layout (0..1, default: 0.25)
|
|
215
|
+
- `<EdgeDefaultV12 />`
|
|
216
|
+
- the `data` object provides `markerAppearance` to set and remove the edge arrows
|
|
217
|
+
- `<EdgeDefault />`
|
|
218
|
+
- introduced the new `arrowDirection` property, including support for bidirectional edges - supported only for `<EdgeDefaultV12 />`
|
|
219
|
+
- `<EdgeNew />`
|
|
220
|
+
- component for React Flow v12, displaying new connection lines
|
|
221
|
+
- `<VisualTour />`
|
|
222
|
+
- component to display a visual tour multi-step tour of the current view
|
|
223
|
+
- `<Button />`
|
|
224
|
+
- `accent` value for `intent` was added to align property with other components
|
|
225
|
+
- `<Spinner />`
|
|
226
|
+
- `accent` value for `intent` was added to align property with other components
|
|
227
|
+
- `elevated` property can be used to highlight the spinner, currently the `intent="accent"` display is used
|
|
228
|
+
- `<Modal />`:
|
|
229
|
+
- Add `ModalContext` to track open/close state of all used application modals.
|
|
230
|
+
- Add `modalId` property to give a modal a unique ID for tracking purposes.
|
|
231
|
+
- `preventReactFlowEvents`: adds 'nopan', 'nowheel' and 'nodrag' classes to overlay classes in order to prevent react-flow to react to drag and pan actions in modals.
|
|
232
|
+
- new `utils` methods
|
|
233
|
+
- `colorCalculateDistance()`: calculates the difference between 2 colors using the simple CIE76 formula
|
|
234
|
+
- `textToColorHash()`: calculates a color from a text string
|
|
235
|
+
- `reduceToText`: shrinks HTML content and React elements to plain text, used for `<TextReducer />`
|
|
236
|
+
- `decodeHtmlEntities`: decode a string of HTML text, map HTML entities back to UTF-8 chars
|
|
237
|
+
- SCSS color functions
|
|
238
|
+
- `eccgui-color-var`: returns a var of a custom property used for palette color
|
|
239
|
+
- `eccgui-color-mix`: mix 2 colors in `srgb`, works with all types of color values and CSS custom properties
|
|
240
|
+
- `eccgui-color-rgba`: like `rgba()` but it works also for CSS custom properties
|
|
241
|
+
- Color palette: includes 4 sections with 20+ color tints in 5 weights each
|
|
242
|
+
- indentity, semantic, layout, extra
|
|
243
|
+
- managed via CSS custom properties
|
|
244
|
+
- see `README.md` for more information about usage
|
|
245
|
+
- New icons
|
|
246
|
+
- `artefact-task-sqlupdatequeryoperator`
|
|
247
|
+
- `artefact-task-customsqlexecution`
|
|
248
|
+
- `item-legend`
|
|
249
|
+
- `operation-tour`
|
|
250
|
+
- `toggler-carettop`
|
|
251
|
+
- `toggler-caretleft`
|
|
252
|
+
- `toggler-micon`
|
|
253
|
+
- `toggler-micoff`
|
|
254
|
+
- `toggler-radio`
|
|
255
|
+
- `toggler-radio-checked`
|
|
256
|
+
- `state-flagged`
|
|
257
|
+
- `state-progress`
|
|
258
|
+
- `state-progress-error`
|
|
259
|
+
- `state-progress-warning`
|
|
260
|
+
- more icons for build tasks
|
|
198
261
|
|
|
199
262
|
### Removed
|
|
200
263
|
|
|
201
|
-
-
|
|
202
|
-
-
|
|
203
|
-
-
|
|
204
|
-
-
|
|
205
|
-
-
|
|
206
|
-
-
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
-
|
|
210
|
-
-
|
|
211
|
-
-
|
|
212
|
-
-
|
|
213
|
-
-
|
|
214
|
-
-
|
|
215
|
-
-
|
|
216
|
-
-
|
|
217
|
-
-
|
|
218
|
-
-
|
|
219
|
-
-
|
|
220
|
-
-
|
|
221
|
-
-
|
|
222
|
-
-
|
|
264
|
+
- support for React Flow v10 was completely removed
|
|
265
|
+
- removed direct replacements for legacy components (imported via `@eccenca/gui-elements/src/legacy-replacements` or `LegacyReplacements`)
|
|
266
|
+
- `<AffirmativeButton />`, `<Button />`, `<DismissiveButton />`, `<DisruptiveButton />`, `<Checkbox />`, `<RadioButton />`, `<Tabs />`, `<TextField />`
|
|
267
|
+
- `<Button />`, `<FieldItem />`, `<FieldSet />`, `<MultiSuggestField />`
|
|
268
|
+
- removed support for old state properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger`
|
|
269
|
+
- `<Notification />`
|
|
270
|
+
- removed support for old state properties `neutral`, `success`, `warning` and `danger`
|
|
271
|
+
- `<Icon />`
|
|
272
|
+
- removed `description` and `iconTitle` properties
|
|
273
|
+
- `<OverviewItemList />`
|
|
274
|
+
- `densityHigh` property was removed
|
|
275
|
+
- `<CodeEditor />`
|
|
276
|
+
- static fallback for test id `codemirror-wrapper` was removed, add `data-test-id` (or your test id data attribute) always directly to `CodeEditor`.
|
|
277
|
+
- `<EdgeDefault />`
|
|
278
|
+
- removed `inversePath` property, can be replaced with `arrowDirection: "inversed"` property
|
|
279
|
+
- `<Spinner />`
|
|
280
|
+
- `description` property was removed because it was defined but not implemented for a very long time, but we plan to add that type of caption later
|
|
281
|
+
- `nodeTypes` and `edgeTypes` exports were removed
|
|
282
|
+
- use `<ReactFlow />` with `configuration`, or define it yourself
|
|
283
|
+
- SCSS variables `$eccgui-color-application-text` and `$eccgui-color-application-background` were removed
|
|
284
|
+
- use `$eccgui-color-workspace-text` and `$eccgui-color-workspace-background`
|
|
285
|
+
- Removed `remark-typograf` plugin from `<Markdown />` rendering to maintain display expectation
|
|
223
286
|
|
|
224
287
|
### Fixed
|
|
225
288
|
|
|
226
|
-
-
|
|
227
|
-
-
|
|
289
|
+
- `<CodeAutocompleteField />`:
|
|
290
|
+
- In multiline mode, validation errors might be highlighted incorrectly (relative line offset added).
|
|
228
291
|
|
|
229
292
|
### Changed
|
|
230
293
|
|
|
231
|
-
-
|
|
232
|
-
-
|
|
233
|
-
-
|
|
234
|
-
-
|
|
235
|
-
-
|
|
236
|
-
-
|
|
237
|
-
-
|
|
238
|
-
-
|
|
239
|
-
-
|
|
240
|
-
-
|
|
241
|
-
-
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
-
|
|
245
|
-
-
|
|
246
|
-
-
|
|
247
|
-
-
|
|
248
|
-
-
|
|
249
|
-
-
|
|
294
|
+
- `<EdgeDefault />` and `<EdgeStep />`
|
|
295
|
+
- support now v9 and v12 of react flow
|
|
296
|
+
- `<ReactFlowExtended />`
|
|
297
|
+
- use `<EdgeNew />` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined`
|
|
298
|
+
- `<Spinner />`
|
|
299
|
+
- `color` property does not accept `intent` values anymore
|
|
300
|
+
- `<OverflowText />`
|
|
301
|
+
- beside explicitly specified properties it allows only basic HTML element properties and testing IDs
|
|
302
|
+
- overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties
|
|
303
|
+
- `<SuggestField />`
|
|
304
|
+
- Always add class 'nodrag' to popover content element to always prevent dragging of react-flow and dnd-kit elements when interacting with the component.
|
|
305
|
+
- `utils.getColorConfiguration()` works with CSS custom properties
|
|
306
|
+
- property names returned by `getColorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
|
|
307
|
+
- e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
|
|
308
|
+
- `<Button />` and `<IconButton />`
|
|
309
|
+
- `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `affirmative={true}` or `elevated={true}` instead of primary/accent intent
|
|
310
|
+
- `<Spinner />`
|
|
311
|
+
- `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `elevated={true}` instead of using intent
|
|
312
|
+
- icons: arrow directions for `list-sortasc` and `list-sortdesc` were switched, up arrow is now used for ascending sort
|
|
250
313
|
|
|
251
314
|
### Deprecated
|
|
252
315
|
|
|
253
|
-
-
|
|
254
|
-
-
|
|
255
|
-
-
|
|
316
|
+
- support for React Flow v9 will be removed in v26
|
|
317
|
+
- `<EdgeDefs />`
|
|
318
|
+
- use `<ReactFlowMarkers />` or build it on single `<ReactFlowMarker />`
|
|
256
319
|
|
|
257
320
|
## [24.4.1] - 2025-08-25
|
|
258
321
|
|
|
259
322
|
### Fixed
|
|
260
323
|
|
|
261
|
-
-
|
|
262
|
-
-
|
|
263
|
-
-
|
|
264
|
-
-
|
|
324
|
+
- React flow v12:
|
|
325
|
+
- add missing styles from react flow library to ensure proper functionality of new connection lines
|
|
326
|
+
- `<Tooltip />`
|
|
327
|
+
- re-check hover state after swapping the placeholder before triggering the event bubbling
|
|
265
328
|
|
|
266
329
|
### Changed
|
|
267
330
|
|
|
268
|
-
-
|
|
269
|
-
-
|
|
270
|
-
-
|
|
271
|
-
-
|
|
331
|
+
- `<IconButton/>`
|
|
332
|
+
- increase the default delay before swapping the tooltip placeholder of the icon, reducing unwanted swaps because of mouseovers that were not intended
|
|
333
|
+
- `IntentBaseTypes` now available via root export
|
|
334
|
+
- some `intent` properties support less or more intent types, in case you need to test supported types before, then you can use it directly from the component interface, e.g. `TextFieldProps["intent"]`
|
|
272
335
|
|
|
273
336
|
### Added
|
|
274
337
|
|
|
275
|
-
-
|
|
338
|
+
- `application-colors` and `data-color` icons, both represented by the Carbon `ColorPalette` icon
|
|
276
339
|
|
|
277
340
|
## [24.3.1] - 2025-08-21
|
|
278
341
|
|
|
279
342
|
### Fixed
|
|
280
343
|
|
|
281
|
-
-
|
|
282
|
-
-
|
|
344
|
+
- React flow v12:
|
|
345
|
+
- add missing styles from react flow library to ensure proper functionality of new connection lines
|
|
283
346
|
|
|
284
347
|
## [24.4.0] - 2025-08-07
|
|
285
348
|
|
|
286
349
|
### Added
|
|
287
350
|
|
|
288
|
-
-
|
|
289
|
-
-
|
|
290
|
-
-
|
|
291
|
-
-
|
|
292
|
-
-
|
|
293
|
-
-
|
|
294
|
-
-
|
|
295
|
-
-
|
|
296
|
-
-
|
|
351
|
+
- `<ExtendedCodeEditor />`
|
|
352
|
+
- `height` and `readOnly` properties to forward them to `<CodeEditor/>`
|
|
353
|
+
- `<CodeAutocompleteField />`:
|
|
354
|
+
- `outerDivAttributes` property: allows to set parameter of the container element
|
|
355
|
+
- `height` and `readOnly` properties to forward them to `<ExtendedCodeEditor/>`
|
|
356
|
+
- `<ActivityControlWidget />`
|
|
357
|
+
- `additionalActions` property to include other more complex components between the action buttons and the context menu of the widget
|
|
358
|
+
- `<Tooltip />`
|
|
359
|
+
- `swapPlaceholderDelay` property to allow configuration of the delay time before the placeholder element is replaced by the actual tooltip component
|
|
297
360
|
|
|
298
361
|
### Fixed
|
|
299
362
|
|
|
300
|
-
-
|
|
301
|
-
-
|
|
302
|
-
-
|
|
303
|
-
-
|
|
304
|
-
-
|
|
305
|
-
-
|
|
363
|
+
- `<CodeEditor />`
|
|
364
|
+
- Editor is re-created after certain property changes and is reset, i.e. loses it current state.
|
|
365
|
+
- Enter key handling (adding new line) was broken when `onKeyDown` is defined.
|
|
366
|
+
- `<CodeAutocompleteField />`
|
|
367
|
+
- First auto-completion item not marked as active when drop down first shown.
|
|
368
|
+
- Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
|
|
306
369
|
|
|
307
370
|
### Changed
|
|
308
371
|
|
|
309
|
-
-
|
|
310
|
-
-
|
|
372
|
+
- `<NodeContent />`
|
|
373
|
+
- prevent start of a react flow drag action of a node when user clicks in the node menu section
|
|
311
374
|
|
|
312
375
|
### Deprecated
|
|
313
376
|
|
|
314
|
-
-
|
|
315
|
-
-
|
|
377
|
+
- `<CodeEditor />`
|
|
378
|
+
- `onChange` property: support for `(v: any) => void` type will be exchanged to more specific `(v: string) => void`
|
|
316
379
|
|
|
317
380
|
## [24.3.0] - 2025-06-05
|
|
318
381
|
|
|
319
382
|
### Added
|
|
320
383
|
|
|
321
|
-
-
|
|
322
|
-
-
|
|
323
|
-
-
|
|
324
|
-
-
|
|
384
|
+
- added support for React Flow v12
|
|
385
|
+
- `<NodeContent />` can used with `flowVersion="v12"`
|
|
386
|
+
- more v12-only components: `EdgeDefaultV12`, `NodeDefaultV12`, `EdgeDefs`
|
|
387
|
+
- they may be removed in future version when v12 elements are available direcly via `<EdgeDefault />` and `<NodeDefault />`
|
|
325
388
|
|
|
326
389
|
### Deprecated
|
|
327
390
|
|
|
328
|
-
-
|
|
329
|
-
-
|
|
391
|
+
- `<EdgeDefaultV12 />` and `<NodeDefaultV12 />` will be removed when React Flow v12 is supported directly by `<EdgeDefault />` and `<NodeDefault />`
|
|
392
|
+
- `flowVersion` property: `legacy` and `next` will be removed/replaced by `v##` values
|
|
330
393
|
|
|
331
394
|
## [24.2.0] - 2025-06-04
|
|
332
395
|
|
|
333
396
|
### Added
|
|
334
397
|
|
|
335
|
-
-
|
|
336
|
-
-
|
|
337
|
-
-
|
|
338
|
-
-
|
|
339
|
-
-
|
|
340
|
-
-
|
|
341
|
-
-
|
|
342
|
-
-
|
|
343
|
-
-
|
|
344
|
-
-
|
|
345
|
-
-
|
|
398
|
+
- `<ContextOverlay />`
|
|
399
|
+
- `usePlaceholder` property: can be used to display the target but include the component later when the first interaction happens, this can improve performance
|
|
400
|
+
- `<ContextMenu />`
|
|
401
|
+
- `preventPlaceholder` property to prevent the default usage of placeholders waiting for the first user interaction before inserting the full context menu
|
|
402
|
+
- `<Tooltip />`
|
|
403
|
+
- `usePlaceholder` property: can be used to display the target but include the full component later when the first interaction happens, this can improve performance. It is turned on for text tooltips by default.
|
|
404
|
+
- `<OverviewItemActions />`
|
|
405
|
+
- `delayDisplayChildren` property: set a time (in ms) to delay the actual rendering of elements inside the actions container. When enabled the containing `OverviewItem` can be displayed faster. Can be used e.g. to boost performance when rendering `OverviewItemActions` with `hiddenInteractions` set to `true`.
|
|
406
|
+
- `delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
|
|
407
|
+
- `<Button />`, `<FieldItem />`, `<FieldSet />`, `<Notification />`, `<Spinner />`
|
|
408
|
+
- `intent` property: align intent state usage with other components
|
|
346
409
|
|
|
347
410
|
### Deprecated
|
|
348
411
|
|
|
349
|
-
-
|
|
350
|
-
-
|
|
351
|
-
-
|
|
352
|
-
-
|
|
353
|
-
-
|
|
354
|
-
-
|
|
355
|
-
-
|
|
356
|
-
-
|
|
412
|
+
- `<Markdown />`
|
|
413
|
+
- `reHypePlugins` property now use `PluggableList` from the unified package. This may require changes if you previously used plugins not conforming to the stricter unified typings. Backward compatibility with the old plugin list type will be removed in the next major version.
|
|
414
|
+
- `<FieldSet />`, `<FieldItem />`, `<MultiSelect />`, `<Button />`
|
|
415
|
+
- `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties will be removed, use `intent` property instead
|
|
416
|
+
- `<Notification />`
|
|
417
|
+
- `neutral`, `success`, `warning` and `danger` properties will be removed, use `intent` property instead
|
|
418
|
+
- `<MultiSelect />`
|
|
419
|
+
- `data-test-id` for clearance button won't be set automatically, only if a test id for `MultiSelect` is given
|
|
357
420
|
|
|
358
421
|
### Fixed
|
|
359
422
|
|
|
360
|
-
-
|
|
361
|
-
-
|
|
423
|
+
- `<CodeAutocompleteField />` and `<AutoSuggestion />`:
|
|
424
|
+
- Error highlighting is always visible by underlining the respective text
|
|
362
425
|
|
|
363
426
|
### Changed
|
|
364
427
|
|
|
365
|
-
-
|
|
366
|
-
-
|
|
367
|
-
-
|
|
368
|
-
-
|
|
369
|
-
-
|
|
370
|
-
-
|
|
371
|
-
-
|
|
372
|
-
-
|
|
373
|
-
-
|
|
374
|
-
-
|
|
428
|
+
- `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
|
|
429
|
+
- react flow integration by renaming their resources from `legacy` and `next` to more precise `v9` and `v10`:
|
|
430
|
+
- `HandleProps`: renamed to `HandleV9Props`
|
|
431
|
+
- `HandleNextProps`: renamed to `HandleV10Props`
|
|
432
|
+
- if provided then the `flowVersion` property do not accept `legacy` and `next` as values anymore, use `v9` and `v10`
|
|
433
|
+
- some more interfaces are exposed:
|
|
434
|
+
- `IntentBlueprint`: BlueprintJS intent types, also available by `DefinitionsBlueprint`
|
|
435
|
+
- `TableDataContainerProps`, `TableSimpleContainerProps`, `TableHeadProps`, `TableBodyProps`, `TableExpandedRowProps`, `TableHeaderProps` and `DataTableRenderProps` as interfaces for diverse table components
|
|
436
|
+
- `<CodeAutocompleteField />`
|
|
437
|
+
- memorize `handleChange` handler to prevent unwanted re-renders
|
|
375
438
|
|
|
376
439
|
### Usage with old application bundlers
|
|
377
440
|
|
|
@@ -391,112 +454,112 @@ If you use Jest then you can use the same aliases for the `moduleNameMapper` con
|
|
|
391
454
|
|
|
392
455
|
### Deprecated
|
|
393
456
|
|
|
394
|
-
-
|
|
395
|
-
-
|
|
396
|
-
-
|
|
397
|
-
-
|
|
457
|
+
- `HandleV9Props` and `HandleV10Props` export will be removed, use only `HandleDefaultProps`
|
|
458
|
+
- `<NodeContent />`
|
|
459
|
+
- `businessData`: will be removed because it is already not used
|
|
460
|
+
- `<ReactFlow />`: use `<ReactFlowExtended />`
|
|
398
461
|
|
|
399
462
|
### Migration from v24 to v25
|
|
400
463
|
|
|
401
|
-
-
|
|
402
|
-
-
|
|
464
|
+
- remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the v24.\* changelogs.
|
|
465
|
+
- we changed the integration of the supported react flow versions, formerly names `legacy` and `next` resources were renamed to more precise `v9` and `v10`, please see all info in the section about changes
|
|
403
466
|
|
|
404
467
|
## [24.1.0] - 2025-04-16
|
|
405
468
|
|
|
406
469
|
### Added
|
|
407
470
|
|
|
408
|
-
-
|
|
409
|
-
-
|
|
410
|
-
-
|
|
411
|
-
-
|
|
412
|
-
-
|
|
413
|
-
-
|
|
414
|
-
-
|
|
415
|
-
-
|
|
416
|
-
-
|
|
417
|
-
-
|
|
418
|
-
-
|
|
419
|
-
-
|
|
420
|
-
-
|
|
421
|
-
-
|
|
422
|
-
-
|
|
423
|
-
-
|
|
424
|
-
-
|
|
425
|
-
-
|
|
426
|
-
-
|
|
427
|
-
-
|
|
428
|
-
-
|
|
429
|
-
-
|
|
430
|
-
-
|
|
431
|
-
-
|
|
432
|
-
-
|
|
433
|
-
-
|
|
434
|
-
-
|
|
435
|
-
-
|
|
436
|
-
-
|
|
437
|
-
-
|
|
438
|
-
-
|
|
439
|
-
-
|
|
440
|
-
-
|
|
441
|
-
-
|
|
442
|
-
-
|
|
443
|
-
-
|
|
444
|
-
-
|
|
445
|
-
-
|
|
471
|
+
- `<CardActions />`
|
|
472
|
+
- `noWrap` property to display them without wrapping its children on multiple lines
|
|
473
|
+
- `<ContentGroup />` component
|
|
474
|
+
- Manage display of a grouped content section.
|
|
475
|
+
- Add info, actions and context annotations by using its properties.
|
|
476
|
+
- Can be nested into each other.
|
|
477
|
+
- `<CodeEditor />`
|
|
478
|
+
- implemented support for linting which is enabled via `useLinting` prop
|
|
479
|
+
- `turtle` and `javascript` are currently supported languages for linting
|
|
480
|
+
- `useToolbar` property to display toolbar if the `mode` is supported
|
|
481
|
+
- currently `markdown` mode is integrated, including support for headlines `<h1-6>`, `<blockquote>`, `<code>` block and inline, `<b>` bold, `<i>`, italic, `<del>` strike through, `<ul>`, `<ol>` and checkbox lists, `<a>` links and `<img>` images
|
|
482
|
+
- editor is focused on load if `autoFocus` prop is set to `true`
|
|
483
|
+
- implemented support for `disabled` state in code editor
|
|
484
|
+
- implemented support for `intent` states in code editor
|
|
485
|
+
- `<Label />`
|
|
486
|
+
- `additionalElements` property to display elements at the end of the label
|
|
487
|
+
- `inline` property to display the label component as inline block
|
|
488
|
+
- `<MenutItem />`
|
|
489
|
+
- `tooltip` property to dislay tooltip on menu item label
|
|
490
|
+
- `<NodeContent />`
|
|
491
|
+
- `resizeDirections` to specifiy the axis that can be used to resize the node
|
|
492
|
+
- `resizeMaxDimensions` to add maximum values for resizing height/width
|
|
493
|
+
- `<OverviewItem />`
|
|
494
|
+
- `hasCardWrapper` property to use a `Card` component as wrapper around it, simplifies the process to put it in a box, use `cardProps` to forward basic properties to that `Card` wrapper
|
|
495
|
+
- `<SimpleDialog />`
|
|
496
|
+
- `actionsProps` property to forward `CardActions` properties, e.g. `noWrap`
|
|
497
|
+
- New icons:
|
|
498
|
+
- `artefact-task-concatenatetofile`
|
|
499
|
+
- `artefact-task-pivot`
|
|
500
|
+
- `artefact-task-unpivot`
|
|
501
|
+
- `item-magic-edit`
|
|
502
|
+
- `operation-format-text-code`
|
|
503
|
+
- `operation-format-text-bold`
|
|
504
|
+
- `operation-format-text-italic`
|
|
505
|
+
- `operation-format-text-strikethrough`
|
|
506
|
+
- `operation-format-list-bullet`
|
|
507
|
+
- `operation-format-list-checked`
|
|
508
|
+
- `operation-format-list-numbered`
|
|
446
509
|
|
|
447
510
|
### Fixed
|
|
448
511
|
|
|
449
|
-
-
|
|
450
|
-
-
|
|
451
|
-
-
|
|
452
|
-
-
|
|
453
|
-
-
|
|
454
|
-
-
|
|
455
|
-
-
|
|
456
|
-
-
|
|
457
|
-
-
|
|
458
|
-
-
|
|
459
|
-
-
|
|
460
|
-
-
|
|
461
|
-
-
|
|
462
|
-
-
|
|
512
|
+
- `<CodeAutocompleteField />`:
|
|
513
|
+
- Code editor resets to initial value on every code editor instance re-init
|
|
514
|
+
- `<CodeEditor />`
|
|
515
|
+
- re-render the component if the `wrapLines` property is changed after the component's render
|
|
516
|
+
- only fire `onChange` event when the document has actually changed
|
|
517
|
+
- `<OverviewItem />`
|
|
518
|
+
- whitespace after `Depiction` element when the `OverviewItem` ist used with `densityHigh` and `hasSpacing`
|
|
519
|
+
- `<OverviewItemActions />`
|
|
520
|
+
- `hiddenInteractions` stay visible if they contain focused elements or opened overlays (e.g. context menus)
|
|
521
|
+
- `<TagList />`
|
|
522
|
+
- do not create empty list items
|
|
523
|
+
- `<SearchField />`
|
|
524
|
+
- allow to use `onClearanceHandler` and `rightElement` together
|
|
525
|
+
- fix display of `Icon` with `tooltipText` as direct child in `rightElement`
|
|
463
526
|
|
|
464
527
|
### Changed
|
|
465
528
|
|
|
466
|
-
-
|
|
467
|
-
-
|
|
468
|
-
-
|
|
469
|
-
-
|
|
470
|
-
-
|
|
471
|
-
-
|
|
472
|
-
-
|
|
473
|
-
-
|
|
474
|
-
-
|
|
475
|
-
-
|
|
476
|
-
-
|
|
477
|
-
-
|
|
529
|
+
- `<ActivityControlWidget />`
|
|
530
|
+
- display running time after label if there is an status info to prevent a third line
|
|
531
|
+
- `<ReactFlow />`
|
|
532
|
+
- property color for `graph` configuration was adjusted
|
|
533
|
+
- `<SearchField />`
|
|
534
|
+
- internally forced to be managed controlled to keep `onClearanceHandler` independent from outer `value` property
|
|
535
|
+
- `<Switch />`
|
|
536
|
+
- use always `<Label/>` component for `label` value
|
|
537
|
+
- `<StickyNoteNode />`
|
|
538
|
+
- Refactored data structure position and dimension (breaking change)
|
|
539
|
+
- `<MiniMap />`
|
|
540
|
+
- component supports now React Flow v9 and v12
|
|
478
541
|
|
|
479
542
|
### Deprecated
|
|
480
543
|
|
|
481
|
-
-
|
|
482
|
-
-
|
|
483
|
-
-
|
|
484
|
-
-
|
|
485
|
-
-
|
|
486
|
-
-
|
|
544
|
+
- `<CodeEditor />`
|
|
545
|
+
- fallback of static test id is removed, need then always to be set if necessary
|
|
546
|
+
- `<OverflowText />`
|
|
547
|
+
- component won't accept properties of any name in future, only data attributes for test IDs and basic HTML element properties
|
|
548
|
+
- `<OverviewItemList />`
|
|
549
|
+
- `densityHigh` property will be removed, use it directly on `OverviewItem` children
|
|
487
550
|
|
|
488
551
|
## [24.0.1] - 2025-02-06
|
|
489
552
|
|
|
490
553
|
### Changed
|
|
491
554
|
|
|
492
|
-
-
|
|
555
|
+
- `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
|
|
493
556
|
|
|
494
557
|
### Fixed
|
|
495
558
|
|
|
496
|
-
-
|
|
497
|
-
-
|
|
498
|
-
-
|
|
499
|
-
-
|
|
559
|
+
- `MultiSelect`:
|
|
560
|
+
- Old suggestions might be shown for a very short time when typing in a new search query.
|
|
561
|
+
- `CodeEditor`:
|
|
562
|
+
- Broken highlighting for editor modes that leveraged adapted legacy modes.
|
|
500
563
|
|
|
501
564
|
## [24.0.0] - 2024-12-17
|
|
502
565
|
|
|
@@ -504,650 +567,650 @@ This is a major release, and it might be not compatible with your current usage
|
|
|
504
567
|
|
|
505
568
|
### Migration from v23 to v24
|
|
506
569
|
|
|
507
|
-
-
|
|
508
|
-
-
|
|
509
|
-
-
|
|
510
|
-
-
|
|
511
|
-
-
|
|
512
|
-
-
|
|
513
|
-
-
|
|
514
|
-
-
|
|
515
|
-
-
|
|
516
|
-
-
|
|
517
|
-
-
|
|
518
|
-
-
|
|
519
|
-
-
|
|
520
|
-
-
|
|
521
|
-
-
|
|
522
|
-
-
|
|
523
|
-
-
|
|
570
|
+
- upgrade Typescript to v5
|
|
571
|
+
- upgrade Node to at least v18, see **Changed** section for more info about it
|
|
572
|
+
- remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
|
|
573
|
+
- `<GridColumn/>`
|
|
574
|
+
- `full`: was deprecated and now removed because it always uses full width if it is the only column and does not have any othe size config
|
|
575
|
+
- `<Notification/>`
|
|
576
|
+
- `fullWidth`: was deprecated and now removed, use `flexWidth` as replacement
|
|
577
|
+
- `iconName`: was deprecated and now removed, use `icon` property
|
|
578
|
+
- `<Table/>`
|
|
579
|
+
- `size`: use only "small", "medium" or "large" as value
|
|
580
|
+
- `<Tag/>`
|
|
581
|
+
- `emphasized`: was deprecated and now removed, use `minimal=false` plus `emphasis="stronger"` instead
|
|
582
|
+
- `IconSized` type: use `CarbonIconType`
|
|
583
|
+
- `TimeUnits` type: use `ElapsedDateTimeDisplayUnits`
|
|
584
|
+
- `MarkdownParserProps` interface: use `MarkdownProps`
|
|
585
|
+
- `elapsedTimeSegmented` function: use `elapsedDateTimeDisplayUtils.elapsedTimeSegmented`
|
|
586
|
+
- `simplifiedElapsedTime` function: use `elapsedDateTimeDisplayUtils.simplifiedElapsedTime`
|
|
524
587
|
|
|
525
588
|
### Added
|
|
526
589
|
|
|
527
|
-
-
|
|
528
|
-
-
|
|
529
|
-
-
|
|
530
|
-
-
|
|
531
|
-
-
|
|
532
|
-
-
|
|
533
|
-
-
|
|
534
|
-
-
|
|
535
|
-
-
|
|
536
|
-
-
|
|
537
|
-
-
|
|
538
|
-
-
|
|
539
|
-
-
|
|
540
|
-
-
|
|
541
|
-
-
|
|
542
|
-
-
|
|
543
|
-
-
|
|
544
|
-
-
|
|
545
|
-
-
|
|
546
|
-
-
|
|
547
|
-
-
|
|
548
|
-
-
|
|
549
|
-
-
|
|
590
|
+
- `<StringPreviewContentBlobToggler />`:
|
|
591
|
+
- `noTogglerContentSuffix`: Allows to add non-string elements at the end of the content if the full description is shown, i.e. no toggler is necessary. This allows to add non-string elements to both the full-view content and the pure string content.
|
|
592
|
+
- `<MultiSuggestField />`
|
|
593
|
+
- An optional custom search function property has been added, it defines how to filter elements.
|
|
594
|
+
- Added a prop `limitHeightOpened` to limit the height of the dropdown by automatically calculating the available height in vh.
|
|
595
|
+
- `<FlexibleLayoutContainer />` and `<FlexibleLayoutItem />`
|
|
596
|
+
- helper components to create flex layouts for positioning sub elements
|
|
597
|
+
- stop misusing `Toolbar*` components to do that (anti pattern)
|
|
598
|
+
- `<PropertyValueList />` and `<PropertyValuePair />`
|
|
599
|
+
- `singleColumn` property to display label and value below each other
|
|
600
|
+
- `<Label />`
|
|
601
|
+
- `emphasis` property to control visual appearance of the label text
|
|
602
|
+
- basic Storybook example for `<Application* />` components
|
|
603
|
+
- `<CodeEditor />`
|
|
604
|
+
- `setEditorView` option for compatibility to Codemirror v6
|
|
605
|
+
- `supportCodeFolding` optional property to fold code for the supported modes e.g: `xml`, `json`, etc.
|
|
606
|
+
- `shouldHighlightActiveLine` optional property to highlight active line where the cursor is currently in.
|
|
607
|
+
- `shouldHaveMinimalSetup` optional property that imports codemirror's base minimal configurations.
|
|
608
|
+
- `additionalExtensions` optional property for additional extensions to customize the editor further.
|
|
609
|
+
- `<Markdown />`
|
|
610
|
+
- `htmlContentBlockProps` can now be used to configure the wrapper around the Markdown content
|
|
611
|
+
- `$eccgui-selector-text-spot-highlight` SCSS config variable to specify selector that is used to create shortly highlighted spots
|
|
612
|
+
- it is highlighted when the selector is also active local anchor target or if it has the `.eccgui-typography--spothighlight` class attached to it
|
|
550
613
|
|
|
551
614
|
### Fixed
|
|
552
615
|
|
|
553
|
-
-
|
|
554
|
-
-
|
|
555
|
-
-
|
|
556
|
-
-
|
|
557
|
-
-
|
|
616
|
+
- toggling on/off the `<HandleTools/>` was corrected, they kept displayed after re-entering with the cursor
|
|
617
|
+
- `<Pagination/>`
|
|
618
|
+
- change text overflow for selectors to `clip` because Firefox rendered `ellipsis` a bit too early
|
|
619
|
+
- `<ApplicationContainer />`:
|
|
620
|
+
- `useDropzoneMonitor` helper hook process was improved so that less events are processed and the dropzone monitoring is more stable
|
|
558
621
|
|
|
559
622
|
### Changed
|
|
560
623
|
|
|
561
|
-
-
|
|
562
|
-
-
|
|
563
|
-
-
|
|
564
|
-
-
|
|
565
|
-
-
|
|
566
|
-
-
|
|
567
|
-
-
|
|
568
|
-
-
|
|
569
|
-
-
|
|
570
|
-
-
|
|
571
|
-
-
|
|
572
|
-
-
|
|
573
|
-
-
|
|
574
|
-
-
|
|
575
|
-
-
|
|
576
|
-
-
|
|
577
|
-
-
|
|
578
|
-
-
|
|
579
|
-
-
|
|
580
|
-
-
|
|
581
|
-
-
|
|
582
|
-
-
|
|
583
|
-
-
|
|
584
|
-
-
|
|
585
|
-
-
|
|
624
|
+
- GUI elements library needs node 18 or an higher version because dependencies were upgraded
|
|
625
|
+
- you may run into problems if you try it with Node v16 or v17, or Webpack v4, mainly because of a Node bugfix regarding the OpenSSL provider
|
|
626
|
+
- if you cannot upgrade your dependencies then you could workaround that by patching the `crypto` package or using Node with `--openssl-legacy-provider` option
|
|
627
|
+
- see https://github.com/webpack/webpack/issues/14532 and https://stackoverflow.com/questions/69692842/ for more info and possible solutions
|
|
628
|
+
- upgrade to `@carbon/react` package
|
|
629
|
+
- almost all Carbon related packages were replaced by using only `@carbon/react`
|
|
630
|
+
- some component interfaces partly lack documentation in our Storybook because their base interfaces from `@carbon/react` are currently not exported: `AccordionItemProps`, `ApplicationHeaderProps`, `ApplicationToolbarProps`, `ApplicationToolbarActionProps`, `ApplicationToolbarPanelProps`, `CarbonIconType`, `TableCellProps`, `TableExpandRowProps`, `TableProps`
|
|
631
|
+
- upgrade to Typescript v5
|
|
632
|
+
- your package should be compatible to Typescript 5 patterns
|
|
633
|
+
- upgrade to Storybook v8
|
|
634
|
+
- include a few patches for actions, see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#implicit-actions-can-not-be-used-during-rendering-for-example-in-the-play-function
|
|
635
|
+
- allow `next` and `legacy` as branch names
|
|
636
|
+
- `<CodeEditor />`
|
|
637
|
+
- `setInstance` interface changed to `setEditorView` for semantic compatibility to Codemirror v6
|
|
638
|
+
- `<BreadcrumbItem/>`
|
|
639
|
+
- link color and separation char were adjusted
|
|
640
|
+
- `<Markdown/>`
|
|
641
|
+
- align blocks for language specific code to default code blocks
|
|
642
|
+
- switch icons for `item-clone` and `item-copy` to Carbon's `<Replicate/>` and `<Copy/>`
|
|
643
|
+
- Remove duplicated icon names `artefact-customtask*` and only keep `artefact-task*` names.
|
|
644
|
+
- `<OverviewItemDepiction/>`
|
|
645
|
+
- improve examples in storybook
|
|
646
|
+
- improve display for images that are to large for the available space (fully show them)
|
|
647
|
+
- `<CodeAutocompleteField />`:
|
|
648
|
+
- Add parameter `reInitOnInitialValueChange`, to allow the field to re-initialize if the initial value changes.
|
|
586
649
|
|
|
587
650
|
### Deprecated
|
|
588
651
|
|
|
589
|
-
-
|
|
590
|
-
-
|
|
591
|
-
-
|
|
592
|
-
-
|
|
593
|
-
-
|
|
594
|
-
-
|
|
595
|
-
-
|
|
596
|
-
-
|
|
597
|
-
-
|
|
598
|
-
-
|
|
599
|
-
-
|
|
600
|
-
-
|
|
601
|
-
-
|
|
602
|
-
-
|
|
603
|
-
-
|
|
604
|
-
-
|
|
605
|
-
-
|
|
606
|
-
-
|
|
607
|
-
-
|
|
608
|
-
-
|
|
609
|
-
-
|
|
610
|
-
-
|
|
611
|
-
-
|
|
612
|
-
-
|
|
613
|
-
-
|
|
652
|
+
- `<Icon/>` and `<TestIcon/>`
|
|
653
|
+
- `description` and `iconTitle`: use `title` as replacement.
|
|
654
|
+
- `TableRowHeightSize` type: use `TableProps["size"]` directly
|
|
655
|
+
- `IRenderModifiers` interface: use `SuggestFieldItemRendererModifierProps`
|
|
656
|
+
- `IElementWidth` type: use `SuggestFieldItemRendererModifierProps["styleWidth"]`
|
|
657
|
+
- `MultiSelectSelectionProps` interface: use `MultiSuggestFieldSelectionProps`
|
|
658
|
+
- `MultiSelectProps` interface: use `MultiSuggestFieldProps`
|
|
659
|
+
- `nodeTypes` and `edgeTypes`
|
|
660
|
+
- will be removed without replacement, define it yourself or use `<ReactFlow/` with `configuration` option
|
|
661
|
+
- `AutoCompleteFieldProps` and `IAutoCompleteFieldProps` interfaces: use `SuggestFieldProps`
|
|
662
|
+
- `<CodeAutocompleteField/>`
|
|
663
|
+
- `AutoSuggestionProps`: use `CodeAutocompleteFieldProps` instead
|
|
664
|
+
- we renamed `ISuggestionBase`, `ISuggestionWithReplacementInfo`, `IReplacementResult`, `IPartialAutoCompleteResult`, `IValidationResult` to `CodeAutocompleteFieldSuggestionBase`, `CodeAutocompleteFieldSuggestionWithReplacementInfo`, `CodeAutocompleteFieldReplacementResult`, `CodeAutocompleteFieldPartialAutoCompleteResult`, `CodeAutocompleteFieldValidationResult`
|
|
665
|
+
- all legacy support components are going to be removed, you need to replace them by activily maintained components
|
|
666
|
+
- `<ButtonReplacement/>`: switch to `<Button />`
|
|
667
|
+
- `<AffirmativeButtonReplacement/>`: switch to `<Button affirmative />`
|
|
668
|
+
- `<DismissiveButtonReplacement/>`: switch to `<Button dismissive />`
|
|
669
|
+
- `<DisruptiveButtonReplacement/>`: switch to `<Button disruptive />`
|
|
670
|
+
- `<CheckboxReplacement/>`: switch to `<Checkbox />`
|
|
671
|
+
- `<RadioButtonReplacement/>`: switch to `<RadioButton />`
|
|
672
|
+
- `<TabsReplacement/>`: switch to `<Tabs />`
|
|
673
|
+
- `<TextFieldReplacement/>`: switch to `<TextField />`, `<TextArea />`, `<FieldItem />`
|
|
674
|
+
- `MultiSuggestField.ofType` method:
|
|
675
|
+
- instead of `MyMultiSuggest = MultiSuggestField.ofType<MyType>()` use directly `<MultiSuggestField<MyType> {...props} />`
|
|
676
|
+
- `MultiSuggestField.ofType` also returns the original BlueprintJS `MultiSelect` element, not our version!
|
|
614
677
|
|
|
615
678
|
## [23.8.0] - 2024-08-19
|
|
616
679
|
|
|
617
680
|
### Added
|
|
618
681
|
|
|
619
|
-
-
|
|
620
|
-
-
|
|
621
|
-
-
|
|
622
|
-
-
|
|
623
|
-
-
|
|
624
|
-
-
|
|
625
|
-
-
|
|
626
|
-
-
|
|
627
|
-
-
|
|
628
|
-
-
|
|
629
|
-
-
|
|
682
|
+
- `<ApplicationContainer />`:
|
|
683
|
+
- `monitorDropzonesFor` property can be used to monitor application wide dropzones for dragged elements via data attributes attached to body element containing the data transfer type of drag over events.
|
|
684
|
+
- `<ReactFlow />`
|
|
685
|
+
- `dropzoneFor` property can be used to mark react flow canvas as matching area to drop dragged elements.
|
|
686
|
+
- `<Accordion />`, `<AccordionItem />`
|
|
687
|
+
- `whitespaceSize` property to define how much whitespace is used on top and bottom inside the header and content of an accordion item.
|
|
688
|
+
- `separationSize` property defines how much space is used for the separation between an accordion item and the next one.
|
|
689
|
+
- class name prefixes are now available by variables with more readable names:
|
|
690
|
+
- BlueprintJS: `$prefix-blueprintjs` (current value is `bp5`)
|
|
691
|
+
- Carbon Design System: `$prefix-carbon` (current value is `cds`)
|
|
692
|
+
- eccenca GUI elements: `$prefix-eccgui` (current value is `eccgui`)
|
|
630
693
|
|
|
631
694
|
### Fixed
|
|
632
695
|
|
|
633
|
-
-
|
|
634
|
-
-
|
|
696
|
+
- `<ElapsedDateTimeDisplay />`
|
|
697
|
+
- negative values are not shown (e.g. in case server and browser clocks are apart)
|
|
635
698
|
|
|
636
699
|
### Changed
|
|
637
700
|
|
|
638
|
-
-
|
|
639
|
-
-
|
|
640
|
-
-
|
|
701
|
+
- `<TextArea />`
|
|
702
|
+
- improve visual alignment to `TextField` regarding whitespace and colors
|
|
703
|
+
- basic styles for Uppy widget were improved and moved to its own component folder
|
|
641
704
|
|
|
642
705
|
### Deprecated
|
|
643
706
|
|
|
644
|
-
-
|
|
645
|
-
-
|
|
646
|
-
-
|
|
647
|
-
-
|
|
707
|
+
- `<Accordion />`
|
|
708
|
+
- `size` property in favour of `whitespaceSize`
|
|
709
|
+
- `<AccordionItem />`
|
|
710
|
+
- `condensed` property in favour of `whitespaceSize="none"`
|
|
648
711
|
|
|
649
712
|
## [23.7.0] - 2024-06-26
|
|
650
713
|
|
|
651
714
|
### Added
|
|
652
715
|
|
|
653
|
-
-
|
|
654
|
-
-
|
|
655
|
-
-
|
|
656
|
-
-
|
|
657
|
-
-
|
|
658
|
-
-
|
|
659
|
-
-
|
|
660
|
-
-
|
|
661
|
-
-
|
|
662
|
-
-
|
|
663
|
-
-
|
|
664
|
-
-
|
|
665
|
-
-
|
|
666
|
-
-
|
|
667
|
-
-
|
|
668
|
-
-
|
|
669
|
-
-
|
|
670
|
-
-
|
|
716
|
+
- `<ReactFlow/>`, `<StickyNoteModal/>`, `<EdgeDefault/>`, `<EdgeLabel/>`, `<HandleContent/>`, `<HandleTools/>`, `<MiniMap/>`
|
|
717
|
+
- all react flow components are now be able to process test ids as data attributes, e.g. `data-test-id` and `data-testid`, sometimes as direct property, in other cases as part of properties routed to the wrapper elements
|
|
718
|
+
- storybook documentation was enhanced by demonstration the usage of test ids
|
|
719
|
+
- `<Markdown />`
|
|
720
|
+
- Do syntax highlighting when a class name is set in the form `language-<LANGUAGE_NAME>`.
|
|
721
|
+
- `<StickyTarget/>`
|
|
722
|
+
- Element wraps the content that need to be displayed sticky.
|
|
723
|
+
- `utils`
|
|
724
|
+
- `getScrollParent`: method to find the scroll parent of an element
|
|
725
|
+
- `<SuggestField />`
|
|
726
|
+
- Support loading more results when scrolling to the end of the result list.
|
|
727
|
+
- `<TextArea />`
|
|
728
|
+
- `intent` property to set the state, formerly used `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties are now deprecated
|
|
729
|
+
- `leftIcon`: set the left aligned icon
|
|
730
|
+
- `rightElement`: renders on right side
|
|
731
|
+
- `<Depiction />`
|
|
732
|
+
- `disabled` property could be used if the element is used inside a disabled interactive element or form control but the state is not adapted automatically to the depiction
|
|
733
|
+
- new icons: `navigation-extern`, `toggler-list`, `toggler-table`, `data-boolean`
|
|
671
734
|
|
|
672
735
|
### Fixed
|
|
673
736
|
|
|
674
|
-
-
|
|
675
|
-
-
|
|
676
|
-
-
|
|
677
|
-
-
|
|
678
|
-
-
|
|
679
|
-
-
|
|
680
|
-
-
|
|
681
|
-
-
|
|
682
|
-
-
|
|
683
|
-
-
|
|
684
|
-
-
|
|
737
|
+
- `<MultiSuggestField />`
|
|
738
|
+
- Updated the interface with the ability to use either `selectedItems` or `prePopulateWithItems` properties, which is more logical.
|
|
739
|
+
- Fixed deferred `selectedItems` setting.
|
|
740
|
+
- `<BreadcrumbsList />`
|
|
741
|
+
- `onItemClick` handler is only executed if breadcrumb has `href` set because this is one callback parameter and the handler would not have any information otherwise
|
|
742
|
+
- `<Depiction />`
|
|
743
|
+
- position fixed when element is used as icon in `<Button />`
|
|
744
|
+
- `<Tooltip />`
|
|
745
|
+
- fix font sizes and background colors
|
|
746
|
+
- `<NodeContent />`
|
|
747
|
+
- node introduction is only processed one time even if a node update still provides a `introductionTime` property
|
|
685
748
|
|
|
686
749
|
### Changed
|
|
687
750
|
|
|
688
|
-
-
|
|
689
|
-
-
|
|
690
|
-
-
|
|
691
|
-
-
|
|
692
|
-
-
|
|
693
|
-
-
|
|
694
|
-
-
|
|
695
|
-
-
|
|
696
|
-
-
|
|
697
|
-
-
|
|
751
|
+
- `<BreadcrumbsList />`
|
|
752
|
+
- `onItemClick` handler is only executed when the breadcrumb has no own `onClick` handler defined
|
|
753
|
+
- `<Card />`
|
|
754
|
+
- `elevation` allows now `-1` as value, the card is borderless then
|
|
755
|
+
- `<MultiSuggestField />`
|
|
756
|
+
- use "Search for item, or enter term to create new one..." as default `placeholder` if `createNewItemFromQuery` is given
|
|
757
|
+
- `<SilkActivityControl />`
|
|
758
|
+
- interface of `initialStatus` property has been updated with the so far missing `lastUpdateTime` property. If you run in problems because of that you could use `Date.now()` as fix. Or consider to use `<ActivityControlWidget />` directly, what is probably even better.
|
|
759
|
+
- `<Depiction />`
|
|
760
|
+
- opcaity is reduced automatically when element is used as icon in a disabled `<Button />`
|
|
698
761
|
|
|
699
762
|
### Deprecated
|
|
700
763
|
|
|
701
|
-
-
|
|
702
|
-
-
|
|
703
|
-
-
|
|
704
|
-
-
|
|
764
|
+
- `<TextArea />`
|
|
765
|
+
- `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties: use the `intent` property instead.
|
|
766
|
+
- `<StickyNoteModal/>`
|
|
767
|
+
- static test id `data-test-id="sticky-note-modal"` will be removed with next major version
|
|
705
768
|
|
|
706
769
|
## [23.6.0] - 2024-04-17
|
|
707
770
|
|
|
708
771
|
### Added
|
|
709
772
|
|
|
710
|
-
-
|
|
711
|
-
-
|
|
712
|
-
-
|
|
713
|
-
-
|
|
714
|
-
-
|
|
715
|
-
-
|
|
716
|
-
-
|
|
717
|
-
-
|
|
718
|
-
-
|
|
719
|
-
-
|
|
720
|
-
-
|
|
721
|
-
-
|
|
722
|
-
-
|
|
723
|
-
-
|
|
724
|
-
-
|
|
725
|
-
-
|
|
726
|
-
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
-
|
|
773
|
+
- `<BreadcrumbList/>`, `<MultiSuggestField/>`, `<Notification/>`, `<Select/>`, `<Tabs/>`
|
|
774
|
+
- `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
|
|
775
|
+
- `wrapperProps`: can be defined by using `div` attributes, and if given a `div` element with wrap the component. This wrapper is also used for test ids because the underlaying BlueprintJS components do not forward data attributes to the DOM.
|
|
776
|
+
- if a test id is used on `<Select/>` or `<MultiSuggestField/>` then the toggle button, the dropdown and the search filter get automatically their own test id, suffixed by `_togger`, `_drowpdown` and `_searchinput`.
|
|
777
|
+
- `<CodeMirror />`:
|
|
778
|
+
- Added support for N-triples and Mathematica modes.
|
|
779
|
+
- Allow direct access to the underlying code mirror instance.
|
|
780
|
+
- Allow to register a scroll handler.
|
|
781
|
+
- Support code folding for some modes, e.g. xml, json.
|
|
782
|
+
- `<Modal/>`, `<SimpleDialog/>`, `<AlertDialog/>`
|
|
783
|
+
- `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
|
|
784
|
+
- `<MultiSuggestField />`
|
|
785
|
+
- `selectedItems` can be used to set default selected items
|
|
786
|
+
- new use hook
|
|
787
|
+
- `useApplicationHeaderOverModals`: forces the application header to be displayed over modal backgrounds
|
|
788
|
+
- `ClassNames` now forwards all BlueprintJS CSS class names
|
|
789
|
+
- ```
|
|
790
|
+
import { ClassNames } from "@eccenca/gui-elements";
|
|
791
|
+
export const bpButtonClass = ClassNames.Blueprint.BUTTON;
|
|
792
|
+
```
|
|
793
|
+
- new icons: `state-locked`, `state-unlocked`, `application-notification`
|
|
731
794
|
|
|
732
795
|
### Fixed
|
|
733
796
|
|
|
734
|
-
-
|
|
735
|
-
-
|
|
736
|
-
-
|
|
737
|
-
-
|
|
738
|
-
-
|
|
739
|
-
-
|
|
740
|
-
-
|
|
741
|
-
-
|
|
742
|
-
-
|
|
797
|
+
- `<Card />`
|
|
798
|
+
- fix styles for `selected=true`, allow it without interactive functionality on card element
|
|
799
|
+
- align colors with active menu items
|
|
800
|
+
- `<MultiSuggestField />`
|
|
801
|
+
- reset the list of options when the query is cleared but nothing from the list is selected
|
|
802
|
+
- add the created element to the list of filtered elements immediately after its creation
|
|
803
|
+
- block input if `disabled` property is set
|
|
804
|
+
- `<TagList />`
|
|
805
|
+
- vertical alignment fixed in nowrap containers and for tags with icons
|
|
743
806
|
|
|
744
807
|
### Changed
|
|
745
808
|
|
|
746
|
-
-
|
|
747
|
-
-
|
|
748
|
-
-
|
|
749
|
-
-
|
|
750
|
-
-
|
|
751
|
-
-
|
|
752
|
-
-
|
|
809
|
+
- BlueprintJS libraries was updated to v5
|
|
810
|
+
- Popover2 lib was removed because we can now again use the internal component from core lib again
|
|
811
|
+
- `<ApplicationContainer />`
|
|
812
|
+
- `<OverlaysProvider />` from BlueprintJS is now used
|
|
813
|
+
- @see https://github.com/palantir/blueprint/wiki/Overlay2-migration
|
|
814
|
+
- `<Tag />`
|
|
815
|
+
- included icons are always limited to the height of the text label
|
|
753
816
|
|
|
754
817
|
### Deprecated
|
|
755
818
|
|
|
756
|
-
-
|
|
757
|
-
-
|
|
758
|
-
-
|
|
759
|
-
-
|
|
760
|
-
-
|
|
761
|
-
-
|
|
762
|
-
-
|
|
819
|
+
- `<Button />`
|
|
820
|
+
- interface `AnchorOrButtonProps` is currently exported together with the component but it will be removed with the next major version
|
|
821
|
+
- there won't be a replacement or alternate interface because `ButtonProps` should be enough
|
|
822
|
+
- `<BreadcrumbList/>`
|
|
823
|
+
- property `htmlUlProps`: this is going to be removed because the BlueprintJS `Breadcrumbs` component does not support native `ul` attributes. The element provides a new `wrapperProps` property.
|
|
824
|
+
- `<MultiSuggestField />`
|
|
825
|
+
- static usage of `data-test-id="clear-all-items"` for the clearance button is deprecated, will be replaced by a test id later that is created from the given test id for the component plus a `_clearance` suffix
|
|
763
826
|
|
|
764
827
|
## [23.5.0] - 2024-02-15
|
|
765
828
|
|
|
766
829
|
### Added
|
|
767
830
|
|
|
768
|
-
-
|
|
769
|
-
-
|
|
770
|
-
-
|
|
831
|
+
- `<CodeEditor />`
|
|
832
|
+
- visualize the usage of tabulator chars by background color and arrow symbol
|
|
833
|
+
- new `tabIntentSize`, `tabIntentStyle`, `tabForceSpaceForModes` properties to give better control over tabulator usage
|
|
771
834
|
|
|
772
835
|
### Fixed
|
|
773
836
|
|
|
774
|
-
-
|
|
775
|
-
-
|
|
837
|
+
- `<Depiction />`
|
|
838
|
+
- images representing SVG without `width` property on their root element are displayed with a minimal forced dimension to prevent that they are hidden in some browsers
|
|
776
839
|
|
|
777
840
|
## [23.4.1] - 2024-02-08
|
|
778
841
|
|
|
779
842
|
### Fixed
|
|
780
843
|
|
|
781
|
-
-
|
|
782
|
-
-
|
|
844
|
+
- icons
|
|
845
|
+
- use older version of icon library to prevent typescript issues after changes in recent versions
|
|
783
846
|
|
|
784
847
|
## [23.4.0] - 2024-02-07
|
|
785
848
|
|
|
786
849
|
### Added
|
|
787
850
|
|
|
788
|
-
-
|
|
789
|
-
-
|
|
790
|
-
-
|
|
791
|
-
-
|
|
792
|
-
-
|
|
793
|
-
-
|
|
794
|
-
-
|
|
795
|
-
-
|
|
796
|
-
-
|
|
797
|
-
-
|
|
798
|
-
-
|
|
799
|
-
-
|
|
851
|
+
- `<PropertyValuePair />`, `<PropertyName />`, `<PropertyValue />`
|
|
852
|
+
- `nowrap`: force display on one line without breaks
|
|
853
|
+
- `<Skeleton />`
|
|
854
|
+
- provides a loading state display of its children elements
|
|
855
|
+
- `<TableCell />`
|
|
856
|
+
- `alignHorizontal`: allow to center cell contents
|
|
857
|
+
- `<ActivityControlWidget />`
|
|
858
|
+
- added extra line to show timer for execution period
|
|
859
|
+
- `<ExtendedCodeEditor />`
|
|
860
|
+
- replaces `<SingleLineCodeEditor />` to get used for the `<CodeAutocompleteField />` component
|
|
861
|
+
- new icons
|
|
862
|
+
- `data-string`, `data-url`, `data-date`, `data-time`, `data-datetime`, `data-number`
|
|
800
863
|
|
|
801
864
|
### Fixed
|
|
802
865
|
|
|
803
|
-
-
|
|
804
|
-
-
|
|
866
|
+
- `<Pagination />`
|
|
867
|
+
- adjust color of arrow in disabled navigation button
|
|
805
868
|
|
|
806
869
|
## [23.3.1] - 2023-11-15
|
|
807
870
|
|
|
808
871
|
### Fixed
|
|
809
872
|
|
|
810
|
-
-
|
|
811
|
-
-
|
|
873
|
+
- `<ContextOverlay />`
|
|
874
|
+
- remove always white space at start of `portalClassName` to prevent runtime error in BlueprintJS
|
|
812
875
|
|
|
813
876
|
## [23.3.0] - 2023-11-09
|
|
814
877
|
|
|
815
878
|
### Added
|
|
816
879
|
|
|
817
|
-
-
|
|
818
|
-
-
|
|
819
|
-
-
|
|
820
|
-
-
|
|
821
|
-
-
|
|
822
|
-
-
|
|
823
|
-
-
|
|
824
|
-
-
|
|
825
|
-
-
|
|
826
|
-
-
|
|
827
|
-
-
|
|
828
|
-
|
|
829
|
-
-
|
|
830
|
-
-
|
|
831
|
-
-
|
|
832
|
-
-
|
|
833
|
-
-
|
|
834
|
-
-
|
|
835
|
-
-
|
|
836
|
-
-
|
|
837
|
-
-
|
|
838
|
-
-
|
|
839
|
-
-
|
|
840
|
-
-
|
|
841
|
-
-
|
|
842
|
-
-
|
|
843
|
-
-
|
|
844
|
-
-
|
|
845
|
-
-
|
|
846
|
-
-
|
|
847
|
-
-
|
|
880
|
+
- `<PropertyName />`
|
|
881
|
+
- `labelProps`: configure the automatically injected `Label` element when `PropertyName` is only a string
|
|
882
|
+
- `<TextField />`
|
|
883
|
+
- `escapeToBlur`: if set to true the input field blurs/de-focuces when the `Escape` key is pressed.
|
|
884
|
+
- `<CodeEditor />`
|
|
885
|
+
- support for additional modes: `jinja2`, `yaml` and `json`
|
|
886
|
+
- add read-only mode
|
|
887
|
+
- `height`: set a fixed height of the editor
|
|
888
|
+
- `wrapLines`: control auto-wrapping long lines (the default for wrap long lines is set to false now)
|
|
889
|
+
- `<Modal />`
|
|
890
|
+
- `modalFocusable`: when `true` the outer `div` element of the modal can be focused by clicking on it.
|
|
891
|
+
This is needed e.g. when key (down, up) events should trigger on the modal in order to bubble up to its parent elements.
|
|
892
|
+
- `forceTopPosition`: when `true` then the `z-index` of the modal's portal element is recalculated, so that the modal is always displayed on top of all other visible elements. Use with care, see documentation.
|
|
893
|
+
- `<ContextOverlay />`
|
|
894
|
+
- `preventTopPosition`: when true then the `z-index` is decreased to the value for modals. Use it when you need to display modal dialogs out of the context overlay. Type of counter property to `Modal.forceTopPosition`.
|
|
895
|
+
- `<ReactFlow />`
|
|
896
|
+
- support disabling the react-flow hot keys via a React context, e.g. `Delete` etc.
|
|
897
|
+
- `<HandleDefault />`
|
|
898
|
+
- new `category` options that lead to different handle layouts: `dependency`, `fixed`, `flexible` and `unknown`
|
|
899
|
+
- `intent` option with defined colors for: primary, accent, info, success, warning, danger
|
|
900
|
+
- `<HandleTools />`
|
|
901
|
+
- can be used as single handle content to add an context menu to handles
|
|
902
|
+
- `<NodeContent />`
|
|
903
|
+
- `introductionTime`: can be used to visualize the node was added or updated
|
|
904
|
+
- `<EdgeLabel />`
|
|
905
|
+
- `loose`: can be set to `true` to prevent the box with border on the label component
|
|
906
|
+
- `<TableExpandHeader />`
|
|
907
|
+
- `toggleIcon`: optional icon that should be displayed instead of the default ones.
|
|
908
|
+
- `utils`
|
|
909
|
+
- `getGlobalVar` and `setGlobalVar`: can be used to manage global variables indepentently from component states. They are stored to the `window` object under a `eccgui` "namespace". Can be used for example to manage globally increased counters. Do not use them if you need to store user session properties or confidential data!
|
|
910
|
+
- canonical icons for `artefact-chatlog`, `entity-human`, `entity-robot` and `operation-magic`
|
|
848
911
|
|
|
849
912
|
### Changed
|
|
850
913
|
|
|
851
|
-
-
|
|
852
|
-
-
|
|
853
|
-
-
|
|
854
|
-
-
|
|
855
|
-
-
|
|
856
|
-
-
|
|
857
|
-
-
|
|
858
|
-
-
|
|
859
|
-
-
|
|
914
|
+
- `<SimpleDialog />`
|
|
915
|
+
- by default, prevent certain (React) events from bubbling up through the dialog (backdrop is not affected):
|
|
916
|
+
- event handler: `onContextMenu`, `onDrag`, `onDragStart`, `onDragEnd`, `onMouseDown`, `onMouseUp`, `onClick`
|
|
917
|
+
- handlers can be overwritten via `wrapperDivProps`
|
|
918
|
+
- `<ApplicationHeader />`
|
|
919
|
+
- it is now possible to overwrite the background color by setting `--eccgui-appheader-color-background` in its `style` attribute
|
|
920
|
+
- `<Modal />`
|
|
921
|
+
- new `xlarge` size option
|
|
922
|
+
- re-configure appearance of the sizes, `small` is displayed a bit smaller, `large` a bit larger than before
|
|
860
923
|
|
|
861
924
|
### Fixed
|
|
862
925
|
|
|
863
|
-
-
|
|
864
|
-
-
|
|
865
|
-
-
|
|
866
|
-
-
|
|
867
|
-
-
|
|
868
|
-
-
|
|
869
|
-
-
|
|
926
|
+
- `<Modal />`
|
|
927
|
+
- `Escape` key to close does not work anymore after clicking on the backdrop for `canOutsideClickClose=false` and `canEscapeKeyClose=true`.
|
|
928
|
+
- `<Spacing />`
|
|
929
|
+
- allow other `div` attributes, e.g. `style`
|
|
930
|
+
- tooltips of Carbon based elements are displayed correctly in position and layout
|
|
931
|
+
- `<PropertyValuePair />`
|
|
932
|
+
- force maximum width for situation when the block could be wider, e.g. inside a flex layout, otherwise name and value could be wrongly aligned in a list with other property value pairs
|
|
870
933
|
|
|
871
934
|
## [23.2.0] - 2023-07-14
|
|
872
935
|
|
|
873
936
|
### Added
|
|
874
937
|
|
|
875
|
-
-
|
|
876
|
-
-
|
|
877
|
-
-
|
|
878
|
-
-
|
|
879
|
-
-
|
|
880
|
-
-
|
|
881
|
-
-
|
|
882
|
-
-
|
|
883
|
-
-
|
|
884
|
-
-
|
|
885
|
-
-
|
|
886
|
-
-
|
|
887
|
-
-
|
|
888
|
-
-
|
|
889
|
-
-
|
|
890
|
-
-
|
|
891
|
-
-
|
|
892
|
-
-
|
|
893
|
-
-
|
|
894
|
-
-
|
|
895
|
-
-
|
|
896
|
-
-
|
|
897
|
-
-
|
|
898
|
-
-
|
|
899
|
-
-
|
|
900
|
-
-
|
|
938
|
+
- linting the code automatically via git hook on commit action
|
|
939
|
+
- `<SuggestField />`
|
|
940
|
+
- will replace `<AutoCompleteField />`
|
|
941
|
+
- match dropdown to element width when `fill=true`
|
|
942
|
+
- display dropdown toggler when `onlyDropdownWithQuery=false`
|
|
943
|
+
- `<MultiSuggestField />`: will replace `<MultiSelect />`
|
|
944
|
+
- `clearQueryOnSelection` option to set an empty query after selections
|
|
945
|
+
- match dropdown to element width when `fullWidth=true`
|
|
946
|
+
- `<CodeAutocompleteField />`: will replace `<AutoSuggestion />`
|
|
947
|
+
- `<Select />`:
|
|
948
|
+
- has now a default target when it is not controlled directly by its children
|
|
949
|
+
- `onClearanceHandler` and `onClearanceText` as options to include automatically a dedicated clearance button to the element
|
|
950
|
+
- `<PropertyName />`
|
|
951
|
+
- `size` option to increase/decrease width consumed by its display
|
|
952
|
+
- `<EdgeLabel />`: use `title` property on its text sub element
|
|
953
|
+
- `<Application* />` elements now have defined and exposed interfaces
|
|
954
|
+
- `<FieldSet />` element now have a defined and exposed interface
|
|
955
|
+
- `<PropertyValue* />` elements now have defined and exposed interfaces
|
|
956
|
+
- `<GridColumn />`
|
|
957
|
+
- `carbonSizeConfig` property to overwrite automatically set column sizes by using the original size config from the Carbon component
|
|
958
|
+
- `<TitleSubsection />` element now have a defined and exposed interface
|
|
959
|
+
- all inferfaces of the main elements in `src/components` are now exposed via `@eccenca/gui-elements`
|
|
960
|
+
- all inferfaces of the main elements in `src/extensions` are now exposed via `@eccenca/gui-elements`
|
|
961
|
+
- all inferfaces of the main elements in `src/cmem` are now exposed via `@eccenca/gui-elements`
|
|
962
|
+
- `<ApplicationToolbarPanel />`
|
|
963
|
+
- event handler `onLeave` and `onOutsideClick`, could be used to close the menu panel automatically
|
|
901
964
|
|
|
902
965
|
### Changed
|
|
903
966
|
|
|
904
|
-
-
|
|
905
|
-
-
|
|
906
|
-
-
|
|
907
|
-
-
|
|
908
|
-
-
|
|
909
|
-
-
|
|
910
|
-
-
|
|
911
|
-
-
|
|
912
|
-
-
|
|
913
|
-
-
|
|
914
|
-
-
|
|
915
|
-
-
|
|
916
|
-
-
|
|
917
|
-
-
|
|
918
|
-
-
|
|
919
|
-
-
|
|
920
|
-
-
|
|
921
|
-
-
|
|
922
|
-
-
|
|
923
|
-
-
|
|
924
|
-
-
|
|
925
|
-
-
|
|
926
|
-
-
|
|
927
|
-
-
|
|
928
|
-
-
|
|
929
|
-
-
|
|
930
|
-
-
|
|
931
|
-
-
|
|
932
|
-
-
|
|
933
|
-
-
|
|
934
|
-
-
|
|
935
|
-
-
|
|
936
|
-
-
|
|
937
|
-
-
|
|
938
|
-
-
|
|
939
|
-
-
|
|
940
|
-
-
|
|
941
|
-
-
|
|
967
|
+
- `<Select />`:
|
|
968
|
+
- match dropdown to element width when `fill=true`
|
|
969
|
+
- use rounded input for query input to align it with `<SearchField />`
|
|
970
|
+
- Upgraded dependencies
|
|
971
|
+
- BlueprintJS was upgraded to the recent version (and a few method calls fixed after)
|
|
972
|
+
- Carbon was upgraded to the recent version
|
|
973
|
+
- almost all other dependencies were upgraded to their recent minor and major versions
|
|
974
|
+
- Removed dependencies
|
|
975
|
+
- `package-json-validator` (not maintained anymore and disfunctional) - so currently there is not automatic check and validation of the `package.json` file
|
|
976
|
+
- `eslint`, `eslint-config-react-app`, `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser` - not directly necessary, they may be still installed by other sub packages
|
|
977
|
+
- Changed version resolutions
|
|
978
|
+
- set `postcss` to at recent version to fix a moderate security vulnerability
|
|
979
|
+
- remove resolutions for `node-gyp`, `glob-parent`, `trim`, `trim-newlines`, `minimist` - packages are not use, or resolution is not necessary anymore
|
|
980
|
+
- `<ActivityControlWidget />`
|
|
981
|
+
- `IActivityAction` interface was renamed to `ActivityControlWidgetAction`
|
|
982
|
+
- `<AutoSuggestion />`
|
|
983
|
+
- `IProps` interface was renamed to `AutoSuggestionProps`
|
|
984
|
+
- `<AutoSuggestionList />`
|
|
985
|
+
- `IDropdownProps` interface was renamed to `AutoSuggestionListProps`
|
|
986
|
+
- `<MultiSelect />`
|
|
987
|
+
- `SelectedParamsType` interface was renamed to `MultiSelectSelectionProps`
|
|
988
|
+
- `<SingleLineCodeEditor />`
|
|
989
|
+
- `IEditorProps` interface was renamed to `SingleLineCodeEditorProps`
|
|
990
|
+
- `<AlertDialog />`
|
|
991
|
+
- `IAlertDialogProps` interface was renamed to `AlertDialogProps`
|
|
992
|
+
- `<WorkspaceHeader />`
|
|
993
|
+
- `IWorkspaceHeaderProps` interface was renamed to `WorkspaceHeaderProps`
|
|
994
|
+
- `<NodeDefault />`
|
|
995
|
+
- `NodeProps` interface was renamed to `NodeDefaultProps` to justify naming convention
|
|
996
|
+
- `<NodeContent />`
|
|
997
|
+
- `IHandleProps` interface was renamed to `NodeContentHandleProps` to justify naming convention
|
|
998
|
+
- `Utilities` obejct was renamed to `utils` and enhanced with new functions: `getColorConfiguration`, `invisibleZeroWidthCharacters`
|
|
999
|
+
- improve style imports, now it is a bit easier to inlcude all parts separately
|
|
1000
|
+
- `<IconButton />`
|
|
1001
|
+
- prevent double tab index when it comes with an extra tooltip element attached to it
|
|
1002
|
+
- prevent tooltip tab selection when button is disabled or has set inactive tabindex itself
|
|
1003
|
+
- `<SimpleDialog />`
|
|
1004
|
+
- `enforceFocus: false` is set by default, so that searchable selects keep focus on their search input field
|
|
942
1005
|
|
|
943
1006
|
### Fixed
|
|
944
1007
|
|
|
945
|
-
-
|
|
946
|
-
-
|
|
1008
|
+
- use correct import for codemirror stylesheetss
|
|
1009
|
+
- `<BreadcrumbItem />` is not displayed clickable when it has no `href` or `onClick` property set
|
|
947
1010
|
|
|
948
1011
|
### Deprecated
|
|
949
1012
|
|
|
950
|
-
-
|
|
951
|
-
-
|
|
952
|
-
-
|
|
953
|
-
-
|
|
954
|
-
-
|
|
955
|
-
-
|
|
956
|
-
-
|
|
957
|
-
-
|
|
958
|
-
-
|
|
959
|
-
-
|
|
960
|
-
-
|
|
961
|
-
-
|
|
962
|
-
-
|
|
963
|
-
-
|
|
964
|
-
-
|
|
965
|
-
-
|
|
966
|
-
-
|
|
967
|
-
-
|
|
968
|
-
-
|
|
969
|
-
-
|
|
970
|
-
-
|
|
971
|
-
-
|
|
972
|
-
-
|
|
973
|
-
-
|
|
974
|
-
-
|
|
975
|
-
-
|
|
976
|
-
-
|
|
977
|
-
-
|
|
978
|
-
-
|
|
979
|
-
-
|
|
980
|
-
-
|
|
981
|
-
-
|
|
982
|
-
-
|
|
983
|
-
-
|
|
984
|
-
-
|
|
985
|
-
-
|
|
986
|
-
-
|
|
987
|
-
-
|
|
988
|
-
-
|
|
989
|
-
-
|
|
990
|
-
-
|
|
991
|
-
-
|
|
992
|
-
-
|
|
993
|
-
-
|
|
994
|
-
-
|
|
995
|
-
-
|
|
996
|
-
-
|
|
997
|
-
-
|
|
998
|
-
-
|
|
999
|
-
-
|
|
1000
|
-
-
|
|
1001
|
-
-
|
|
1002
|
-
-
|
|
1003
|
-
-
|
|
1004
|
-
-
|
|
1005
|
-
-
|
|
1006
|
-
-
|
|
1013
|
+
- `Select.ofType` method:
|
|
1014
|
+
- instead of `MyTypeSelect = Select.ofType<MyType>()` use directly `<Select<MyType> {...props} />`
|
|
1015
|
+
- `<AutoCompleteField />`: use `<SuggestField />`
|
|
1016
|
+
- `<MultiSelect />`
|
|
1017
|
+
- `SelectedParamsType`: renamed to `MultiSelectSelectionProps`
|
|
1018
|
+
- element will be re-implemented, use `<MultiSuggestField />` instead
|
|
1019
|
+
- `Utilities` object is now deprecated, use `utils` instead
|
|
1020
|
+
- `HelperClasses` object is now deprecated, use `ClassNames` instead
|
|
1021
|
+
- `<ActivityControlWidget />`
|
|
1022
|
+
- `IActivityAction`: renamed to `ActivityControlWidgetAction`
|
|
1023
|
+
- `<AutoCompleteField />`
|
|
1024
|
+
- `IRenderModifiers`: import from `src/components/AutocompleteField/interfaces`
|
|
1025
|
+
- `IElementWidth`: import from `src/components/AutocompleteField/interfaces`
|
|
1026
|
+
- `<AutoSuggestion />`
|
|
1027
|
+
- elemenat was renamed, use `<CodeAutocompleteField />` instead
|
|
1028
|
+
- `IProps` interface is now deprecated, use `CodeAutocompleteFieldProps` instead
|
|
1029
|
+
- `<AutoSuggestionList />`
|
|
1030
|
+
- `IDropdownProps` interface is now deprecated, use `AutoSuggestionListProps` instead
|
|
1031
|
+
- `<SingleLineCodeEditor />`
|
|
1032
|
+
- `IEditorProps` interface is now deprecated, use `SingleLineCodeEditorProps` instead
|
|
1033
|
+
- `<AlertDialog />`
|
|
1034
|
+
- `IAlertDialogProps` interface is now deprecated, use `AlertDialogProps` instead
|
|
1035
|
+
- `<WorkspaceHeader />`
|
|
1036
|
+
- `IWorkspaceHeaderProps` interface is now deprecated, use `WorkspaceHeaderProps` instead
|
|
1037
|
+
- `<NumericInput />`
|
|
1038
|
+
- It will be removed because beside the special arrow buttons it does not add any special. Could be done also with `<TextField />` combined with correct `type`.
|
|
1039
|
+
- `<Highlighter />`
|
|
1040
|
+
- `HighlighterFunctions` renamed to `highlighterUtils`
|
|
1041
|
+
- `extractSearchWords` moved to `highlighterUtils.extractSearchWords`
|
|
1042
|
+
- `matchesAllWords` moved to `highlighterUtils.matchesAllWords`
|
|
1043
|
+
- `createMultiWordRegex` moved to `highlighterUtils.createMultiWordRegex`
|
|
1044
|
+
- `<Icon />`
|
|
1045
|
+
- `findExistingIconName`: use `iconUtils.findExistingIconName`
|
|
1046
|
+
- `<Spinner />`
|
|
1047
|
+
- `SpinnerPosition`: use `SpinnerProps['position']`
|
|
1048
|
+
- `SpinnerSize`: use `SpinnerProps['size']`
|
|
1049
|
+
- `SpinnerStroke`: use `SpinnerProps['stroke']`
|
|
1050
|
+
- `ReactFlow` extensions
|
|
1051
|
+
- `NodeProps`: renamed to `NodeDefaultProps`
|
|
1052
|
+
- `minimapNodeClassName`: moved to `miniMapUtils.nodeClassName`
|
|
1053
|
+
- `minimapNodeColor`: moved to `miniMapUtils.nodeColor`
|
|
1054
|
+
- `nodeUtils`: renamed to `nodeDefaultUtils`
|
|
1055
|
+
- `IHandleProps`: renamed to `NodeContentHandleProps`
|
|
1056
|
+
- `NodeDimensions`: use `NodeContentProps<any>['nodeDimensions']`
|
|
1057
|
+
- `HighlightingState`: use `NodeContentProps<any>['highlightedState']` (or import from `src/extensions/react-flow/nodes/sharedTypes`)
|
|
1058
|
+
- `ActivityControl` components:
|
|
1059
|
+
- `IActivityControlLayoutProps`: renamed to `SilkActivityControlLayoutProps`
|
|
1060
|
+
- `IActivityExecutionReport`: renamed to `SilkActivityExecutionReportProps`
|
|
1061
|
+
- `ActivityControlTranslationKeys`: renamed to `SilkActivityControlTranslationKeys`
|
|
1062
|
+
- `ActivityAction`: renamed to `SilkActivityControlAction`
|
|
1063
|
+
- `IActivityControlProps`: renamed to `ActivityControlWidgetProps`
|
|
1064
|
+
- `IActivityStatus`: renamed to `SilkActivityStatusProps`
|
|
1065
|
+
- `ConcreteActivityStatus`: renamed to `SilkActivityStatusConcrete`
|
|
1066
|
+
- `ContentBlobToggler` components:
|
|
1067
|
+
- `firstNonEmptyLine`: moved to `stringPreviewContentBlobTogglerUtils.firstNonEmptyLine`
|
|
1068
|
+
- `Markdown` components:
|
|
1069
|
+
- `highlightSearchWordsPluginFactory` moved to `markdownUtils.highlightSearchWordsPluginFactory`
|
|
1007
1070
|
|
|
1008
1071
|
## [23.1.0] - 2023-04-20
|
|
1009
1072
|
|
|
1010
1073
|
### Added
|
|
1011
1074
|
|
|
1012
|
-
-
|
|
1013
|
-
-
|
|
1014
|
-
-
|
|
1015
|
-
-
|
|
1016
|
-
-
|
|
1017
|
-
-
|
|
1018
|
-
-
|
|
1019
|
-
-
|
|
1020
|
-
-
|
|
1021
|
-
-
|
|
1022
|
-
-
|
|
1023
|
-
-
|
|
1024
|
-
-
|
|
1025
|
-
-
|
|
1026
|
-
-
|
|
1027
|
-
-
|
|
1028
|
-
-
|
|
1029
|
-
-
|
|
1030
|
-
-
|
|
1031
|
-
-
|
|
1032
|
-
-
|
|
1033
|
-
-
|
|
1034
|
-
-
|
|
1035
|
-
-
|
|
1036
|
-
-
|
|
1037
|
-
-
|
|
1038
|
-
-
|
|
1039
|
-
-
|
|
1040
|
-
-
|
|
1041
|
-
-
|
|
1042
|
-
-
|
|
1043
|
-
-
|
|
1044
|
-
-
|
|
1045
|
-
-
|
|
1046
|
-
-
|
|
1047
|
-
-
|
|
1048
|
-
-
|
|
1049
|
-
-
|
|
1050
|
-
-
|
|
1051
|
-
-
|
|
1052
|
-
-
|
|
1053
|
-
-
|
|
1054
|
-
-
|
|
1055
|
-
-
|
|
1056
|
-
-
|
|
1057
|
-
-
|
|
1058
|
-
-
|
|
1059
|
-
-
|
|
1060
|
-
-
|
|
1075
|
+
- `<Badge />` element
|
|
1076
|
+
- add more context like icons, text or numbers to another element
|
|
1077
|
+
- `<Button />` and `<IconButton />` now have a `badge` property for simple attachment
|
|
1078
|
+
- `<ConfidenceValue/>` element
|
|
1079
|
+
- combines a value and a bar
|
|
1080
|
+
- `<Depiction />` element
|
|
1081
|
+
- include different types of images controlling of resizing, ratio, shape
|
|
1082
|
+
- `<EdgeLabel />` (react flow) element
|
|
1083
|
+
- can be used for custom edge labels, provides support for depiction, text, actions and intent states
|
|
1084
|
+
- `<Table />`, `<TableExpandHeader />`, `<TableRow />`, `<TableExpandRow />` and `<TableCell />` elements
|
|
1085
|
+
- Carbon based elements
|
|
1086
|
+
- other table elements are still used directly from the Carbon library
|
|
1087
|
+
- `<TestIcon />`: test icons without the need to define them via a canonical name before.
|
|
1088
|
+
- `<Card />` property
|
|
1089
|
+
- `whitespaceAmount`: controls how much whitespace is displayed within the card subelements
|
|
1090
|
+
- `<CardContent />` (react flow) property
|
|
1091
|
+
- `noFlexHeight`: changes the behaviour how the component uses the remaining space inside the Card element
|
|
1092
|
+
- `<Divider />` properties
|
|
1093
|
+
- `width`: width of the horizontal rule
|
|
1094
|
+
- `alignment`: horizontal alignment of the horizontal rule
|
|
1095
|
+
- `<EdgeDefault />` (react flow) properties
|
|
1096
|
+
- `strokeType`: overwrites the default style how the edge stroke is displayed
|
|
1097
|
+
- `intent`: visual feedback about the current state of the edge
|
|
1098
|
+
- `highlightColor`: color(s) of used highlights to mark the edge
|
|
1099
|
+
- `<Markdown />` property
|
|
1100
|
+
- `linkTargetName`: browser target name to open links from the Markdown content
|
|
1101
|
+
- `<MultiSelect />` property
|
|
1102
|
+
- `requestDelay`: To delay requests on query changes and only fire the most recent request.
|
|
1103
|
+
- `<NodeContent />` (react flow) properties
|
|
1104
|
+
- `leftElement`: any element that should be displayed before the node label
|
|
1105
|
+
- `labelSubline`: displayed under the label in the header
|
|
1106
|
+
- `fullWidth`: stretches the node to the full available width, e.g. when used outside React Flow context
|
|
1107
|
+
- `enlargeHeader`: increase hight of header
|
|
1108
|
+
- `border`: property to overwrite default styles
|
|
1109
|
+
- `intent`: visual feedback about the current state of the node
|
|
1110
|
+
- `highlightColor`: color(s) of used highlights to mark the node, together with `intent` it replaces `highlightedState`
|
|
1111
|
+
- `<Pagination />` property
|
|
1112
|
+
- `hideBorders`: element is displayed without dividing borders
|
|
1113
|
+
- `<Tag />` property
|
|
1114
|
+
- add support for `intent` property
|
|
1115
|
+
- `<TextField />` and `<TextArea />` property
|
|
1116
|
+
- `invisibleCharacterWarning`: callback to warn of invisible, hard to spot characters in the input text.
|
|
1117
|
+
- `intent`: state of the text field
|
|
1118
|
+
- `<ReactFlow />` property
|
|
1119
|
+
- `scrollOnDrag`: Support to scroll the pane when going beyond the pane borders on all drag and connection operations.
|
|
1120
|
+
- `<SilkActivityControl />` property
|
|
1121
|
+
- `executePrioritized` that is executed when the 'start prioritized' button is clicked while an activity is waiting for execution.
|
|
1122
|
+
- `<WhiteSpaceContainer />` property
|
|
1123
|
+
- `linebreakForced`: insert line breaks within an otherwise unbreakable string to prevent text from overflowing the container
|
|
1061
1124
|
|
|
1062
1125
|
### Changed
|
|
1063
1126
|
|
|
1064
|
-
-
|
|
1065
|
-
-
|
|
1066
|
-
-
|
|
1067
|
-
-
|
|
1068
|
-
-
|
|
1069
|
-
-
|
|
1127
|
+
- use option `--outputCss` for `yarn compile-scss` to get the transpiled CSS echoed out
|
|
1128
|
+
- upgrade to Carbon icons v11
|
|
1129
|
+
- switch from `carbon-components` to `@carbon/styles`
|
|
1130
|
+
- `<GridRow />` property `dontWrapColumns=true` only works for grids on medium sized and larger viewports
|
|
1131
|
+
- `<NodeContent />` animation is now displayed on the border, not by a pulsing shadow anymore
|
|
1132
|
+
- `<NodeDefault />`, `<NodeContent />` and `<HandleDefault />` support now React Flow 9 and 10
|
|
1070
1133
|
|
|
1071
1134
|
### Fixed
|
|
1072
1135
|
|
|
1073
|
-
-
|
|
1074
|
-
-
|
|
1075
|
-
-
|
|
1076
|
-
-
|
|
1136
|
+
- `<WorkspaceContent />`: do not prevent wrapping the columns of the included grid
|
|
1137
|
+
- `<SingleLineCodeEditor />`: Convert multi-line initial value to a single line value.
|
|
1138
|
+
- `<MenuItem />`: do not display empty icon wrapper.
|
|
1139
|
+
- `<MultiSelect />`: Requests e.g. on slow networks could get mixed up, resulting in not showing the most recent results.
|
|
1077
1140
|
|
|
1078
1141
|
### Deprecated
|
|
1079
1142
|
|
|
1080
|
-
-
|
|
1081
|
-
-
|
|
1082
|
-
-
|
|
1083
|
-
-
|
|
1143
|
+
- `<Grid />` property `fullWidth` is now deprecated as grids are always used for the full viewport width
|
|
1144
|
+
- `<NodeContent />` property `highlightedState` is replaced by `intent` and `highlightColor` and should not be used anymore
|
|
1145
|
+
- `<CardHeader />` properties `densityHigh` and `hasSpacing` are now deprecated, use `Card.whitespaceAmount` now
|
|
1146
|
+
- `<TextField />` properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` are now deprecated, use `intent` now
|
|
1084
1147
|
|
|
1085
1148
|
## [23.0.0] - 2022-11-18
|
|
1086
1149
|
|
|
1087
1150
|
### Added
|
|
1088
1151
|
|
|
1089
|
-
-
|
|
1090
|
-
-
|
|
1091
|
-
-
|
|
1092
|
-
-
|
|
1093
|
-
-
|
|
1094
|
-
-
|
|
1095
|
-
-
|
|
1096
|
-
-
|
|
1097
|
-
-
|
|
1098
|
-
-
|
|
1099
|
-
-
|
|
1100
|
-
-
|
|
1101
|
-
-
|
|
1102
|
-
-
|
|
1103
|
-
-
|
|
1104
|
-
-
|
|
1105
|
-
-
|
|
1106
|
-
-
|
|
1107
|
-
-
|
|
1108
|
-
-
|
|
1109
|
-
-
|
|
1110
|
-
-
|
|
1111
|
-
-
|
|
1152
|
+
- `<CodeEditor />` element based on `CodeMirror` library, supporting Markdown, Python, Sparql, SQL, Turtle and XML syntax
|
|
1153
|
+
- `<HoverToggler />` element that allows to switch elements when hovered over.
|
|
1154
|
+
- `<InteractionGate />` element that can wrap content that need to be blocked from user interactions, it also has options to display a spinner as overlay
|
|
1155
|
+
- `<Tree />` component
|
|
1156
|
+
- `<TabPanel />` component that can be used if `<Tabs />` is used in uncontrolled mode.
|
|
1157
|
+
- `<ReactFlowMarkers />` custom markers for ReactFlow edges, currently one new marker `arrowClosed-inverse` available
|
|
1158
|
+
- `<StickyNoteNode />`, usable by `stickynote` type in react flow editors for workflows and linking rules
|
|
1159
|
+
- `CssCustomProperties` and `getColorConfiguration` utilities can be used to exchange color configurations between SCSS and JS
|
|
1160
|
+
- `decideContrastColorValue` method to get a second color related to the lightness of the testes input color
|
|
1161
|
+
- `<SimpleDialog />`: properties `showFullScreenToggler` and `startInFullScreenMode`
|
|
1162
|
+
- `<EdgeDefault />`: new properties for the edge data
|
|
1163
|
+
- `markerStart` allows to add a marker to the edge starting point
|
|
1164
|
+
- `inversePath` allows to inverse the edge direction
|
|
1165
|
+
- `renderLabel` function to render fully custom edge label including any ReactNode
|
|
1166
|
+
- `<NodeContent />`: property `footerContent` to add footer content to a react flow node
|
|
1167
|
+
- `<AutoSuggestion>`: properties `autoCompletionRequestDelay` and `validationRequestDelay`, to configure the delay when a request is sent after nothing is typed in anymore.
|
|
1168
|
+
- `<FieldItemRow`: property `justifyItemWidths` to display all children using equal width inside the row
|
|
1169
|
+
- `<BreadcrumbList />`: properties `ignoreOverflow` and `latenOverflow`, that can be used to implement a second overflow strategy beside BlueprintJS overflow list, for example in case the overflow list leads to re-rendering loops
|
|
1170
|
+
- `<Spinner />`: `showLocalBackdrop` property to include backdrop behind spinner making the background less visible
|
|
1171
|
+
- `<ContextMenu />`: `disabled` property that disables the button to open the menu.
|
|
1172
|
+
- `<Tooltip />`: properties `markdownEnabler` and `markdownProps` to enable better formatted tooltips with options for line breaks, etc.
|
|
1173
|
+
- `<AutoCompleteField />`: `onlyDropdownWithQuery` property to prevent dropdown as long as the input field is empty
|
|
1174
|
+
- large addition to the Storybook, we almost doubled available components and stories
|
|
1112
1175
|
|
|
1113
1176
|
### Fixed
|
|
1114
1177
|
|
|
1115
|
-
-
|
|
1116
|
-
-
|
|
1117
|
-
-
|
|
1118
|
-
-
|
|
1119
|
-
-
|
|
1120
|
-
-
|
|
1121
|
-
-
|
|
1122
|
-
-
|
|
1178
|
+
- allow children of `<Accordion />` item to get calculated based on their DOM sizes
|
|
1179
|
+
- add borders to CodeMirror editor area and include display of focused state
|
|
1180
|
+
- GUI elements library can be now used easier in applications because it does not force usage of SCSS modules via JS/Webpack4
|
|
1181
|
+
- fixed ReactFlow stories re-rerender on configuration change
|
|
1182
|
+
- fix used font family and layout of `<AutoSuggestion />` element, and justify it with the other single line text inputs
|
|
1183
|
+
- fix condition to include the class name of a `<TagList />` and set maximum width for the items
|
|
1184
|
+
- fixed `<MultiSelect />` to correctly update created items that are selected while still maintaining a cache of all newly created items
|
|
1185
|
+
- do not change cursor to pointer by default on tooltip targets
|
|
1123
1186
|
|
|
1124
1187
|
### Changed
|
|
1125
1188
|
|
|
1126
|
-
-
|
|
1127
|
-
-
|
|
1128
|
-
-
|
|
1129
|
-
-
|
|
1130
|
-
-
|
|
1131
|
-
-
|
|
1132
|
-
-
|
|
1133
|
-
-
|
|
1189
|
+
- move style imports of CodeMirror layout to `extensions`
|
|
1190
|
+
- color configurations for react flow editor are not exported as modules anymore, they need to be fetched by `getColorConfiguration` method in JS directly
|
|
1191
|
+
- BlueprintJS was upgraded to a recent v4
|
|
1192
|
+
- elements were also upgraded to usage of `Popover2`, `Tooltip2`, `Select2`, `MultiSelect2` and `Breadcrumbs2`
|
|
1193
|
+
- this comes also with a necessary switch from `node-sass` to `sass` package, a javascript port from the original dart sass library, see migration notes to update your build process
|
|
1194
|
+
- `<TextField />` and `<AutoCompleteField />` now include a `title` attribute on the natively used `input` element to show the value if it is `disabled` or `readOnly`
|
|
1195
|
+
- flashing color regarding the intent state of a `<TextField />`
|
|
1196
|
+
- `<AutoCompleteField />`: Add 'hasBackDrop' parameter to use a backdrop for its popover in order for outside clicks to always close the popover. Default: false
|
|
1134
1197
|
|
|
1135
1198
|
### Migration notes
|
|
1136
1199
|
|
|
1137
|
-
-
|
|
1138
|
-
-
|
|
1139
|
-
-
|
|
1140
|
-
-
|
|
1141
|
-
-
|
|
1142
|
-
-
|
|
1143
|
-
-
|
|
1144
|
-
-
|
|
1145
|
-
-
|
|
1146
|
-
-
|
|
1147
|
-
-
|
|
1148
|
-
-
|
|
1149
|
-
-
|
|
1150
|
-
-
|
|
1200
|
+
- old `{ colors }` imports for `cmem/react-flow/configurations/*` do not keep working anymore, use `getColorConfiguration` method now
|
|
1201
|
+
- `<IconButton>`: `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
|
|
1202
|
+
- `<FieldItem>`: `labelAttributes` was renamed to `labelProps`
|
|
1203
|
+
- `<MenuItem>`: this element now extends directly the Blueprint element, so `internalProps` was removed, use properties directly on `MenuItem`
|
|
1204
|
+
- `<AutoCompleteField>`: `popoverProps` was renamed to `contextOverlayProps`
|
|
1205
|
+
- `<Button>`: `tooltipProperties` was renamed to `tooltipProps`
|
|
1206
|
+
- `<ContextMenu>`: use `contextOverlayProps` to route properties to the overlay element
|
|
1207
|
+
- `<Icon>`: `tooltipProperties` was renamed to `tooltipProps`, `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
|
|
1208
|
+
- `<Label>`: `tooltipProperties` was renamed to `tooltipProps`
|
|
1209
|
+
- `<MultiSelect>`: `popoverProps` was renamed to `contextOverlayProps`
|
|
1210
|
+
- `<Select>`: `popoverProps` was renamed to `contextOverlayProps`
|
|
1211
|
+
- `<Tooltip>`: this element now extends directly the Blueprint element, so `tolltipProps` was removed, use properties directly on `Tooltip`
|
|
1212
|
+
- `<BreadcrumbItem>`: `IBreadcrumbItemProps` interface was renamed to `BreadcrumbItemProps`
|
|
1213
|
+
- `BreadcrumbList`: `IBreadcrumbListProps` interface was renamed to `BreadcrumbListProps`
|
|
1151
1214
|
|
|
1152
1215
|
#### Switch from `node-sass` to `sass`
|
|
1153
1216
|
|
|
@@ -1175,148 +1238,148 @@ This is a major release, and it might be not compatible with your current usage
|
|
|
1175
1238
|
|
|
1176
1239
|
### Added
|
|
1177
1240
|
|
|
1178
|
-
-
|
|
1179
|
-
-
|
|
1180
|
-
-
|
|
1181
|
-
-
|
|
1182
|
-
-
|
|
1183
|
-
-
|
|
1184
|
-
-
|
|
1185
|
-
-
|
|
1186
|
-
-
|
|
1187
|
-
-
|
|
1241
|
+
- `MultiSelect` element that let select multiple options and adding new elements.
|
|
1242
|
+
- `ReactFlow` element with `configuration` property to load it with pre-set configurations for node and edge types
|
|
1243
|
+
- `Tab` element got new property for `backgroundColor`
|
|
1244
|
+
- Support highlighting of div elements via `eccgui-container--highlighted` class
|
|
1245
|
+
- Allow DefaultNode's execution buttons to read and adjust state of the node content in order for them to have effects on the node content
|
|
1246
|
+
- `letPassWheelEvents` property for `<NodeContent />` elements to enable/disable mouse wheel event propagation to the react flow zoom pane
|
|
1247
|
+
- `scrollinOnFocus` property for `<Card />` element, enables card to scroll controlled into the viewport
|
|
1248
|
+
- `slideOutOfNode` property for `<NodeContentExtension />` element, by default it is disabled
|
|
1249
|
+
- `labelWrapper` and `hasSpacing` properties for `<ActivityControlWidget />` to enable more control over its display from outside
|
|
1250
|
+
- `noScrollbarsOnChildren` property for `<HtmlContentBlock />` to allow merging scroll bars of both axes
|
|
1188
1251
|
|
|
1189
1252
|
### Fixed
|
|
1190
1253
|
|
|
1191
|
-
-
|
|
1192
|
-
-
|
|
1193
|
-
-
|
|
1254
|
+
- text color of button inside `<Notification />` element is not changed when it has an explicit intent state
|
|
1255
|
+
- use correct import paths in ESM distribution exports
|
|
1256
|
+
- correct alignment of children in vertical toolbar
|
|
1194
1257
|
|
|
1195
1258
|
### Changed
|
|
1196
1259
|
|
|
1197
|
-
-
|
|
1198
|
-
-
|
|
1199
|
-
-
|
|
1200
|
-
-
|
|
1201
|
-
-
|
|
1260
|
+
- Allow `round` attribute in `Tag` component
|
|
1261
|
+
- Allow tooltips on buttons only if they do not set on `loading` state
|
|
1262
|
+
- Improve routing calculations of `<ReactFlow />` edges reagrding our current use cases
|
|
1263
|
+
- Expose `<NodeTools />` menu API to ouside elements
|
|
1264
|
+
- `<ActivityExecutionErrorReportModal />` now offers always the option to display it in fullscreen size
|
|
1202
1265
|
|
|
1203
1266
|
### Deprecated
|
|
1204
1267
|
|
|
1205
|
-
-
|
|
1268
|
+
- deprecated `<Tabs/>` interface for tab items was removed, if necessary it can be used now from `legacy-repelacements` imports
|
|
1206
1269
|
|
|
1207
1270
|
## [22.0.1] - 2022-04-11
|
|
1208
1271
|
|
|
1209
1272
|
### Fixed
|
|
1210
1273
|
|
|
1211
|
-
-
|
|
1212
|
-
-
|
|
1274
|
+
- make used package version more stable, re-allowing also a yarn lock file
|
|
1275
|
+
- correct documentation about package registry
|
|
1213
1276
|
|
|
1214
1277
|
## [22.0.0] - 2022-04-08
|
|
1215
1278
|
|
|
1216
1279
|
### Added
|
|
1217
1280
|
|
|
1218
|
-
-
|
|
1219
|
-
-
|
|
1220
|
-
-
|
|
1281
|
+
- `Tag` element got new property for `backgroundColor`
|
|
1282
|
+
- Styles for footnotes and task lists, rendered by Markdown GFM parser.
|
|
1283
|
+
- React-Flow `NodeContent` element can now be extented by `contentExtension` property containing a `NodeContentExtension` element.
|
|
1221
1284
|
|
|
1222
1285
|
### Fixed
|
|
1223
1286
|
|
|
1224
|
-
-
|
|
1225
|
-
-
|
|
1226
|
-
-
|
|
1287
|
+
- Add missing import to `components/Spinner/Spinner.tsx`.
|
|
1288
|
+
- Add bottom white space in tables in content block elements.
|
|
1289
|
+
- `fullWidth` on/off display of `TextField` is now working like expected
|
|
1227
1290
|
|
|
1228
1291
|
### Changed
|
|
1229
1292
|
|
|
1230
|
-
-
|
|
1231
|
-
-
|
|
1293
|
+
- `TextField` elements are using `fullWidth=true` by default
|
|
1294
|
+
- `SearchField` uses now by default `"operation-search"` as `leftIcon`
|
|
1232
1295
|
|
|
1233
1296
|
### Deprecated
|
|
1234
1297
|
|
|
1235
|
-
-
|
|
1298
|
+
- `SimpleDialog` element now uses `intent` property instead of `intentClassName`
|
|
1236
1299
|
|
|
1237
1300
|
## [21.11.1] 2021-11-24
|
|
1238
1301
|
|
|
1239
1302
|
### Added
|
|
1240
1303
|
|
|
1241
|
-
-
|
|
1242
|
-
-
|
|
1304
|
+
- Changelog documentation
|
|
1305
|
+
- Readme project overview
|
|
1243
1306
|
|
|
1244
1307
|
## 21.11
|
|
1245
1308
|
|
|
1246
1309
|
### Added
|
|
1247
1310
|
|
|
1248
|
-
-
|
|
1249
|
-
-
|
|
1250
|
-
-
|
|
1251
|
-
-
|
|
1252
|
-
-
|
|
1253
|
-
-
|
|
1254
|
-
-
|
|
1255
|
-
-
|
|
1256
|
-
-
|
|
1257
|
-
-
|
|
1311
|
+
- Iframe and IframeModal basic elements
|
|
1312
|
+
- Support for special components shared between applications of the eccenca Corporate Memory GUI
|
|
1313
|
+
- ActivityControl widget
|
|
1314
|
+
- ContentBlobToggler component
|
|
1315
|
+
- Markdown parser widget
|
|
1316
|
+
- Support animated NodeDefault shadows to visualize activities
|
|
1317
|
+
- Height of NodeDefault can be aligned to number of handles
|
|
1318
|
+
- React-Flow Minipmap can be used for navigation on canvas
|
|
1319
|
+
- Support more icons
|
|
1320
|
+
- Support intent states for Icon
|
|
1258
1321
|
|
|
1259
1322
|
### Changed
|
|
1260
1323
|
|
|
1261
|
-
-
|
|
1262
|
-
-
|
|
1263
|
-
-
|
|
1264
|
-
-
|
|
1265
|
-
-
|
|
1324
|
+
- ApplicationContainer is not based on Carbon anymore
|
|
1325
|
+
- sidenav expansion state must be managed outside of that element now
|
|
1326
|
+
- OverviewItemActions can be shown only when OverviewItem is hovered
|
|
1327
|
+
- Rail naviagtion is openen just after a short delay to prevent openeing on wrong hover actions
|
|
1328
|
+
- Use own property to hide overflow content in ToolbarSection
|
|
1266
1329
|
|
|
1267
1330
|
### Fixed
|
|
1268
1331
|
|
|
1269
|
-
-
|
|
1270
|
-
-
|
|
1271
|
-
-
|
|
1272
|
-
-
|
|
1332
|
+
- Stabilize icon dimensions
|
|
1333
|
+
- Small font size amrkup now works inside HTML content block
|
|
1334
|
+
- Stabilize tabs
|
|
1335
|
+
- Do not ignore size and stroke properties for Spinner
|
|
1273
1336
|
|
|
1274
1337
|
## 21.06
|
|
1275
1338
|
|
|
1276
1339
|
### Added
|
|
1277
1340
|
|
|
1278
|
-
-
|
|
1279
|
-
-
|
|
1280
|
-
-
|
|
1281
|
-
-
|
|
1282
|
-
-
|
|
1283
|
-
-
|
|
1284
|
-
-
|
|
1285
|
-
-
|
|
1286
|
-
-
|
|
1287
|
-
-
|
|
1288
|
-
-
|
|
1289
|
-
-
|
|
1290
|
-
-
|
|
1291
|
-
-
|
|
1292
|
-
-
|
|
1293
|
-
-
|
|
1294
|
-
-
|
|
1295
|
-
-
|
|
1296
|
-
-
|
|
1297
|
-
-
|
|
1298
|
-
-
|
|
1299
|
-
-
|
|
1300
|
-
-
|
|
1301
|
-
-
|
|
1302
|
-
-
|
|
1303
|
-
-
|
|
1304
|
-
-
|
|
1305
|
-
-
|
|
1306
|
-
-
|
|
1307
|
-
-
|
|
1308
|
-
-
|
|
1309
|
-
-
|
|
1310
|
-
-
|
|
1311
|
-
-
|
|
1312
|
-
-
|
|
1313
|
-
-
|
|
1314
|
-
-
|
|
1315
|
-
-
|
|
1316
|
-
-
|
|
1317
|
-
-
|
|
1318
|
-
-
|
|
1319
|
-
-
|
|
1320
|
-
-
|
|
1321
|
-
-
|
|
1322
|
-
-
|
|
1341
|
+
- First release, it provides:
|
|
1342
|
+
- Basic GUI elements based on BlueprintJS and IBM Carbon Design System
|
|
1343
|
+
- Accordion
|
|
1344
|
+
- Application layout
|
|
1345
|
+
- AutocompleteField
|
|
1346
|
+
- Breadcrumb
|
|
1347
|
+
- Button
|
|
1348
|
+
- Card
|
|
1349
|
+
- Checkbox
|
|
1350
|
+
- ContextOverlay
|
|
1351
|
+
- Dialog
|
|
1352
|
+
- Form
|
|
1353
|
+
- Grid
|
|
1354
|
+
- Icon
|
|
1355
|
+
- Intent
|
|
1356
|
+
- Label
|
|
1357
|
+
- Link
|
|
1358
|
+
- Menu
|
|
1359
|
+
- Notification
|
|
1360
|
+
- NumericInput
|
|
1361
|
+
- OverviewItem
|
|
1362
|
+
- Pagination
|
|
1363
|
+
- PropertyValuePair
|
|
1364
|
+
- RadioButton
|
|
1365
|
+
- Separation
|
|
1366
|
+
- SimpleTable
|
|
1367
|
+
- Spinner
|
|
1368
|
+
- Structure
|
|
1369
|
+
- Switch
|
|
1370
|
+
- Tabs
|
|
1371
|
+
- Tag
|
|
1372
|
+
- TagInput
|
|
1373
|
+
- TextField
|
|
1374
|
+
- Toolbar
|
|
1375
|
+
- Tooltip
|
|
1376
|
+
- Typography
|
|
1377
|
+
- Workspace view parts
|
|
1378
|
+
- Extensions for React-Flow
|
|
1379
|
+
- EdgeDefault
|
|
1380
|
+
- EdgeStep
|
|
1381
|
+
- EdgeTools
|
|
1382
|
+
- HandleContent
|
|
1383
|
+
- HandleDefault
|
|
1384
|
+
- NodeDefault
|
|
1385
|
+
- NodeTools
|