Merge branch 'v11' into chore/testing

This commit is contained in:
moklick
2022-08-29 10:37:29 +02:00
63 changed files with 100 additions and 292 deletions
-12
View File
@@ -1,12 +0,0 @@
# @react-flow/background
## 11.0.0-next.0
### Major Changes
- beta release for v11
### Patch Changes
- Updated dependencies []:
- @react-flow/core@11.0.0-next.0
-15
View File
@@ -1,15 +0,0 @@
# @react-flow/bundle
## 11.0.0-next.0
### Major Changes
- beta release for v11
### Patch Changes
- Updated dependencies []:
- @react-flow/background@11.0.0-next.0
- @react-flow/controls@11.0.0-next.0
- @react-flow/core@11.0.0-next.0
- @react-flow/minimap@11.0.0-next.0
-12
View File
@@ -1,12 +0,0 @@
# @react-flow/controls
## 11.0.0-next.0
### Major Changes
- beta release for v11
### Patch Changes
- Updated dependencies []:
- @react-flow/core@11.0.0-next.0
-7
View File
@@ -1,7 +0,0 @@
# @react-flow/core
## 11.0.0-next.0
### Major Changes
- beta release for v11
-12
View File
@@ -1,12 +0,0 @@
# @react-flow/minimap
## 11.0.0-next.0
### Major Changes
- beta release for v11
### Patch Changes
- Updated dependencies []:
- @react-flow/core@11.0.0-next.0
@@ -1,4 +1,4 @@
# @react-flow/bundle
# reactflow
Bundles:
@@ -11,6 +11,6 @@ Bundles:
## Installation
```sh
npm install @react-flow/bundle
npm install reactflow
```
@@ -1,7 +1,7 @@
{
"name": "@react-flow/bundle",
"name": "reactflow",
"version": "11.0.0-next.0",
"description": "The bundled React Flow package that comes with all the essentials.",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",
"node-based UI",
@@ -13,14 +13,14 @@
"files": [
"dist"
],
"main": "dist/react-flow-bundle.cjs.js",
"module": "dist/react-flow-bundle.esm.js",
"main": "dist/reactflow.cjs.js",
"module": "dist/reactflow.esm.js",
"sideEffects": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wbkd/react-flow.git",
"directory": "packages/bundle"
"directory": "packages/reactflow"
},
"scripts": {
"build": "postcss src/*.css --config ../../postcss.config.json --dir dist"