Compare commits

...

8 Commits

16 changed files with 103 additions and 21 deletions

@ -1,3 +1,10 @@
# @antv/x6-common [1.1.0](https://github.com/antvis/x6/compare/@antv/x6-common@1.0.1...@antv/x6-common@1.1.0) (2022-11-05)
### Features
* sync some commit from v1 ([#2851](https://github.com/antvis/x6/issues/2851)) ([a772025](https://github.com/antvis/x6/commit/a7720251ff42f2892bff9c3cd5159932322362b1))
## @antv/x6-common [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-common@1.0.0...@antv/x6-common@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-common",
"version": "1.0.1",
"version": "1.1.0",
"description": "Basic toolkit for X6",
"main": "lib/index.js",
"module": "es/index.js",

@ -1,3 +1,13 @@
## @antv/x6-plugin-clipboard [1.0.2](https://github.com/antvis/x6/compare/@antv/x6-plugin-clipboard@1.0.1...@antv/x6-plugin-clipboard@1.0.2) (2022-11-05)
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-plugin-clipboard [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-clipboard@1.0.0...@antv/x6-plugin-clipboard@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-clipboard",
"version": "1.0.1",
"version": "1.0.2",
"description": "clipboard plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"devDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"author": {
"name": "bubkoo",

@ -1,3 +1,13 @@
## @antv/x6-plugin-dnd [1.0.2](https://github.com/antvis/x6/compare/@antv/x6-plugin-dnd@1.0.1...@antv/x6-plugin-dnd@1.0.2) (2022-11-05)
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-plugin-dnd [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-dnd@1.0.0...@antv/x6-plugin-dnd@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-dnd",
"version": "1.0.1",
"version": "1.0.2",
"description": "dnd plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@ -38,10 +38,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"devDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"author": {
"name": "bubkoo",

@ -1,3 +1,13 @@
## @antv/x6-plugin-export [1.0.2](https://github.com/antvis/x6/compare/@antv/x6-plugin-export@1.0.1...@antv/x6-plugin-export@1.0.2) (2022-11-05)
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-plugin-export [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-export@1.0.0...@antv/x6-plugin-export@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-export",
"version": "1.0.1",
"version": "1.0.2",
"description": "export plugin for X6.",
"main": "lib/index.js",
"module": "es/index.js",
@ -36,10 +36,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"devDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"author": {
"name": "bubkoo",

@ -1,3 +1,13 @@
## @antv/x6-plugin-history [1.0.2](https://github.com/antvis/x6/compare/@antv/x6-plugin-history@1.0.1...@antv/x6-plugin-history@1.0.2) (2022-11-05)
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-plugin-history [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-history@1.0.0...@antv/x6-plugin-history@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-history",
"version": "1.0.1",
"version": "1.0.2",
"description": "history plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"devDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"author": {
"name": "bubkoo",

@ -1,3 +1,13 @@
## @antv/x6-plugin-keyboard [1.0.2](https://github.com/antvis/x6/compare/@antv/x6-plugin-keyboard@1.0.1...@antv/x6-plugin-keyboard@1.0.2) (2022-11-05)
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-plugin-keyboard [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-keyboard@1.0.0...@antv/x6-plugin-keyboard@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-keyboard",
"version": "1.0.1",
"version": "1.0.2",
"description": "keyboard plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@ -40,10 +40,10 @@
"mousetrap": "^1.6.5"
},
"peerDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"devDependencies": {
"@antv/x6": "1.0.1",
"@antv/x6": "1.1.0",
"@types/mousetrap": "^1.6.5"
},
"author": {

@ -1,3 +1,13 @@
## @antv/x6-plugin-minimap [1.0.2](https://github.com/antvis/x6/compare/@antv/x6-plugin-minimap@1.0.1...@antv/x6-plugin-minimap@1.0.2) (2022-11-05)
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-plugin-minimap [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-minimap@1.0.0...@antv/x6-plugin-minimap@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-minimap",
"version": "1.0.1",
"version": "1.0.2",
"description": "minimap plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"devDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"author": {
"name": "bubkoo",

@ -1,3 +1,18 @@
# @antv/x6 [1.1.0](https://github.com/antvis/x6/compare/@antv/x6@1.0.1...@antv/x6@1.1.0) (2022-11-05)
### Features
* sync some commit from v1 ([#2851](https://github.com/antvis/x6/issues/2851)) ([a772025](https://github.com/antvis/x6/commit/a7720251ff42f2892bff9c3cd5159932322362b1))
### Dependencies
* **@antv/x6-common:** upgraded to 1.1.0
## @antv/x6 [1.0.1](https://github.com/antvis/x6/compare/@antv/x6@1.0.0...@antv/x6@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "1.0.1",
"version": "1.1.0",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering",
"main": "lib/index.js",
"module": "es/index.js",
@ -44,7 +44,7 @@
"pretest": "rss"
},
"dependencies": {
"@antv/x6-common": "1.0.1",
"@antv/x6-common": "1.1.0",
"@antv/x6-geometry": "1.0.1",
"utility-types": "^3.10.0"
},