Commit Graph
200 Commits
Author SHA1 Message Date
moklick 161ab7fdfd refactor(bundle): create separate plugins bundle closes #15 2019-10-08 20:53:00 +02:00
moklick 956f4fb978 refactor(rollup): use terser instead of uglify 2019-10-08 20:31:12 +02:00
moklick 9230858227 refactor(plugins): create index file #15 2019-10-08 19:46:52 +02:00
MoritzandGitHub 379ccbfe79 Merge pull request #13 from wbkd/dependabot/npm_and_yarn/scheduler-0.16.2
chore(deps): bump scheduler from 0.15.0 to 0.16.2
2019-10-08 19:41:10 +02:00
moklick 8d19fc9824 feat(utils): create helper function for creating edges 2019-10-08 19:30:04 +02:00
moklick 48e9a8e75a fix(example): no bg for basic example 2019-10-08 18:50:32 +02:00
moklick 77faa369d4 refactor(background): allow multiple types #10 2019-10-08 18:47:18 +02:00
moklick f0f10b667c feat(editor): zoom on pinch closes #11 2019-10-08 18:21:48 +02:00
dependabot-preview[bot]andGitHub d97ef206fa chore(deps): bump scheduler from 0.15.0 to 0.16.2
Bumps [scheduler](https://github.com/facebook/react/tree/HEAD/packages/scheduler) from 0.15.0 to 0.16.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 16:09:42 +00:00
moklick 3839eb15d1 fix(travis): dev task 2019-10-08 18:02:06 +02:00
MoritzandGitHub 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]andGitHub 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]andGitHub 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]andGitHub 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
MoritzandGitHub 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
MoritzandGitHub 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