feat(markers): add option to control orientation of markers

This commit is contained in:
Christopher Möller
2021-10-15 13:07:02 +02:00
parent 1b73c8fff5
commit b08809d810
6 changed files with 50 additions and 35 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-flow-renderer",
"version": "9.6.9",
"version": "10.0.0-next.1",
"engines": {
"node": ">=12"
},
@@ -28,7 +28,7 @@
"cy:open": "cypress open",
"release": "npm run test && release-it",
"release:notest": "release-it",
"release:next": "release-it --preRelease=next"
"release:next": "release-it --preRelease=next --no-git"
},
"dependencies": {
"@babel/runtime": "^7.15.4",