Skip to content

Latest commit

 

History

History
123 lines (89 loc) · 6.16 KB

CHANGELOG.md

File metadata and controls

123 lines (89 loc) · 6.16 KB

0.8.0 (2024-12-16)

🚀 Features

  • added an event that is sent when connections are deleted due to a deleted node (d50d87d)

0.7.0 (2024-11-14)

🚀 Features

  • refactoring after code review (8483f82)
  • added a clickable stroke for the connecting lines (d5b132a)
  • discarded the @HostListener decorator (3d47769)
  • refactoring after review (fe01dff)

🐞 Bug Fixes

  • corrected the selection of elements. Not deselecting elements when drag drop by scene (672089f)

0.6.0 (2024-10-28)

🚀 Features

  • added the connection-selected event (5475c0e)
  • retain selection while moving across the scene (959f360)

🐞 Bug Fixes

  • fixed a bug that caused scale to be shared between ng-draw-flow instances (e00b9f7)

0.5.0 (2024-10-22)

🐞 Bug Fixes

0.4.0 (2024-10-17)

🚀 Features

🐞 Bug Fixes

0.3.0 (2024-10-08)

Changelog

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)

🚀 Features

  • 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)

🐞 Bug Fixes

0.0.6 (2024-09-22)

🚀 Features

🐞 Bug Fixes