Joey Ballentine
|
726bc2e0b3
|
Add Unreal Engine style bezier edge
|
2022-03-14 01:06:14 -04:00 |
|
moklick
|
d609f27a6b
|
Merge branch 'main' into v10
|
2022-02-09 15:51:49 +01:00 |
|
moklick
|
eba8513648
|
chore(examples): update
|
2022-02-08 16:37:18 +01:00 |
|
 dependabot[bot]andGitHub
|
86efa9b4a7
|
chore(deps): bump nanoid from 3.1.20 to 3.2.0 in /example
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.2.0)
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-08 15:18:04 +00:00 |
|
moklick
|
b3b8ac9553
|
refactor(props): rename paneMoveable to panOnDrag
|
2022-01-31 17:19:52 +01:00 |
|
andreyworkspace
|
7d9a0acd4a
|
update deps
|
2022-01-30 20:16:50 +03:00 |
|
moklick
|
efbdd704cf
|
refactor(examples): use @types/react from lib
|
2021-12-11 07:18:55 +01:00 |
|
moklick
|
ab2391fd51
|
refactor(floating-edge-example): cleanup
|
2021-10-14 11:34:06 +02:00 |
|
moklick
|
e894d1da52
|
chore(examples): update deps
|
2021-10-04 10:50:28 +02:00 |
|
moklick
|
af5a2ab791
|
chore(examples): update deps
|
2021-06-23 14:21:51 +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 |
|