Merged
Conversation
Collaborator
|
Dodajmy do Guides/Edges/Edges w sekcji Default Edge informację że default edge wspiera labelki |
...g-diagram/src/lib/components/edge-label/default-edge-label/default-edge-label.component.scss
Show resolved
Hide resolved
...g-diagram/src/lib/components/edge-label/default-edge-label/default-edge-label.component.scss
Outdated
Show resolved
Hide resolved
lukasz-jazwa
approved these changes
Oct 24, 2025
piotrblaszczyk
added a commit
that referenced
this pull request
Nov 7, 2025
* [AF-272] Center on node, center on rect (#371) * AF-272 Add center on node and center on rect commands * AF-272 Apply scale to center node/rect calculation * AF-272 Add unit tests * AF-272 Add center on button to the demo app * AF-272 Move commands to centering file * Centering autogenerated docs --------- Co-authored-by: lukasz jazwa <lukasz.jazwa@synergycodes.com> * AF-323 Docs coordinate sys fixes (#383) * AF-323 [Docs] Coordinate system - share code in documentation * AF-323 [Docs] Coordinate system - share code in documentation * AF-323 [Docs] Coordinate system - share code in documentation * AF-323 [Docs] Coordinate system - share code in documentation * AF-323 [Docs] Coordinate system - share code in documentation * [AF-297] Changelog and release process description (#384) * Introduce the ability to mark articles as new and since which version a feature is available * Add changelog page to documentation with auto-sync from root CHANGELOG.md * document maintaining changelog and release process * Add info about maintaining documentation * Introduce main page for examples (#385) * Introduce main page for examples * fix content-tile margins * Remove unused component * Fix images * fix link * [AF-247] Labels on default edges (#376) * [AF-269] Export default node (#377) * Introduce zoom to fit feature (#386) * Introduce zoom to fit feature * Support zoomToFit on init * Move zoomToFit config under zoom * Refactor function * Prevent visual glitches during diagram initialization - updates NgDiagramService.isInitialized to correctly reflect full initialization state * fix unit-test * Update guides examples * Update all examples to use zoom-to-fit * Update documentation * Optimize diagram initialization visibility control * Fix unit tests and rollback logic to hide the edge until it's measured * Removed non-existing label --------- Co-authored-by: lukasz jazwa <lukasz.jazwa@synergycodes.com> * Improve transactions documentation (#388) * Improve transactions documentation * Improve tip text * Improve toolbar buttons labels * AF-303 Investigate and propose what events should be available in ng-diagram and implement those (#387) * AF-303 Investigate and propose what events should be available in ng-diagram and implement those * AF-303 Investigate and propose what events should be available in ng-diagram and implement those * AF-303 Investigate and propose what events should be available in ng-diagram and implement those * AF-303 Investigate and propose what events should be available in ng-diagram and implement those * AF-303 Investigate and propose what events should be available in ng-diagram and implement * AF-303 Investigate and propose what events should be available in ng-diagram and implement * AF-303 Investigate and propose what events should be available in ng-diagram and implement * AF-303 Investigate and propose what events should be available in ng-diagram and implement * AF-303 Investigate and propose what events should be available in ng-diagram and implement * AF-303 Investigate and propose what events should be available in ng-diagram and implement * AF-303 Investigate and propose what events should be available in ng-diagram and implement * AF-303 Investigate and propose what events should be available in ng-diagram and implement * AF-303 Investigate and propose what events should be available in ng-diagram and implement * AF-303 Investigate and propose what events should be available in ng-diagram and implement * Updates to comments + unit test + better support for middleware chain --------- Co-authored-by: lukasz jazwa <lukasz.jazwa@synergycodes.com> * Af 246 lookup helpers (#395) * Improve transactions documentation * Improve tip text * Improve toolbar buttons labels * [AF-246] Add model lookup helpers for node relationships * Add changelog entry * Return Nodes references instead of ids from the getOverlappingNodes method * undo changes in spatialHash * [AF-304] Change resizable/rotatable default behavior (#374) * [AF-248] Box Selection (#389) * [AF-374] Update changelog (#396) * AF-253 Grid background (#397) * AF-253 Initial implementation AF-253 Initial implementation AF-253 Initial implementation AF-253 Initial implementation AF-253 Grid background AF-253 Grid background AF-253 Grid background AF-253 Grid background AF-253 Grid background More css variables, more config params, type prop for background Css variables changes Removed background color AF-253 Grid background AF-253 Grid background * AF-253 Grid background * AF-253 Grid background * Fixes to docs - multi-diagram + performance for resizing (#399) * Fixes for arrowheads in documentation * Fix for multi-diagram docs * Possible fix for edge lag during resize action * Unit tests fixed * Port hover state fix (#402) * Reactive ActionState * Unit tests for new event + actionState * Rotated side computation fix (#403) * Micro snapping for angle (#404) * [AF-340] Fix pasting of a copy of a copied object (#401) * [AF-340] Fix pasting of a copy of a copied object * Fix unit tests * Adjusted default values for the diagram (#405) * Docs minor improvements (#406) * Docs minor improvements * Formatting * AF-337 Background guide (#400) * AF-337 Background guide AF-337 Background guide AF-337 Background guide AF-337 Background guide * AF-337 Background guide - fix * AF-339 FlowConfig - add default values information to jsdoc (#413) * AF-339 FlowConfig - add default values information to jsdoc AF-339 FlowConfig - add default values information to jsdoc AF-339 FlowConfig - add default values information to jsdoc AF-339 FlowConfig - add default values information to jsdoc AF-339 FlowConfig - add default values information to jsdoc AF-339 FlowConfig - add default values information to jsdoc * AF-339 FlowConfig - add default values information to jsdoc * AF-339 FlowConfig - add default values information to jsdoc - fix * [AF-249] Introduce Shortcut Manager (#398) * [AF-249] Introduce Shortcut Manager * auto-generated documentation * update changelog * remove redundant prop * Introduce shortcut manager example * Update overview * Rename helper and interface * Update example * update example * improve configureShortcuts helper method * Support shortcuts without any key assignment - only modifiers. Useful for actions such as box selection. * Support undo/redo shortcuts * support multiple selection * Introduce select all * Move shortcut example to guides * improve documentation * Improve documentation * implement exact modifier matching for shortcuts * Add type-safe discriminated union for shortcuts * guide improvements * documentation improvements * Add example section to the guide article * remove helper section title * change section nesting * AF-334 Add measured bounds, improve collision detection for rotated node (#407) * [AF-374] Update changelog * AF-334 Add measured bounds, improve collision detection for rotated nodes * Fix tests * Improvements to measured-bounds middleware * Fix to overlapping check --------- Co-authored-by: lukasz jazwa <lukasz.jazwa@synergycodes.com> * [AF-338] Snapping docs * Af 330 ng diagram service clean up (#415) * [AF-330] NgDiagramService clean up * Documentation update * fix jsdoc example * fix example * docs * update examples and doc * Af 336 jsdoc for context (#416) * Exporting types regarding middleware context * Middleware Helpers jsdoc * Middleware context helpers docs updated * Init emitter safety hatch (#420) * Init emitter safety hatch * Missing change * Immediate emit for safety hatch * Improvements to unit tests * [AF-347] Reorganize the API documentation (#421) * AF-348 Docs for Configuration (#419) AF-348 Docs for Configuration AF-348 Docs for Configuration * Update changelog, add tests (#418) * [AF-352] Change default arrowhead (#424) * [AF-352] Change default arrowhead * Update docs * AF-351 Set Dark Mode as the default on the docs page (#423) * Af 331 fix for box selection directive (#422) * PreserveSelection -> MultiSelection + capture phase for boxSelection * Fixes to pinch zoom + minor refactor to shouldHandle in directives * Removed unnecessary changes * [AF-347] Api sections improvements (#425) * [AF-347] Introduce Internal section in API documentation * Move env info to Internals * Reorganize * [AF-73] Smooth panning * AF-336 Publish middlewareContext and create jsdoc comments for API docs (#426) * AF-336 Publish middlewareContext and create jsdoc comments for API docs * AF-336 Publish middlewareContext and create jsdoc comments for API docs * Af 324 edge routing example change (#428) * Arc example + warnings * Graceful support lack of port in edge * Proper links to API * Fixes to routing * [AF-349] Prepare to release (#427) * Angular 18 support * update roadmap * Update version in package.json and remove info about beta * Update links in overview article * Update coordinates-system article * update nodes article * Small doc fixes * Update documentation - links to API for groups and custom-nodes Add jsdoc for ng-diagram-base-node-template * Update changelog and custom-groups * update changelog * update changelog * update changelog * TODO's fixes * Changelog updated * update changelog * Screen size update * rollback size change --------- Co-authored-by: Kamil Fogel <kamil.fogel@synergycodes.com> Co-authored-by: lukasz jazwa <lukasz.jazwa@synergycodes.com> --------- Co-authored-by: Dominika Pacholec <dominika.pacholec@synergycodes.com> Co-authored-by: lukasz jazwa <lukasz.jazwa@synergycodes.com> Co-authored-by: Kamil <69006267+kamilEf@users.noreply.github.com> Co-authored-by: Jacek-Synergy <103630082+Jacek-Synergy@users.noreply.github.com> Co-authored-by: lukasz-jazwa <70771062+lukasz-jazwa@users.noreply.github.com> Co-authored-by: Kamil Fogel <kamil.fogel@synergycodes.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Suggestion cannot be applied right now. Please check back later.
No description provided.