-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47d5368
commit 11ee1a9
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## [12.1.1] - 2024-04-06 | ||
|
||
- fix: bezier connection behaviour when distance between start and end is less than the offset https://github.com/Foblex/f-flow/issues/4 | ||
- fix: connection markers are not drawn after selection https://github.com/Foblex/f-flow/issues/3 | ||
- **FIXED** bezier connection behaviour when distance between start and end is less than the offset https://github.com/Foblex/f-flow/issues/4 | ||
- | ||
- **FIXED** connection markers are not drawn after selection https://github.com/Foblex/f-flow/issues/3 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
[12.2.0] - 2024-04-25 | ||
NEW Custom connection types [#6](https://github.com/Foblex/f-flow/issues/6) | ||
|
||
- **NEW** Custom connection types [#6](https://github.com/Foblex/f-flow/issues/6) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[12.2.2] - 2024-06-13 | ||
|
||
- **FIXED** Move selected items without pressed ctrl [#10](https://github.com/Foblex/f-flow/issues/10) | ||
|
||
|
||
- **NEW** Create connection with undefined fInput when user drop connection on the canvas |