Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
<
2BE5
span class="js-head-oid-not-loaded">Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to various components, primarily focusing on enhancing the functionality and user experience of the flow and connection features. The most important changes include improvements to the drag-and-drop functionality, updates to the undo-redo component, and the addition of new connection types and behaviors.
Enhancements to Flow and Connection Components:
projects/f-examples/advanced/undo-redo/undo-redo.component.html
: Added new functionalities for creating and reassigning connections, along with improved node handling.projects/f-examples/advanced/undo-redo/undo-redo.component.ts
: Implemented undo and redo functionalities, including state management and event handling for canvas changes.Updates to Connection Types and Behaviors:
projects/f-examples/connections/connection-center/connection-center.component.html
: Introduced a new connection type with a center element that includes a selection field.projects/f-examples/connections/connection-text/connection-text.component.html
: Added support for text annotations on connections, with customizable text offsets.Styling and Theming Improvements:
projects/f-examples/advanced/undo-redo/undo-redo.component.scss
: Applied common styles and theming to the undo-redo component, including connection markers and node styling.projects/f-examples/connections/connection-text/connection-text.component.scss
: Enhanced the styling for connection text components, ensuring consistency with the overall theme.Dependency Updates:
package.json
: Updated the version of@foblex/2d
to^1.1.9
to ensure compatibility with the latest features and improvements.