mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-15 17:25:12 +08:00
Version Packages
This commit is contained in:
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
'@projectstorm/react-diagrams-defaults': minor
|
|
||||||
'@projectstorm/react-diagrams-routing': minor
|
|
||||||
'@projectstorm/react-diagrams-gallery': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
- [feature] new ability to refresh links in auto distribute system [PR 756](https://github.com/projectstorm/react-diagrams/pull/756)
|
|
||||||
- [fix] Default link now uses the correct method for creating a point allowing this to be overridden [PR 939](https://github.com/projectstorm/react-diagrams/pull/939)
|
|
||||||
|
|
||||||
Big thanks to @ToTheHit and @h0111in for your help on these, even though its very delayed on my part :)
|
|
@ -1,5 +1,21 @@
|
|||||||
# @projectstorm/react-diagrams-gallery
|
# @projectstorm/react-diagrams-gallery
|
||||||
|
|
||||||
|
## 7.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e0d21f1: - [feature] new ability to refresh links in auto distribute system [PR 756](https://github.com/projectstorm/react-diagrams/pull/756)
|
||||||
|
|
||||||
|
- [fix] Default link now uses the correct method for creating a point allowing this to be overridden [PR 939](https://github.com/projectstorm/react-diagrams/pull/939)
|
||||||
|
|
||||||
|
Big thanks to @ToTheHit and @h0111in for your help on these, even though its very delayed on my part :)
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [e0d21f1]
|
||||||
|
- @projectstorm/react-diagrams-defaults@7.1.0
|
||||||
|
- @projectstorm/react-diagrams@7.0.1
|
||||||
|
|
||||||
## 7.0.0
|
## 7.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@projectstorm/react-diagrams-gallery",
|
"name": "@projectstorm/react-diagrams-gallery",
|
||||||
"version": "7.0.0",
|
"version": "7.1.0",
|
||||||
"author": "dylanvorster",
|
"author": "dylanvorster",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# @projectstorm/react-diagrams-demo
|
# @projectstorm/react-diagrams-demo
|
||||||
|
|
||||||
|
## 7.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- @projectstorm/react-diagrams@7.0.1
|
||||||
|
|
||||||
## 7.0.0
|
## 7.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@projectstorm/react-diagrams-demo",
|
"name": "@projectstorm/react-diagrams-demo",
|
||||||
"version": "7.0.0",
|
"version": "7.0.1",
|
||||||
"author": "dylanvorster",
|
"author": "dylanvorster",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -1,5 +1,15 @@
|
|||||||
# @projectstorm/react-diagrams-defaults
|
# @projectstorm/react-diagrams-defaults
|
||||||
|
|
||||||
|
## 7.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e0d21f1: - [feature] new ability to refresh links in auto distribute system [PR 756](https://github.com/projectstorm/react-diagrams/pull/756)
|
||||||
|
|
||||||
|
- [fix] Default link now uses the correct method for creating a point allowing this to be overridden [PR 939](https://github.com/projectstorm/react-diagrams/pull/939)
|
||||||
|
|
||||||
|
Big thanks to @ToTheHit and @h0111in for your help on these, even though its very delayed on my part :)
|
||||||
|
|
||||||
## 7.0.0
|
## 7.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@projectstorm/react-diagrams-defaults",
|
"name": "@projectstorm/react-diagrams-defaults",
|
||||||
"version": "7.0.0",
|
"version": "7.1.0",
|
||||||
"author": "dylanvorster",
|
"author": "dylanvorster",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,5 +1,20 @@
|
|||||||
# @projectstorm/react-diagrams-routing
|
# @projectstorm/react-diagrams-routing
|
||||||
|
|
||||||
|
## 7.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e0d21f1: - [feature] new ability to refresh links in auto distribute system [PR 756](https://github.com/projectstorm/react-diagrams/pull/756)
|
||||||
|
|
||||||
|
- [fix] Default link now uses the correct method for creating a point allowing this to be overridden [PR 939](https://github.com/projectstorm/react-diagrams/pull/939)
|
||||||
|
|
||||||
|
Big thanks to @ToTheHit and @h0111in for your help on these, even though its very delayed on my part :)
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [e0d21f1]
|
||||||
|
- @projectstorm/react-diagrams-defaults@7.1.0
|
||||||
|
|
||||||
## 7.0.0
|
## 7.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@projectstorm/react-diagrams-routing",
|
"name": "@projectstorm/react-diagrams-routing",
|
||||||
"version": "7.0.0",
|
"version": "7.1.0",
|
||||||
"author": "dylanvorster",
|
"author": "dylanvorster",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
# @projectstorm/react-diagrams
|
# @projectstorm/react-diagrams
|
||||||
|
|
||||||
|
## 7.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [e0d21f1]
|
||||||
|
- @projectstorm/react-diagrams-defaults@7.1.0
|
||||||
|
- @projectstorm/react-diagrams-routing@7.1.0
|
||||||
|
|
||||||
## 7.0.0
|
## 7.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@projectstorm/react-diagrams",
|
"name": "@projectstorm/react-diagrams",
|
||||||
"version": "7.0.0",
|
"version": "7.0.1",
|
||||||
"author": "dylanvorster",
|
"author": "dylanvorster",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Reference in New Issue
Block a user