moklick
|
3613c7c81d
|
feat(hooks): useUpdateNodeInternals #916
|
2021-03-01 16:52:38 +01:00 |
|
moklick
|
5a36bf68ac
|
refactor(components): always import HTMLAttributes from react
|
2021-03-01 15:42:34 +01:00 |
|
moklick
|
254003919c
|
refactor(edge-text): allow html attributes as props
|
2021-03-01 15:42:17 +01:00 |
|
moklick
|
1745320101
|
feat(utils): export getTransformForBounds func
|
2021-03-01 14:02:42 +01:00 |
|
moklick
|
89b2348c4b
|
chore(examples): remove logs
|
2021-03-01 14:01:55 +01:00 |
|
 Moritz KlackandGitHub
|
3b9c190b19
|
Merge pull request #946 from ambroseus/fix/edge-updater-handle-position
fix(wrapEdge): shift edge updater circles positions to not overlap node handles
|
2021-03-01 10:26:22 +01:00 |
|
Eugene Samonenko
|
9bdd49de20
|
fix(wrapEdge): use simplified EdgeAnchor component
|
2021-03-01 10:59:18 +02:00 |
|
Eugene Samonenko
|
6ed73fb7c2
|
fix(wrapEdge): use simplified EdgeAnchor component
|
2021-03-01 10:54:24 +02:00 |
|
 dependabot-preview[bot]andGitHub
|
d4320dd1e5
|
Merge pull request #955 from wbkd/dependabot/npm_and_yarn/main/postcss-nested-5.0.4
|
2021-03-01 05:33:27 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
7fc770a3f2
|
chore(deps-dev): bump postcss-nested from 5.0.3 to 5.0.4
Bumps [postcss-nested](https://github.com/postcss/postcss-nested) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/postcss/postcss-nested/releases)
- [Changelog](https://github.com/postcss/postcss-nested/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-nested/compare/5.0.3...5.0.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-03-01 05:28:12 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
57e73e7e6e
|
Merge pull request #952 from wbkd/dependabot/npm_and_yarn/main/typescript-4.2.2
|
2021-03-01 05:27:25 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
22da7a4be2
|
Merge pull request #949 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-replace-2.4.1
|
2021-03-01 05:24:20 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
4bfa6f9e2e
|
chore(deps-dev): bump typescript from 4.1.5 to 4.2.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.5...v4.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-03-01 05:24:17 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
03c91100fd
|
chore(deps-dev): bump @rollup/plugin-replace from 2.4.0 to 2.4.1
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.4.0...replace-v2.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-03-01 05:21:01 +00:00 |
|
Eugene Samonenko
|
443b1cef02
|
fix(wrapEdge): use EdgeAnchors components
|
2021-02-26 15:48:29 +02:00 |
|
Eugene Samonenko
|
73c53d4f22
|
fix(wrapEdge): revert package-lock
|
2021-02-26 14:46:03 +02:00 |
|
Eugene Samonenko
|
2f2ba19be9
|
fix(wrapEdge): shift edge updater circles positions to not overlap node handles
|
2021-02-26 14:18:23 +02:00 |
|
moklick
|
0d1d802ed5
|
feat(edge): add onEdgeContextMenu handler #943
|
2021-02-26 10:51:25 +01:00 |
|
moklick
|
c7b04dbc0f
|
chore: release v9.0.4
|
2021-02-25 17:45:27 +01:00 |
|
moklick
|
47b95f7250
|
refactor(edge): update background when label changes
|
2021-02-25 17:40:16 +01:00 |
|
moklick
|
ae7f21e84f
|
chore: release v9.0.3
|
2021-02-25 14:38:28 +01:00 |
|
moklick
|
262bc3c875
|
test(graph-utils): use bundled version
|
2021-02-25 14:36:23 +01:00 |
|
moklick
|
deea7cd514
|
refactor(bundle): dont use ts for creating es2015 code
|
2021-02-25 13:49:16 +01:00 |
|
moklick
|
4b0fcc13e2
|
Merge branch 'main' of github.com:wbkd/react-flow into main
|
2021-02-25 12:56:30 +01:00 |
|
 Moritz KlackandGitHub
|
6a29ea1818
|
Merge pull request #941 from wbkd/fix-babel
fix babel rollup configuration to exclude require statements from build
|
2021-02-25 12:56:20 +01:00 |
|
Christopher Möller
|
505393fbd8
|
fix(babel-runtime): change babel runtime to external dependency
|
2021-02-25 12:51:21 +01:00 |
|
Christopher Möller
|
09906c3f6e
|
fix(build): remove babel require statements from build
|
2021-02-25 12:17:05 +01:00 |
|
moklick
|
63b012a562
|
chore(rollup-plugins): bump versions
|
2021-02-25 10:47:08 +01:00 |
|
moklick
|
702ea7dc61
|
chore(rollup): bump version
|
2021-02-25 10:45:53 +01:00 |
|
moklick
|
ff627ad1c5
|
chore(rollup): remove easy-peasy replace
|
2021-02-25 10:11:33 +01:00 |
|
moklick
|
6f175c0581
|
chore(babel-plugins): bump versions
|
2021-02-25 10:08:38 +01:00 |
|
moklick
|
42019a6a66
|
chore: release v9.0.2
|
2021-02-23 19:28:38 +01:00 |
|
moklick
|
ebbc192b8d
|
fix(node-update): force update when source or target pos changes
|
2021-02-23 19:27:45 +01:00 |
|
 Moritz KlackandGitHub
|
1da1d697b6
|
Merge pull request #933 from wbkd/refactor/examples
Refactor/examples
|
2021-02-23 19:16:55 +01:00 |
|
moklick
|
d30526e0fa
|
fix(dev:build): build lib
|
2021-02-23 19:13:55 +01:00 |
|
moklick
|
14dd2da402
|
chore(examples): readme
|
2021-02-23 19:11:02 +01:00 |
|
moklick
|
23a0307a44
|
chore(netlify): add redirects
|
2021-02-23 19:09:20 +01:00 |
|
moklick
|
5aa22f6b5f
|
chore(readme): dev tasks
|
2021-02-23 19:05:56 +01:00 |
|
moklick
|
c5a8f6ba05
|
chore(replace): use preventAssignment option
|
2021-02-23 19:05:45 +01:00 |
|
moklick
|
2e934d2233
|
refactor(tasks): clean up
|
2021-02-23 18:58:23 +01:00 |
|
moklick
|
20309d4e38
|
refactor(examples): use cra + ts
|
2021-02-23 18:39:17 +01:00 |
|
moklick
|
2f5ce17a89
|
chore(wrapper): fix typo
|
2021-02-23 14:49:43 +01:00 |
|
moklick
|
87cdb2c2a4
|
refactor(wrapper): memoize isWrapped
|
2021-02-22 14:29:00 +01:00 |
|
moklick
|
109bfebc06
|
chore(deps): bump @types/react-redux
|
2021-02-22 14:28:39 +01:00 |
|
 Moritz KlackandGitHub
|
b620bfd7d4
|
Merge pull request #918 from wbkd/dependabot/npm_and_yarn/main/rollup-plugin-typescript2-0.30.0
chore(deps-dev): bump rollup-plugin-typescript2 from 0.29.0 to 0.30.0
|
2021-02-22 09:48:24 +01:00 |
|
 Moritz KlackandGitHub
|
3da9b7ae53
|
Merge pull request #927 from wbkd/dependabot/npm_and_yarn/main/classcat-5.0.3
chore(deps): bump classcat from 4.1.0 to 5.0.3
|
2021-02-22 09:48:05 +01:00 |
|
 dependabot-preview[bot]andGitHub
|
6b8adc9125
|
Merge pull request #925 from wbkd/dependabot/npm_and_yarn/main/babel/preset-env-7.12.17
|
2021-02-22 05:02:37 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
0dc640b78c
|
Merge pull request #926 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-replace-2.4.0
|
2021-02-22 05:01:32 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
d7dcb8fd14
|
chore(deps): bump classcat from 4.1.0 to 5.0.3
Bumps [classcat](https://github.com/jorgebucaran/classcat) from 4.1.0 to 5.0.3.
- [Release notes](https://github.com/jorgebucaran/classcat/releases)
- [Commits](https://github.com/jorgebucaran/classcat/compare/4.1.0...5.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-22 05:00:52 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
096adac70f
|
Merge pull request #924 from wbkd/dependabot/npm_and_yarn/main/release-it-14.4.1
|
2021-02-22 04:59:34 +00:00 |
|