Commit Graph

192 Commits

Author SHA1 Message Date
moklick
f0f10b667c feat(editor): zoom on pinch closes #11 2019-10-08 18:21:48 +02:00
moklick
3839eb15d1 fix(travis): dev task 2019-10-08 18:02:06 +02:00
Moritz
b5bc16755c Merge pull request #14 from wbkd/dependabot/npm_and_yarn/react-draggable-4.0.3
chore(deps): bump react-draggable from 3.3.2 to 4.0.3
2019-10-08 17:58:25 +02:00
moklick
a70e6efad7 Merge branch 'master' of github.com:wbkd/react-graph 2019-10-08 17:55:26 +02:00
moklick
dba87f07b6 fix(travis): use cypress compatible config 2019-10-08 17:55:21 +02:00
dependabot-preview[bot]
aef6018413 Merge pull request #12 from wbkd/dependabot/npm_and_yarn/welldone-software/why-did-you-render-3.3.7 2019-10-08 15:51:14 +00:00
moklick
b1caecb94b chore(dependabot): add config 2019-10-08 17:50:39 +02:00
moklick
8c0346da48 chore(travis): run npm test 2019-10-08 17:46:20 +02:00
dependabot-preview[bot]
88be9f48ee chore(deps): bump react-draggable from 3.3.2 to 4.0.3
Bumps [react-draggable](https://github.com/mzabriskie/react-draggable) from 3.3.2 to 4.0.3.
- [Release notes](https://github.com/mzabriskie/react-draggable/releases)
- [Changelog](https://github.com/mzabriskie/react-draggable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mzabriskie/react-draggable/compare/v3.3.2...v4.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 14:28:17 +00:00
dependabot-preview[bot]
9ab5fba2e7 chore(deps): bump @welldone-software/why-did-you-render
Bumps [@welldone-software/why-did-you-render](https://github.com/welldone-software/why-did-you-render) from 3.3.6 to 3.3.7.
- [Release notes](https://github.com/welldone-software/why-did-you-render/releases)
- [Commits](https://github.com/welldone-software/why-did-you-render/compare/v3.3.6...v3.3.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 14:27:02 +00:00
moklick
1a797f7887 feat(controls): add icons #8 2019-10-08 13:52:38 +02:00
moklick
a8ddc5504c fix(examples): create id for new edges 2019-10-07 22:41:05 +02:00
moklick
c6bc8a5580 refactor(utils): throw error when elements have no id 2019-10-07 22:37:45 +02:00
moklick
859ac67687 refactor(rollup): create new css file on build 2019-10-07 22:29:58 +02:00
moklick
c6b96e923b refactor(rollup): cleanup 2019-10-07 22:23:15 +02:00
moklick
72156e10e4 Merge branch 'master' of github.com:wbkd/react-graph 2019-10-07 22:22:31 +02:00
moklick
a192176d32 feat(rollup): add uglify and sourcemap 2019-10-07 22:22:26 +02:00
Moritz
a26339fd82 Update README.md 2019-10-07 22:13:24 +02:00
moklick
58841b5afd refactor(editor): add propTypes 2019-10-07 22:10:28 +02:00
moklick
10e9777e27 feat(tests): add grid render 2019-10-07 22:03:10 +02:00
moklick
e146a63be8 feat(editor): add gridSize and showGrid params 2019-10-07 21:58:22 +02:00
moklick
2eda8134a8 feat(lib): add gridColor param 2019-10-07 21:55:35 +02:00
moklick
5cd3dc6125 fix(grid): fix typo 2019-10-07 21:50:45 +02:00
moklick
5c54faa572 refactor(plugins): lowercase folder 2019-10-07 21:50:01 +02:00
moklick
2fd8a36c88 feat(plugins): add controls 2019-10-07 21:45:56 +02:00
Moritz
48973c5e0b Merge pull request #9 from wbkd/feat/gridrenderer
feat: GridRenderer
2019-10-07 21:41:58 +02:00
moklick
fb74991298 refactor(grid): add className, styles and default values 2019-10-07 21:41:25 +02:00
AndyLnd
7e12648818 feat: GridRenderer 2019-10-07 21:22:03 +02:00
moklick
2a20a8be74 feat(tests): add invalid connection test 2019-10-07 21:05:13 +02:00
moklick
492ab71929 fix(connection): remove connecting class on mouse leave 2019-10-07 20:50:02 +02:00
moklick
76cc10bb29 chore(build): update 2019-10-07 19:57:06 +02:00
moklick
ae1bb70882 feat(handles): validate connection 2019-10-07 19:56:47 +02:00
moklick
0e67f5fefa refactor(build): dont include react-dom 2019-10-07 18:26:56 +02:00
moklick
dbfeb4d604 chore(build): update 2019-10-07 18:20:25 +02:00
moklick
eba97b586f refactor(utils): rename function 2019-10-07 14:28:43 +02:00
moklick
4f4f597eb6 refactor(app): rename react-graph to react-flow 2019-10-06 19:13:18 +02:00
moklick
3bb6e892aa refactor(utils): put in folder 2019-10-06 19:05:14 +02:00
moklick
cc2775dd78 refactor(app): folder structure, components cleanup 2019-10-06 19:01:02 +02:00
moklick
845bae284f refacor(keypresshook): cleanup 2019-10-04 22:43:19 +02:00
moklick
35fa2926c6 fix(nodes): find all edges when node has multiple handles 2019-10-04 22:42:03 +02:00
moklick
0bd21024dc refactor(utils): cleanup 2019-10-04 22:40:28 +02:00
moklick
04252b322f feat(tests): add remove edge 2019-10-04 22:33:11 +02:00
moklick
cd558f22ee feat(tests): add zoom 2019-10-04 13:45:31 +02:00
moklick
1d3403ea10 feat(tests): add drag 2019-10-04 13:32:47 +02:00
moklick
b95883a358 fix(test): selection 2019-10-03 23:23:10 +02:00
moklick
68ec18570f feat(test): add connect test 2019-10-03 23:07:41 +02:00
moklick
22d2e62f9a feat(tests): add selection test 2019-10-03 22:44:12 +02:00
moklick
a4e613e491 refactor(graphview): destruct props 2019-10-03 17:50:42 +02:00
moklick
5dd8d6a804 feat(editor): selectionKey as prop 2019-10-03 17:47:34 +02:00
moklick
5ffe4f9c93 feat(editor): deleteKey as prop 2019-10-03 17:46:14 +02:00