2c730a9fd1
wip
2018-05-05 12:22:02 +02:00
a086bc785e
more wip
2018-05-02 11:31:18 +02:00
a7b6012a50
improved generics
2018-05-02 11:23:56 +02:00
4117af8a33
wip
2018-05-02 11:20:23 +02:00
eb7f0642a5
more moving toward react-canvas
2018-05-01 19:23:46 +02:00
a8c73115ac
no longer need these actions
2018-05-01 12:15:20 +02:00
404e12c4e8
more stuff we no longer need
2018-04-27 20:42:38 +02:00
aa6d1c336c
wip
2018-04-27 20:28:12 +02:00
204e05a2a1
wip
2018-04-27 19:26:18 +02:00
d12220baa0
more refactoring
2018-04-27 16:17:20 +02:00
91c1ee0169
WIP
2018-04-27 15:54:28 +02:00
4806805037
use base zoom and extend from more react-canvas
2018-04-27 15:24:04 +02:00
22f4062f56
Move to react-canvas ;)
2018-04-27 15:08:40 +02:00
75ef02dd4d
on deserialization of diagram, labels are not getting rendered bug resolved
2018-04-23 20:44:24 +05:30
55f62587bd
Re-write the "allowLooseLinks" validation functionality - Now checks both end points on any selected links that have been moved, resulting in more reliable validation
2018-04-01 20:27:55 +01:00
98bcd60396
Code consistency change
2018-04-01 20:26:41 +01:00
8467d8e7ca
Fixed a typo
2018-04-01 20:26:04 +01:00
7a78aaa9fd
Always remove link from old source/target port on port change
...
Was only removed from old if new port is null
2018-03-23 13:43:58 +01:00
9a651c3ecc
fix main.ts exports
2018-03-08 18:16:58 +01:00
1debc9c891
clean refactor / consistent TSLint / Prettier
2018-03-02 16:31:50 +01:00
2ee0211994
Merge pull request #173 from wader/basemodel-extends-t
...
BaseModel extends use T instead of BaseModelListener
2018-02-28 19:55:25 +02:00
fce1e0c7fe
feat(link): improve rendering of vertical links
2018-02-28 10:21:06 +01:00
d69f61e39d
BaseModel extends use T instead of BaseModelListener
...
Use T instead otherwise LinkModelListener will not be used for LinkModel.
Fixes type warning about link.addListener argument.
Probably fixes same issue with iterateListeners.
2018-02-28 00:06:36 +01:00
bee07d1be2
worked out a better way to do this
2018-02-25 11:50:24 +02:00
259782ecfa
upgrade all the widgets to use bem in a smart way
2018-02-25 11:21:22 +02:00
ec3e022ca3
deserialize labels correctly
2018-02-25 10:16:04 +02:00
e2285cec16
reformat code
2018-02-24 18:44:28 +02:00
23b4a9cb2d
add helper methods for E2E tests
2018-02-24 17:44:31 +02:00
4d3ad389df
more fixes to testing framework
2018-02-24 13:02:17 +02:00
9b3ad7a47f
improve testing frameworks
2018-02-24 12:16:47 +02:00
6980fa091e
super advanced custom link demo
2018-02-23 19:29:51 +02:00
a318b71ef1
fix more bugs
2018-02-23 18:58:34 +02:00
20675cbf38
prove that multiple labels work
2018-02-23 18:16:43 +02:00
9f78dbba19
forgot to add keys
2018-02-23 18:11:11 +02:00
1b4bbf6493
fix up the labels
2018-02-23 18:10:08 +02:00
317eabb42a
add labels to simple example and enable offsets
2018-02-23 17:59:14 +02:00
32fd0000d2
labels work again :D
2018-02-23 17:51:15 +02:00
76fb35f6d1
Fixed some demos, code cleanup
2018-02-18 20:24:52 +02:00
85f97a63fa
Merge branch 'smart-routing' of https://github.com/klauspaiva/react-diagrams into links_refactor
2018-02-18 20:13:10 +02:00
f811f12206
Updating docs
2018-02-14 16:08:48 +11:00
183390ab60
Also testing the new story
2018-02-14 15:51:55 +11:00
724b1d3e56
Code re-factoring
2018-02-14 09:34:51 +11:00
088230d100
Correct calculation when nodes are placed at the very edge of the canvas
2018-02-13 07:58:06 +11:00
afa34ae4cf
Doing smart routing when conditions are met
2018-02-13 07:42:51 +11:00
4ea968da26
Allowing new connections to be created
2018-02-12 17:18:04 +11:00
2fdf944e0f
Smart routing: flattening changes
2018-02-12 16:58:13 +11:00
7d867dac97
Merge branch 'master' of github.com:projectstorm/react-diagrams into links_refactor
2018-02-11 20:04:27 +02:00
372af4341d
Merge branch 'flow-diagram-changes' of https://github.com/yngndrw/react-diagrams into links_refactor
2018-02-11 19:17:14 +02:00
16523dac85
more refactor, this ones a big one
2018-02-11 19:03:08 +02:00
181b2f8122
Merge pull request #146 from maxleiko/master
...
fixes #139
2018-01-25 21:58:50 +02:00