Skip to content

Commit

Permalink
v12.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Jun 13, 2024
1 parent 47d5368 commit 11ee1a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG/12.1.1.md
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
3 changes: 2 additions & 1 deletion CHANGELOG/12.2.0.md
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)
6 changes: 6 additions & 0 deletions CHANGELOG/12.2.2.md
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

0 comments on commit 11ee1a9

Please sign in to comment.