Compare commits
8 Commits
@antv/x6-p
...
@antv/x6-v
Author | SHA1 | Date | |
---|---|---|---|
|
33a2ba2c04 | ||
|
40d26f87c2 | ||
|
f901d2c149 | ||
|
da99354379 | ||
|
28111565fa | ||
|
85308db9a0 | ||
|
b58ced43f6 | ||
|
9b6c5420aa |
7
packages/x6-plugin-scroller/CHANGELOG.md
Normal file
7
packages/x6-plugin-scroller/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
## @antv/x6-plugin-scroller [2.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-scroller@2.0.0...@antv/x6-plugin-scroller@2.0.1) (2022-11-24)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add missing script for building style ([e683155](https://github.com/antvis/x6/commit/e68315528a202cbc5a9ad256d168943e001d7116))
|
||||||
|
* resize graph when scale scroller ([#2903](https://github.com/antvis/x6/issues/2903)) ([cee4aa4](https://github.com/antvis/x6/commit/cee4aa4e53b2821ed11d5602fccdb36625957c72))
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/x6-plugin-scroller",
|
"name": "@antv/x6-plugin-scroller",
|
||||||
"version": "2.0.4",
|
"version": "2.0.1",
|
||||||
"description": "scroller plugin for X6",
|
"description": "scroller plugin for X6",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
11
packages/x6-plugin-selection/CHANGELOG.md
Normal file
11
packages/x6-plugin-selection/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# @antv/x6-plugin-selection [2.1.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-selection@2.0.0...@antv/x6-plugin-selection@2.1.0) (2022-11-24)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add missing script for building style ([e683155](https://github.com/antvis/x6/commit/e68315528a202cbc5a9ad256d168943e001d7116))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* attach plugin api and events to grpah instance ([#2864](https://github.com/antvis/x6/issues/2864)) ([774f547](https://github.com/antvis/x6/commit/774f547b85522eb2411dca949d36ecfe535503f3))
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/x6-plugin-selection",
|
"name": "@antv/x6-plugin-selection",
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"description": "selection plugin for X6",
|
"description": "selection plugin for X6",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
12
packages/x6-plugin-snapline/CHANGELOG.md
Normal file
12
packages/x6-plugin-snapline/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# @antv/x6-plugin-snapline [2.1.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-snapline@2.0.0...@antv/x6-plugin-snapline@2.1.0) (2022-11-24)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add missing script for building style ([e683155](https://github.com/antvis/x6/commit/e68315528a202cbc5a9ad256d168943e001d7116))
|
||||||
|
* export snap methods from snapline ([#2904](https://github.com/antvis/x6/issues/2904)) ([826ccdd](https://github.com/antvis/x6/commit/826ccdd9a033486ad5b90d666340e46f6c266af7))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* attach plugin api and events to grpah instance ([#2864](https://github.com/antvis/x6/issues/2864)) ([774f547](https://github.com/antvis/x6/commit/774f547b85522eb2411dca949d36ecfe535503f3))
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/x6-plugin-snapline",
|
"name": "@antv/x6-plugin-snapline",
|
||||||
"version": "2.0.2",
|
"version": "2.1.0",
|
||||||
"description": "snapline plugin for X6",
|
"description": "snapline plugin for X6",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
6
packages/x6-plugin-stencil/CHANGELOG.md
Normal file
6
packages/x6-plugin-stencil/CHANGELOG.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
## @antv/x6-plugin-stencil [2.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-stencil@2.0.0...@antv/x6-plugin-stencil@2.0.1) (2022-11-24)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add missing script for building style ([e683155](https://github.com/antvis/x6/commit/e68315528a202cbc5a9ad256d168943e001d7116))
|
11
packages/x6-plugin-transform/CHANGELOG.md
Normal file
11
packages/x6-plugin-transform/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# @antv/x6-plugin-transform [2.1.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-transform@2.0.0...@antv/x6-plugin-transform@2.1.0) (2022-11-24)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add missing script for building style ([e683155](https://github.com/antvis/x6/commit/e68315528a202cbc5a9ad256d168943e001d7116))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* attach plugin api and events to grpah instance ([#2864](https://github.com/antvis/x6/issues/2864)) ([774f547](https://github.com/antvis/x6/commit/774f547b85522eb2411dca949d36ecfe535503f3))
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/x6-plugin-transform",
|
"name": "@antv/x6-plugin-transform",
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"description": "transform plugin for X6",
|
"description": "transform plugin for X6",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
1
packages/x6-react-components/CHANGELOG.md
Normal file
1
packages/x6-react-components/CHANGELOG.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
## @antv/x6-react-components [2.0.1](https://github.com/antvis/x6/compare/@antv/x6-react-components@2.0.0...@antv/x6-react-components@2.0.1) (2022-11-24)
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/x6-react-components",
|
"name": "@antv/x6-react-components",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "React components for building x6 editors",
|
"description": "React components for building x6 editors",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
6
packages/x6-react-shape/CHANGELOG.md
Normal file
6
packages/x6-react-shape/CHANGELOG.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
## @antv/x6-react-shape [2.0.1](https://github.com/antvis/x6/compare/@antv/x6-react-shape@2.0.0...@antv/x6-react-shape@2.0.1) (2022-11-24)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* optimize typo for react-shape ([#2870](https://github.com/antvis/x6/issues/2870)) ([86412e2](https://github.com/antvis/x6/commit/86412e23d242347d6ee1c9ccd63a6ccf3caf4c49))
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/x6-react-shape",
|
"name": "@antv/x6-react-shape",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "X6 shape for rendering react components.",
|
"description": "X6 shape for rendering react components.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
1
packages/x6-vue-shape/CHANGELOG.md
Normal file
1
packages/x6-vue-shape/CHANGELOG.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
## @antv/x6-vue-shape [2.0.1](https://github.com/antvis/x6/compare/@antv/x6-vue-shape@2.0.0...@antv/x6-vue-shape@2.0.1) (2022-11-24)
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/x6-vue-shape",
|
"name": "@antv/x6-vue-shape",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "X6 shape for rendering vue components.",
|
"description": "X6 shape for rendering vue components.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
Reference in New Issue
Block a user