|
adc173f689
|
Change let to const in setPosition methods
|
2021-08-24 16:39:25 +03:00 |
|
|
889108d7fd
|
fix: Fix set position
|
2021-08-24 16:21:26 +03:00 |
|
|
8b2f5c8961
|
v6.6.1
|
2021-08-10 02:09:28 +02:00 |
|
|
e23b68b2d1
|
sigh
|
2021-07-24 01:36:34 +02:00 |
|
|
77e1abba97
|
Merge pull request #861 from rkesters/rkesters/fixDeps
Updated deps to newest version and allow both react 16 and 17 as a peer #860
|
2021-07-24 00:48:41 +02:00 |
|
|
db25ec3cca
|
Merge pull request #871 from vadimshvetsov/fix-touch-mouse-event
Fix touch with mouse event bug on selection box usage
|
2021-07-24 00:44:02 +02:00 |
|
|
ee30b45ff0
|
Fix touch with mouse event bug
|
2021-07-22 21:14:04 +03:00 |
|
|
36a3eddca7
|
Fix port parent prop on clone
|
2021-07-22 14:55:35 +03:00 |
|
|
9460ce8eeb
|
Updated dependecies to support both react 16 and 17
Updated test to work with jest 27
Prettier changes
|
2021-07-11 17:27:31 -04:00 |
|
|
f661824282
|
v6.6.0
|
2021-07-11 18:21:20 +02:00 |
|
|
bb6e1d52af
|
Merge pull request #852 from ELennard/fix-removeMiddlePoints
Fixes removeMiddlePoints in LinkModel.ts.
|
2021-07-11 18:12:15 +02:00 |
|
|
be422431d2
|
Merge pull request #828 from renato-bohler/touch-events
Adds support for touch events, enabling touch dragging the canvas
|
2021-07-11 18:09:41 +02:00 |
|
|
ef4439d895
|
fix: Fix LabelWidget deserialization bug with calling canvas.offsetWidth before it's set
|
2021-07-06 17:13:51 +03:00 |
|
|
1bdc6c7624
|
fixes SelectionBoxWidget returning undefined
|
2021-06-23 11:32:40 -03:00 |
|
|
f5bc087e7a
|
Remove BaseModel from file
|
2021-06-21 12:00:16 +03:00 |
|
|
369ca9cf91
|
Update MoveItemsState.ts
|
2021-06-21 11:51:33 +03:00 |
|
|
5b642a1d1b
|
Merge pull request #809 from vadimshvetsov/fix-smartrouting-selection
Fix smart routing selection issue
|
2021-06-04 23:55:03 +02:00 |
|
|
eb59992bc3
|
Fixes removeMiddlePoints in LinkModel.ts.
RemoveMiddlePoints removed the first point from points, while it should not delete the start- and endpoint.
|
2021-06-02 12:21:36 +02:00 |
|
|
63a41c634f
|
fix(CI): Fix Pathfinding import at CI
|
2021-04-27 12:12:21 +03:00 |
|
|
e34c73ca00
|
fix: Check if port exist before checking reportPosition
|
2021-04-27 12:06:17 +03:00 |
|
|
44fae73a52
|
removes code duplication on AbstractDisplacementState
|
2021-04-15 19:16:31 -03:00 |
|
|
d9bd430f82
|
v6.5.2
|
2021-04-14 11:05:32 +02:00 |
|
|
590ba09c3c
|
more fixes
|
2021-04-14 10:58:04 +02:00 |
|
|
291241cacb
|
v6.5.1
|
2021-04-12 19:39:04 +02:00 |
|
|
1ac3a8de78
|
zoom to fit
|
2021-04-12 19:34:49 +02:00 |
|
|
e974627fd0
|
some fixes
|
2021-04-12 14:59:50 +02:00 |
|
|
ade86f215c
|
adds support for touch events, enabling touch dragging the canvas
|
2021-04-11 20:57:27 -03:00 |
|
|
67be47b4ae
|
v6.5.0
|
2021-03-20 22:42:33 +02:00 |
|
|
8173b70834
|
add a few small fixes and improvements
|
2021-03-20 22:20:24 +02:00 |
|
|
53eee3f518
|
remove old scripts
|
2021-03-14 13:27:19 +02:00 |
|
|
4649597a97
|
v6.4.2
|
2021-03-14 13:00:53 +02:00 |
|
|
ff0f7188fa
|
oops
|
2021-03-14 12:55:47 +02:00 |
|
|
c6556d7475
|
v6.4.1
|
2021-03-13 23:54:50 +02:00 |
|
|
b0343daf6f
|
v6.4.0
|
2021-03-13 23:43:13 +02:00 |
|
|
6adff81ae7
|
fix demos
|
2021-03-13 12:30:49 +02:00 |
|
|
2f366d21f7
|
fix storybook
|
2021-03-12 23:46:18 +02:00 |
|
|
b7dfa6da21
|
fix demos
|
2021-03-12 22:58:46 +02:00 |
|
|
293123b5c6
|
project updates
|
2021-03-12 22:35:25 +02:00 |
|
|
00c2a41c0c
|
Fix smart routing selection issue
|
2021-03-01 14:29:20 +03:00 |
|
|
63dbe41df0
|
v6.3.0
|
2020-12-03 22:02:46 +02:00 |
|
|
9b58fa3963
|
fix port background color
rgba(white, 0.1) is not valid css, changed it to valid
rgba syntax - <rgba()> = rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) from https://developer.mozilla.org/en-US/docs/Web/CSS/background-color
|
2020-10-12 23:52:13 +03:00 |
|
|
0d9ba41c9a
|
fixed failing tests
|
2020-09-28 16:01:22 +06:00 |
|
|
73ef7df153
|
fixing a typo: should be LinkLayerModel instead of NodeLayerModel
|
2020-09-28 11:29:42 +06:00 |
|
|
1e95edbc6f
|
pretty
|
2020-09-23 10:24:36 +02:00 |
|
|
c92313f9b1
|
Remove ml-matrix
|
2020-09-14 00:35:03 +02:00 |
|
|
39dbbe3db9
|
Move MouseDown check from DragCanvasState to AbstractDisplacementState
|
2020-07-28 10:32:57 -03:00 |
|
|
a8234a1a8d
|
Fix DragCanvasState to stop handling events after mouse is released
|
2020-07-20 20:35:55 -03:00 |
|
|
3f86c36c44
|
Merge pull request #668 from tkolanko/master
fix: closes #665. guard against null elements
|
2020-07-21 00:42:13 +02:00 |
|
|
72739dc3d3
|
Run code through 'yarn run pretty'
|
2020-07-17 11:06:13 +03:00 |
|
|
07df1fd6f5
|
Add custom link label demo #317
|
2020-07-17 11:03:27 +03:00 |
|