Commit Graph

1239 Commits

Author SHA1 Message Date
dependabot-preview[bot]
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
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
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
859ac67687 refactor(rollup): create new css file on build 2019-10-07 22:29:58 +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
6496b37a68 fix(task): cypress open 2019-10-03 15:20:31 +02:00
moklick
befb3d1dcd fix(npmtasks): cypress open 2019-09-26 15:16:37 +02:00
moklick
a087faf3ca refactor(test): add npm commands 2019-09-26 15:07:13 +02:00
moklick
7b3a90c6dc feat(tests): add tests 2019-09-26 14:31:59 +02:00
moklick
a6dbd8ebe1 feat(tests): add cypress 2019-09-25 21:33:20 +02:00
moklick
5ce476ff81 refactor(build): set env to production 2019-09-13 16:25:12 +02:00
moklick
feca64048a refactor(state): use easy-peasy 2019-08-20 17:48:04 +02:00
moklick
311a18b769 refactor(deps): use fast-deep-equal 2019-08-19 15:53:10 +02:00
moklick
df216aa875 fear(tasks): add build for graph example 2019-08-19 15:32:33 +02:00
moklick
f80c1b01c2 refactor(deps): remove react-sizeme 2019-08-19 15:28:51 +02:00
moklick
0bb555bf17 refactor(react-graph): use func comp 2019-08-19 13:31:31 +02:00
moklick
a53edd79cc refactor(storybook): remove 2019-08-05 15:37:01 +02:00
moklick
ec7231e42d refactor(nodeRenderer): dont use Context in nodes 2019-07-31 16:00:46 +02:00
moklick
aa7e209d02 feat(storybook): add simple story 2019-07-31 13:10:27 +02:00
moklick
f7a7ea2b22 feat(postcss): add nested plugin 2019-07-25 00:10:56 +02:00
moklick
0e179ffe1f feat(nodes): add selection 2019-07-16 18:55:12 +02:00
moklick
f330b0c4ee feat(renderer): pass nodeTypes 2019-07-16 12:33:05 +02:00
moklick
52241d2be8 feat(rollup): add bundle size 2019-07-15 19:09:09 +02:00
moklick
5b9abd8c9e feat(deps): remove emotion 2019-07-15 18:45:33 +02:00
moklick
e3b7916b82 feat(renderer): add onChange 2019-07-15 18:24:47 +02:00
moklick
5f50f4eba3 refactor(noderenderer): use default 2019-07-15 17:33:42 +02:00
moklick
688811c64d fix(husky): use hooks 2019-07-15 17:31:20 +02:00
moklick
a027150422 feat(dev): use husky 2019-07-15 17:29:46 +02:00
moklick
81835a4e2c fix(provider): handle changed nodes and edges 2019-07-15 17:26:55 +02:00
moklick
39d8981ccc fix(pkg): remove react-graph 2019-07-15 17:08:56 +02:00
moklick
c79423e01b feat(dist): push 2019-07-15 17:06:24 +02:00
moklick
55b262fecc fix(name): change to react-graph 2019-07-15 17:04:39 +02:00
moklick
1c382a799d refactor(tasks): add postinstall 2019-07-15 17:02:18 +02:00
moklick
cf4441ce6d init 🚀 2019-07-15 16:48:04 +02:00