Merge branch 'main' into v10
This commit is contained in:
@@ -0,0 +1,86 @@
|
|||||||
|
name: '🐛 Bug report'
|
||||||
|
description: Create a report to help us improve React Flow
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thank you for reporting an issue :pray:.
|
||||||
|
|
||||||
|
This issue tracker is for reporting bugs found in react-flow (https://github.com/wbkd/react-flow)
|
||||||
|
If you have a question about how to achieve something and are struggling, please post a question
|
||||||
|
inside of react-flow's Discussion's tab: https://github.com/wbkd/react-flow/discussions
|
||||||
|
If it's an issue about the docs please go to the react-flow-docs (https://github.com/wbkd/react-flow-docs)
|
||||||
|
|
||||||
|
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
|
||||||
|
- react-flow's Open Issue's tab: https://github.com/wbkd/react-flow/issues?q=is%3Aissue+sort%3Aupdated-desc+position
|
||||||
|
- react-flow's Closed Issues tab: https://github.com/wbkd/react-flow/issues?q=is%3Aissue+sort%3Aupdated-desc+position+is%3Aclosed
|
||||||
|
- react-flow's Discussion's tab: https://github.com/wbkd/react-flow/discussions
|
||||||
|
|
||||||
|
The more information you fill in, the better the community can help you.
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Describe the Bug
|
||||||
|
description: Provide a clear and concise description of the challenge you are running into.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: link
|
||||||
|
attributes:
|
||||||
|
label: Your Example Website or App
|
||||||
|
description: |
|
||||||
|
Which website or app were you using when the bug happened?
|
||||||
|
Note:
|
||||||
|
- Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than the `react-flow-renderer` npm package.
|
||||||
|
- To create a shareable code example you can use Codesandbox (https://codesandbox.io/s/react-flow-starter-ou8or) or Stackblitz (https://stackblitz.com/).
|
||||||
|
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
|
||||||
|
placeholder: |
|
||||||
|
e.g. https://stackblitz.com/edit/...... OR Github Repo
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: steps
|
||||||
|
attributes:
|
||||||
|
label: Steps to Reproduce the Bug or Issue
|
||||||
|
description: Describe the steps we have to take to reproduce the behavior.
|
||||||
|
placeholder: |
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: expected
|
||||||
|
attributes:
|
||||||
|
label: Expected behavior
|
||||||
|
description: Provide a clear and concise description of what you expected to happen.
|
||||||
|
placeholder: |
|
||||||
|
As a user, I expected ___ behavior but i am seeing ___
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: screenshots_or_videos
|
||||||
|
attributes:
|
||||||
|
label: Screenshots or Videos
|
||||||
|
description: |
|
||||||
|
If applicable, add screenshots or a video to help explain your problem.
|
||||||
|
For more information on the supported file image/file types and the file size limits, please refer
|
||||||
|
to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files
|
||||||
|
placeholder: |
|
||||||
|
You can drag your video or image files inside of this editor ↓
|
||||||
|
- type: textarea
|
||||||
|
id: platform
|
||||||
|
attributes:
|
||||||
|
label: Platform
|
||||||
|
value: |
|
||||||
|
- OS: [e.g. macOS, Windows, Linux]
|
||||||
|
- Browser: [e.g. Chrome, Safari, Firefox]
|
||||||
|
- Version: [e.g. 91.1]
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Add any other context about the problem here.
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: 🤔 Feature Requests & Questions
|
||||||
|
url: https://github.com/wbkd/react-flow/discussions
|
||||||
|
about: Please ask and answer questions in the discussions section
|
||||||
@@ -1,16 +1,20 @@
|
|||||||
[](https://reactflow.dev)
|
[](https://reactflow.dev)
|
||||||
|
|
||||||
React Flow is a library for building node-based graphs. You can easily implement custom node types and it comes with components like a mini-map and graph controls. Feel free to check out the [examples](https://reactflow.dev/) or read the [blog post](https://webkid.io/blog/react-flow-node-based-graph-library/) to get started.
|
React Flow is a library for building node based graphs. You can easily implement custom node types and it comes with components like a mini map and graph controls. Feel free to check out the [examples](https://reactflow.dev/) or read the [blog post](https://webkid.io/blog/react-flow-node-based-graph-library/) to get started.
|
||||||
|
|
||||||
|
## 👉 Next Major Release 👈
|
||||||
|
|
||||||
|
We are currently working on the next version. You can find the installation instructions and breaking changes in [this PR](https://github.com/wbkd/react-flow/pull/1555). Your feedback is highly appreciated :)
|
||||||
|
|
||||||
- **Website:** https://reactflow.dev
|
- **Website:** https://reactflow.dev
|
||||||
- **Documentation:** https://reactflow.dev/docs
|
- **Documentation:** https://reactflow.dev/docs
|
||||||
- **Examples:** https://reactflow.dev/examples
|
- **Examples:** https://reactflow.dev/examples
|
||||||
- **Website/Docs Repository:** https://github.com/wbkd/react-flow-docs
|
- **Website/Docs Repository:** https://github.com/wbkd/react-flow-docs
|
||||||
- **Community:** https://discord.gg/Bqt6xrs
|
- **Community:** https://discord.gg/Bqt6xrs
|
||||||
|
- **Sponsorship:** https://github.com/sponsors/wbkd
|
||||||
|
|
||||||
React Flow was initially created for [datablocks](https://datablocks.pro). A node-based editor for transforming, analyzing and visualizing data.
|
React Flow was initially created for [datablocks](https://datablocks.pro). A node-based editor for transforming, analyzing and visualizing data.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Generated
+749
-720
File diff suppressed because it is too large
Load Diff
+8
-8
@@ -31,7 +31,7 @@
|
|||||||
"release:next": "release-it --preRelease=next --no-git"
|
"release:next": "release-it --preRelease=next --no-git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.16.3",
|
"@babel/runtime": "^7.16.5",
|
||||||
"@types/d3": "^7.1.0",
|
"@types/d3": "^7.1.0",
|
||||||
"classcat": "^5.0.3",
|
"classcat": "^5.0.3",
|
||||||
"d3-selection": "^3.0.0",
|
"d3-selection": "^3.0.0",
|
||||||
@@ -40,15 +40,15 @@
|
|||||||
"zustand": "^3.6.7"
|
"zustand": "^3.6.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.16.0",
|
"@babel/core": "^7.16.5",
|
||||||
"@babel/plugin-transform-runtime": "^7.16.4",
|
"@babel/plugin-transform-runtime": "^7.16.5",
|
||||||
"@babel/preset-env": "^7.16.4",
|
"@babel/preset-env": "^7.16.5",
|
||||||
"@babel/preset-react": "^7.16.0",
|
"@babel/preset-react": "^7.16.5",
|
||||||
"@babel/preset-typescript": "^7.16.0",
|
"@babel/preset-typescript": "^7.16.5",
|
||||||
"@rollup/plugin-alias": "^3.1.8",
|
"@rollup/plugin-alias": "^3.1.8",
|
||||||
"@rollup/plugin-babel": "^5.3.0",
|
"@rollup/plugin-babel": "^5.3.0",
|
||||||
"@rollup/plugin-commonjs": "^21.0.1",
|
"@rollup/plugin-commonjs": "^21.0.1",
|
||||||
"@rollup/plugin-node-resolve": "^13.0.6",
|
"@rollup/plugin-node-resolve": "^13.1.1",
|
||||||
"@rollup/plugin-replace": "^3.0.0",
|
"@rollup/plugin-replace": "^3.0.0",
|
||||||
"@svgr/rollup": "^6.1.2",
|
"@svgr/rollup": "^6.1.2",
|
||||||
"@types/react": "^17.0.37",
|
"@types/react": "^17.0.37",
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
"rollup-plugin-typescript2": "^0.31.1",
|
"rollup-plugin-typescript2": "^0.31.1",
|
||||||
"rollup-plugin-visualizer": "^5.5.2",
|
"rollup-plugin-visualizer": "^5.5.2",
|
||||||
"start-server-and-test": "^1.14.0",
|
"start-server-and-test": "^1.14.0",
|
||||||
"typescript": "^4.5.2"
|
"typescript": "^4.5.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "16 || 17",
|
"react": "16 || 17",
|
||||||
|
|||||||
Reference in New Issue
Block a user