0.8.0 (2024-12-16)
- added an event that is sent when connections are deleted due to a deleted node (d50d87d)
0.7.0 (2024-11-14)
- refactoring after code review (8483f82)
- added a clickable stroke for the connecting lines (d5b132a)
- discarded the @HostListener decorator (3d47769)
- refactoring after review (fe01dff)
- corrected the selection of elements. Not deselecting elements when drag drop by scene (672089f)
0.6.0 (2024-10-28)
- added the connection-selected event (5475c0e)
- retain selection while moving across the scene (959f360)
- fixed a bug that caused scale to be shared between ng-draw-flow instances (e00b9f7)
0.5.0 (2024-10-22)
- fix rebase conflicts (02e853a)
- update package-lock (13fae8d)
- update package-lock (9818fce)
- update package-lock (bcd31b7)
- to make the lines not overlap each other, I added pointer-events: stroke (bba9ab5)
0.4.0 (2024-10-17)
- added smoothStep connections (a3c4d68)
- refactoring after code review (63509ef)
- added position property for connectors (0768dea)
0.3.0 (2024-10-08)
All notable changes to this project will be documented in this file. See
conventional commits
guidelines.
0.2.0 (2024-10-08)
0.1.0 (2024-10-08)
- dropped the ng-web-apis dependency. Moved resize-observer into the project (9ec9c0e)
- removed the duplication from ng-web-apis. Made the df-resize-observer directive workaround (b7fe057)
- fix after review (ddb4b58)