114 Commits

Author SHA1 Message Date
64aae839ef Version Packages 2025-04-03 17:33:24 +00:00
53215dca92 Removed old overrides. Added overrides to root package.json. 2025-03-27 12:09:23 +01:00
cb643abc66 Added overrides which don't seem to work 2025-03-26 15:45:38 +01:00
8affa65ffa Updated react 2025-03-26 14:00:27 +01:00
42d43519d2 Version Packages 2024-02-15 07:23:36 +00:00
78d10b8ff0 Merge pull request #1021 from LynchyC/master
Update lodash imports to use individual functions
2024-02-15 00:23:03 -07:00
8c2577703f Allow more derived State classes to provide a generic type 2023-12-16 14:55:13 +01:00
cd8049dad1 refactor: update lodash imports to use individual functions 2023-11-08 21:07:46 +00:00
a671b50e09 Version Packages 2023-09-23 20:22:45 +00:00
23b5467806 upgrade everything 2023-09-23 14:16:35 -06:00
80cd9c9306 Version Packages 2023-03-05 17:56:31 +00:00
fcdbce54b5 Version Packages 2023-01-24 22:11:19 +00:00
251a1f9484 reworked geometry demo 2023-01-24 13:25:26 -07:00
8fc9fe3aae more changes to the bundling and deps 2023-01-23 19:33:49 -07:00
8bcc1436d3 changsets and v7 2023-01-23 12:56:25 -07:00
dfcf82e692 v6.7.4 2022-06-03 15:59:56 -06:00
cd93bb96a3 v6.7.3 2022-06-03 15:59:24 -06:00
5f49bbe5b1 v6.7.2 2022-06-03 15:58:45 -06:00
a1b2f6a59e v6.7.2-alpha.0 2022-06-03 15:48:20 -06:00
e7b352644d v6.7.1-alpha.0 2022-06-03 15:47:17 -06:00
897bde204e upgrades 2022-06-03 15:21:23 -06:00
02a37fcf1f v6.7.0 2022-02-06 22:38:45 -07:00
e4848b4784 Merge pull request #875 from GaryPan-1515/GP-fix-zoom-to-fit-nodes
Fix the zoomToFitNodes offsets calculation
2022-02-06 22:28:29 -07:00
04d5bc97f7 Update LinkModel.ts 2021-12-21 16:38:16 +01:00
d7aa385cf5 Update LinkModel.ts 2021-12-21 16:35:50 +01:00
b2fa681494 Correct bug of not deleted link
I correct the BUG of the Link doesn't delete when it's not connected to a target port  related on issue #895
2021-12-21 16:30:35 +01:00
d07f3a3047 Return setPosition for PortModel 2021-08-25 16:45:53 +03:00
d21e8e8860 Fix typo in const vs import 2021-08-24 17:26:44 +03:00
25bf056b0a Remove setPosition from PortModel 2021-08-24 17:20:30 +03:00
5ebe6f84cd Use this.position instead of this.getPosition() method 2021-08-24 17:13:48 +03:00
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
cd22725103 fix the zoom to fit nodes offsets calculation 2021-08-13 15:09:52 -07: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
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
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
e34c73ca00 fix: Check if port exist before checking reportPosition 2021-04-27 12:06:17 +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