Commit Graph
22 Commits
Author SHA1 Message Date
Eugene Samonenko 2f2ba19be9 fix(wrapEdge): shift edge updater circles positions to not overlap node handles 2021-02-26 14:18:23 +02:00
moklick ebbc192b8d fix(node-update): force update when source or target pos changes 2021-02-23 19:27:45 +01:00
moklick 20309d4e38 refactor(examples): use cra + ts 2021-02-23 18:39:17 +01:00
moklick 9169bd766d refactor(examples): use rollup instead of cra/webpack #817 2021-01-05 15:18:04 +01:00
moklick f49cae85c0 chore(examples): cleanup save restore 2020-12-22 12:09:35 +01:00
moklick 35b423aacb chore(examples): add layouting 2020-12-20 13:33:18 +01:00
moklick bc48c0307f chore(examples): add save restore 2020-12-10 18:30:20 +01:00
Christopher Möller 18cfcaa8d3 remove react dependency from examples 2020-11-16 12:55:39 +01:00
Christopher Möller 30037dcf52 chore(deps): use react 17 (#686), remove why-did-you-render dependency 2020-11-16 12:49:23 +01:00
moklick d7c1274d4c refactor(examples): add react webpack alias 2020-10-21 19:12:27 +02:00
moklick 011e4c0aaf style(comps): dont use inline styles for minimap and edges #491 2020-10-06 18:00:08 +02:00
moklick de3757ce6f fix(nodes): click after drag closes #531 2020-09-27 13:01:45 +02:00
moklick 190ab6a3fb chore(example-deps): update 2020-08-20 14:54:23 +02:00
moklick d769a2bbf7 docs(edges): add custom info 2020-08-12 10:11:33 +02:00
Christopher Hiester a03585d415 correct transposed description of edge type property 2020-08-11 22:38:08 -04:00
moklick c0390eec79 feat(helper): export project function closes #237 2020-05-19 18:33:29 +02:00
moklick 48b2840700 fix(pkg): dont use wait-on 2020-05-11 15:13:25 +02:00
moklick 38b4ea2428 chore(lib): rename 2020-05-04 17:26:48 +02:00
moklick 51a289704f feat(examples): add nav bar 2020-05-04 15:29:48 +02:00
moklick 6354aa4330 refactor(userselection): use store for handling updates 2020-04-20 13:20:51 +02: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
moklick e144c9cd72 refactor(example): use create-react-app instead of parcel 2019-10-09 19:04:25 +02:00