Commit Graph

536 Commits

Author SHA1 Message Date
moklick
71b7ae02c0 refactor(npm): dont push src 2020-05-16 01:12:13 +02:00
moklick
34188549f3 refactor(ts): export types 2020-05-16 01:11:56 +02:00
moklick
fb543d290e refactor(plugins): create MiniMapNode file for component, cleanup 2020-05-16 01:10:20 +02:00
moklick
1e447a204c refactor(types): use types for prop type functions 2020-05-15 21:53:13 +02:00
Moritz
b887568ac8 docs(readme): fast rendering description 2020-05-15 11:37:36 +02:00
Moritz
b0b2f1f7fb Merge pull request #223 from wbkd/develop
Cleanup docs
2020-05-15 00:05:45 +02:00
Moritz
c81c83b060 Delete .env 2020-05-15 00:01:38 +02:00
moklick
8c8241c565 docs(readme): cleanup 2020-05-15 00:00:10 +02:00
moklick
55dc92537f refactor(examples): add change pos button to stress example 2020-05-14 23:03:17 +02:00
Moritz
960b0e7ae5 Merge pull request #222 from andys8/patch-1
Improve Handle Properties typings
2020-05-14 19:50:22 +02:00
Andy
8b2640bd42 Handle Properties
* id is used in an example
* isValidConnection has to take the connection argument to validate
2020-05-14 19:26:24 +02:00
moklick
d2999515e4 chore: release v1.3.5 2020-05-14 14:40:46 +02:00
moklick
1922c37155 fix(nodes): don't project position when adding a new node #220 2020-05-14 14:36:28 +02:00
moklick
a0ddfd8693 chore: release v1.3.4 2020-05-14 11:09:32 +02:00
moklick
8c98759e0c chore(ignore): env 2020-05-14 11:06:10 +02:00
Moritz
1c36f6540e Merge pull request #221 from wbkd/develop
Apply position and style changes to nodes
2020-05-14 10:57:59 +02:00
moklick
0b7354610e refactor(examples): rename graph to flow 2020-05-14 10:57:08 +02:00
moklick
267187b8d1 feat(elementUpdater): apply position and style changes #220 2020-05-14 10:56:50 +02:00
moklick
415929c6c7 chore: release v1.3.3 2020-05-13 14:46:28 +02:00
Moritz
93658d0057 docs(readme): add handle component to index 2020-05-13 11:14:54 +02:00
Moritz
adca124926 Merge pull request #219 from wbkd/develop
refactor(inactivemode): no pointer events for nodes and edges
2020-05-13 11:10:06 +02:00
moklick
1cc4e2676d refactor(inactivemode): no pointer events for nodes and edges closes #218 2020-05-13 11:09:22 +02:00
Moritz
f16e52cac5 Merge pull request #217 from wbkd/develop
refactor(test): add some information to the index example
2020-05-12 14:48:54 +02:00
moklick
3ce3472dc5 refactor(test): add some information to the index example 2020-05-12 14:48:35 +02:00
Moritz
4716c267e6 Merge pull request #216 from wbkd/develop
refactor(examples): mobile friendly
2020-05-12 11:14:30 +02:00
moklick
5f2e67ad44 refactor(examples): mobile friendly 2020-05-12 11:14:00 +02:00
Moritz
4730ab06b1 docs(readme): dev section 2020-05-11 22:57:26 +02:00
Moritz
f8507fff51 Merge pull request #215 from wbkd/develop
fix(edges): add step edge to standard types
2020-05-11 22:51:16 +02:00
moklick
f30999ea7a fix(edges): add step edge to standard types 2020-05-11 22:50:43 +02:00
Moritz
50249fdc0c Merge pull request #214 from wbkd/develop
add horizontal flow, custom edges, interactive control
2020-05-11 22:38:42 +02:00
moklick
65134b0afd fix(tests): dont start lib dev server while running tests 2020-05-11 22:34:14 +02:00
moklick
0d28e8fb0c feat(examples): add horizontal flow 2020-05-11 22:21:37 +02:00
moklick
4af6261771 feat(examples): add custom edge closes #193 2020-05-11 22:05:50 +02:00
moklick
6ea206e3be feat(controls): add showZoom, showFitView, showInteractive options #211 2020-05-11 19:08:07 +02:00
Moritz
55b684e4ad Merge pull request #211 from raichuk/feat/lock
Feat/lock
2020-05-11 18:59:35 +02:00
Sebastián Alvarez
c0b80f2d89 feat(lock): Lock/unlock button at bottom 2020-05-11 13:55:44 -03:00
moklick
6dcb9f5120 refactor(renderer): show error when no width or height is set #196 2020-05-11 18:50:09 +02:00
Sebastián Alvarez
c3e8bfb34b feat(lock): updated unlock icon 2020-05-11 13:38:16 -03:00
moklick
62d94b9576 chore: release v1.3.2 2020-05-11 17:52:51 +02:00
Moritz
39b6106f6f Merge pull request #213 from wbkd/develop
fix(connectionline): set stroke color
2020-05-11 17:50:10 +02:00
moklick
7a2bff2502 fix(connectionline): set stroke color 2020-05-11 17:49:07 +02:00
moklick
d0cc01f134 chore: release v1.3.1 2020-05-11 17:17:36 +02:00
Moritz
4e8a7ffef1 Merge pull request #212 from wbkd/develop
fix(connection): no fill
2020-05-11 17:08:43 +02:00
moklick
9e534f83ff fix(connection): no fill fixes #210 2020-05-11 17:07:04 +02:00
Sebastián Alvarez
e2a825c100 feat(lock): tests for lock condition before and after button click 2020-05-11 11:39:51 -03:00
Sebastián Alvarez
7514e2fb86 feat(lock): update className of lock button based on interactivity state 2020-05-11 11:39:51 -03:00
Sebastián Alvarez
f500d52f2f feat(lock): button enabling and disabling interactivity on Controls plugin 2020-05-11 11:39:50 -03:00
Sebastián Alvarez
e5e64bb490 feat(lock): add lock and unlock svg icons 2020-05-11 11:39:50 -03:00
Moritz
c5626c3503 Merge pull request #209 from wbkd/develop
refactor(examples): rename Graph to ReactFlow
2020-05-11 15:15:29 +02:00
moklick
48b2840700 fix(pkg): dont use wait-on 2020-05-11 15:13:25 +02:00