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
dd68d1fe67
changelog
2021-08-10 02:20:52 +02:00
8b2f5c8961
v6.6.1
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
61882f0637
Merge pull request #869 from chensjlv/master
...
add docs for customizing nodes
2021-07-24 00:43:08 +02:00
c9098377dc
Update README.md
2021-07-24 00:42:35 +02:00
a0bbde14cf
Merge pull request #870 from vadimshvetsov/fix-port-parent
...
Fix parent prop on port cloning
2021-07-24 00:41:51 +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
1ad8d79b4c
add docs for customizing nodes
2021-07-19 15:04:36 -07:00
87a75437c3
Change @types/node to v15.6.1, v16 not compatible with jest
2021-07-18 22:46:29 -04:00
ad4efe70e7
updated deps to exact versions and removed use of npx
2021-07-11 17:30:49 -04: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
8e7b7cd05e
changelog
2021-07-11 18:25:29 +02:00
f661824282
v6.6.0
v6.6.0
2021-07-11 18:21:20 +02:00
5b2ceabfd4
bump
2021-07-11 18:18:18 +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
66184bd0fa
Merge pull request #860 from vadimshvetsov/fix-label
...
Fix LabelModel deserialization and react incompatibility with react-dom which refutes Storybook to run
2021-07-11 18:08:10 +02:00
ef4439d895
fix: Fix LabelWidget deserialization bug with calling canvas.offsetWidth before it's set
2021-07-06 17:13:51 +03:00
ee66f8ad61
chore(deps): Fix unable to run storybook with incompatible react and react-dom
2021-07-06 17:12:06 +03:00
6a4e17aca6
Merge pull request #856 from ferhatsahin/patch-1
...
Update the url for 'demo-custom-link1'
2021-07-03 13:31:36 +02:00
10d6a286b4
Merge pull request #857 from vadimshvetsov/patch-1
...
fix: MoveItemsState should use BasePositionModel instead BaseModel
2021-07-03 13:31:14 +02: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
ba4fbe101d
Update the url for 'demo-custom-link1'
2021-06-15 18:24:13 +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
df9b076140
Merge pull request #834 from ajthinking/master
...
DOCS: Add missing peer dependencies
2021-06-04 23:54:10 +02:00
0f403bb71c
Merge pull request #847 from wyattdanger/patch-1
...
Update broken link to diagrams-demo-gallery in README
2021-06-04 23:53:41 +02:00
abadce19ac
Merge pull request #838 from vadimshvetsov/fix-set-port
...
Fix CI failure on master and bug `Cannot read property 'reportedPosition' of null on link.setSourcePort and link.setSourceTarget`
2021-06-04 23:52:46 +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
b0f0379329
Update broken link to diagrams-demo-gallery in README
...
When following instructions locally, I noticed that references to `packages/diagrams-demo-gallery` should be updated to remove `packages` from the path
2021-05-17 11:11:28 -05: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
81f26a19ca
Remove @emotion/core peer dependency
2021-04-15 17:06:50 +02:00
2d5ae2fb44
DOCS: Add missing peer dependencies
2021-04-15 09:20:02 +02:00
d2f05438b8
Merge pull request #830 from projectstorm/more_fixes
...
More fixes and maintenance
2021-04-14 11:05:53 +02:00
d9bd430f82
v6.5.2
v6.5.2
2021-04-14 11:05:32 +02:00
df308897b7
changelog
2021-04-14 11:00:59 +02:00
590ba09c3c
more fixes
2021-04-14 10:58:04 +02:00
3c8912bc86
Merge pull request #829 from projectstorm/zoom_to_fit
...
Zoom to fit
2021-04-12 19:40:15 +02:00
291241cacb
v6.5.1
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