Commit Graph
963 Commits
Author SHA1 Message Date
dependabot-preview[bot]andGitHub f4061f7e2e chore(deps-dev): bump cypress from 3.4.1 to 3.5.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Commits](https://github.com/cypress-io/cypress/compare/v3.4.1...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-28 05:20:52 +00:00
dependabot-preview[bot]andGitHub 114824ac9c chore(deps): bump react-draggable from 4.0.3 to 4.1.0
Bumps [react-draggable](https://github.com/mzabriskie/react-draggable) from 4.0.3 to 4.1.0.
- [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/v4.0.3...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-28 05:19:35 +00:00
dependabot-preview[bot]andGitHub 6c7d71aa83 chore(deps-dev): bump react from 16.10.2 to 16.11.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.10.2 to 16.11.0.
- [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/v16.11.0/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-28 05:18:23 +00:00
dependabot-preview[bot]andGitHub 9dd10eb29e chore(deps-dev): bump @types/react-dom from 16.9.2 to 16.9.3
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.2 to 16.9.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-28 05:13:03 +00:00
MoritzandGitHub a793f8c2ff develop (#43)
* fix(ts): use strict mode strictNullChecks etc

* chore: Use extended React.HTMLAttributes<> (#41)

* refactor(code-format): add prettier closes #42

* feat(renderer): add snap to grid option closes #20

* chore(dependabot): use develop as target branch
2019-10-21 20:58:28 +02:00
dependabot-preview[bot]andGitHub a6b5645ab0 chore(deps-dev): bump rollup from 1.24.0 to 1.25.1
Bumps [rollup](https://github.com/rollup/rollup) from 1.24.0 to 1.25.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.24.0...v1.25.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-21 05:12:03 +00:00
dependabot-preview[bot]andGitHub 9b685c197a chore(deps-dev): bump @types/react from 16.9.7 to 16.9.9
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.7 to 16.9.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-17 10:37:59 +00:00
dependabot-preview[bot]andGitHub 3c93ad29a2 chore(deps-dev): bump @types/react from 16.9.6 to 16.9.7
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.6 to 16.9.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-16 11:19:27 +00:00
MoritzandGitHub c5632323c3 Develop (#35)
* refactor(ts): add ReactFlowProps

* Refactor/grid.tsx (#24)

* chore(deps-dev): bump start-server-and-test from 1.10.4 to 1.10.5

Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.4...v1.10.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* chore(deps-dev): bump typescript from 3.6.3 to 3.6.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v3.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* refactor: grid.js -> grid.tsx

* refactor(bg): remove unused renderer

* refactor(connectionline): use ts

* refactor(ts): edges

* chore(build): update

* Refactor/typescript (WIP) (#25)

* refactor(store): use ts

* refactor(edgewrapper): use ts

* fix(handle): provide onConnect default func

* refactor(nodeselection): use ts

* refactor(userselction): use ts

* refactor(plugins): use ts

* refactor(hooks): use ts

* refactor(nodes): use ts

* refactor(edgerenderer): use ts

* refactor(graphview): use ts

* refactor(utils): rename js to ts

* refactor(app): fix ts errors

* fix(ts): errors

* fix(app): ts errors

* refactor(app): ts erros

* refactor(app): ts errors

* fix(utils): removeElements

* feat(example): add empty renderer closes #34

* fix(connect): dont drag node on connect

* chore(build): update
2019-10-15 22:44:10 +02:00
dependabot-preview[bot]andGitHub 1651ed332a Merge pull request #33 from wbkd/dependabot/npm_and_yarn/rollup-1.24.0 2019-10-15 10:55:35 +00:00
dependabot-preview[bot]andGitHub 3cf4939e35 Merge pull request #31 from wbkd/dependabot/npm_and_yarn/types/react-dom-16.9.2 2019-10-15 10:54:31 +00:00
dependabot-preview[bot]andGitHub 2093eaa6ff chore(deps-dev): bump rollup from 1.23.1 to 1.24.0
Bumps [rollup](https://github.com/rollup/rollup) from 1.23.1 to 1.24.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.23.1...v1.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-15 10:53:12 +00:00
dependabot-preview[bot]andGitHub c9ca43c587 chore(deps-dev): bump @types/react-dom from 16.9.1 to 16.9.2
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.1 to 16.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-15 10:52:23 +00:00
dependabot-preview[bot]andGitHub dde9d1db90 Merge pull request #32 from wbkd/dependabot/npm_and_yarn/start-server-and-test-1.10.6 2019-10-15 10:51:16 +00:00
dependabot-preview[bot]andGitHub c6e314dc45 chore(deps-dev): bump start-server-and-test from 1.10.5 to 1.10.6
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.5...v1.10.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-15 10:49:25 +00:00
dependabot-preview[bot]andGitHub a0461dc50d chore(deps-dev): bump autoprefixer from 9.6.4 to 9.6.5
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.6.4 to 9.6.5.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.6.4...9.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-15 10:48:46 +00:00
dependabot-preview[bot]andGitHub c0ecce6c0a chore(deps-dev): bump @types/react from 16.9.5 to 16.9.6
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.5 to 16.9.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-15 10:44:49 +00:00
dependabot-preview[bot]andGitHub 07de541127 Merge pull request #28 from wbkd/dependabot/npm_and_yarn/husky-3.0.9 2019-10-14 05:10:39 +00:00
dependabot-preview[bot]andGitHub 4197f14d7a chore(deps-dev): bump husky from 3.0.8 to 3.0.9
Bumps [husky](https://github.com/typicode/husky) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typicode/husky/compare/v3.0.8...v3.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-14 05:08:41 +00:00
dependabot-preview[bot]andGitHub ab00d10201 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.7 to 3.3.8.
- [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.7...v3.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-14 05:06:30 +00:00
dependabot-preview[bot]andGitHub 70c40a111f chore(deps-dev): bump @babel/core from 7.6.3 to 7.6.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.3 to 7.6.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-11 05:30:27 +00:00
dependabot-preview[bot]andGitHub 09f2316382 chore(deps-dev): bump typescript from 3.6.3 to 3.6.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v3.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-10 05:57:42 +00:00
dependabot-preview[bot]andGitHub 2a2588d1d5 chore(deps-dev): bump start-server-and-test from 1.10.4 to 1.10.5
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.4...v1.10.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-10 05:52:25 +00:00
MoritzandGitHub 9148229c19 Refactor/ts (#21)
* refactor(ts): add deps

* refactor(ts): add tsconfig

* refactor(rollup): configure ts
2019-10-09 22:56:59 +02:00
moklick 50e076dffa refactor(rollup): use svgr instead off svg-rollup-plugin 2019-10-09 19:28:17 +02:00
moklick e144c9cd72 refactor(example): use create-react-app instead of parcel 2019-10-09 19:04:25 +02:00
moklick 1638597a4d Merge branch 'master' of github.com:wbkd/react-flow 2019-10-09 17:15:43 +02:00
moklick 52d1c0c918 refactor(rollup): cleanup 2019-10-09 17:14:49 +02:00
dependabot-preview[bot]andGitHub 34cf9c7c9f chore(deps-dev): bump @babel/core from 7.6.2 to 7.6.3
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 05:58:48 +00:00
dependabot-preview[bot]andGitHub 7a37c7d44a chore(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 05:49:23 +00:00
dependabot-preview[bot]andGitHub d1f8c4dfd2 chore(deps-dev): bump @babel/preset-react from 7.0.0 to 7.6.3
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.0.0 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.0.0...v7.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 05:43:51 +00:00
moklick 722ecd75a8 refactor(rollup): remove unused code 2019-10-08 23:09:59 +02:00
moklick c0b00b9490 refactor(rollup): dont extract css 2019-10-08 22:43:26 +02:00
moklick ac2488b8d0 refactor(rollup): cleanup 2019-10-08 22:32:51 +02:00
moklick bf3ed421b4 refactor(bundle): dont use minifier 2019-10-08 21:42:16 +02:00
moklick 956f4fb978 refactor(rollup): use terser instead of uglify 2019-10-08 20:31:12 +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
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 a192176d32 feat(rollup): add uglify and sourcemap 2019-10-07 22:22:26 +02:00
moklick 0e67f5fefa refactor(build): dont include react-dom 2019-10-07 18:26:56 +02:00
moklick 4f4f597eb6 refactor(app): rename react-graph to react-flow 2019-10-06 19:13:18 +02:00
moklick cc2775dd78 refactor(app): folder structure, components cleanup 2019-10-06 19:01:02 +02:00
moklick a087faf3ca refactor(test): add npm commands 2019-09-26 15:07:13 +02:00
moklick a6dbd8ebe1 feat(tests): add cypress 2019-09-25 21:33:20 +02:00
moklick 7958022ded feat(nodes): allow multiple handles 2019-09-11 17:58:18 +02:00
moklick feca64048a refactor(state): use easy-peasy 2019-08-20 17:48:04 +02:00