Compare commits
58 Commits
@antv/x6@0
...
@antv/x6@1
Author | SHA1 | Date | |
---|---|---|---|
2d1fff1b7d | |||
5753bc7119 | |||
b4d552b9ef | |||
262e13fd13 | |||
8f740d266e | |||
7259a500e3 | |||
845dc8e8c6 | |||
55d0657927 | |||
d9d9a4c8f5 | |||
6d3bd50d8b | |||
ba4a912f2d | |||
1eb535924e | |||
6438640617 | |||
bcdc554831 | |||
fb666ca18d | |||
1bf95d590c | |||
34ff308d7a | |||
ee0be41835 | |||
c2cc11cfe2 | |||
717fafa51c | |||
7f9d244003 | |||
fd5768861f | |||
8166346771 | |||
dcc8170419 | |||
c43a5c73e0 | |||
b99711fa80 | |||
7dc668a899 | |||
b4500f2789 | |||
0035aebfba | |||
1a9b3a8436 | |||
c0aa60cb6a | |||
e1c7e8c5ed | |||
9e776a852d | |||
6142007745 | |||
322891ad80 | |||
477a70537c | |||
9426a89800 | |||
482ce10f1d | |||
f2e01c44a1 | |||
0614170dfb | |||
85af978126 | |||
8a6086e4ee | |||
1e49706b69 | |||
4571ddab4f | |||
d1bafefd78 | |||
2c7f74f375 | |||
0214d79fda | |||
5f4e5ea377 | |||
62cd4367b4 | |||
2c16370f1b | |||
3815b6b40b | |||
21dffd79ab | |||
d302d4a2f2 | |||
d2ca6ac8da | |||
ad21b8697f | |||
5c6aaf1f7a | |||
79ffac9b9f | |||
54dd4b30ce |
35
.github/workflows/ci.yml
vendored
35
.github/workflows/ci.yml
vendored
@ -11,35 +11,34 @@ jobs:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bubkoo/use-app-token@v1
|
||||
- name: ⤵️ Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: 🎉 Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.PRIVATE_KEY }}
|
||||
env_name: bot_token
|
||||
- name: 🌱 Get yarn cache directory path
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: 🌱 Get Cache Directory
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
- name: 🚸 Setup yarn cacha
|
||||
- name: 🚸 Setup Cacha
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
- name: 🎉 Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: 🚧 Prepare Environment
|
||||
run: |
|
||||
yarn global add lerna
|
||||
- name: 🚧 Prepare
|
||||
run: yarn global add lerna
|
||||
- name: 🚀 Bootstrap
|
||||
run: |
|
||||
yarn bootstrap
|
||||
run: yarn bootstrap
|
||||
- name: ✅ Test
|
||||
run: |
|
||||
yarn test
|
||||
run: yarn test
|
||||
- name: 🔑 Generate Token
|
||||
uses: bubkoo/use-app-token@v1
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.PRIVATE_KEY }}
|
||||
env_name: bot_token
|
||||
- name: 💡 Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
|
1
.github/workflows/contributors.yml
vendored
1
.github/workflows/contributors.yml
vendored
@ -17,4 +17,3 @@ jobs:
|
||||
- uses: bubkoo/contributors-list@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ env.bot_token }}
|
||||
svgPath: CONTRIBUTORS.svg
|
||||
|
57
.github/workflows/deploy-sites.yml
vendored
57
.github/workflows/deploy-sites.yml
vendored
@ -14,26 +14,27 @@ jobs:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bubkoo/use-app-token@v1
|
||||
- name: ⤵️ Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: 🎉 Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.PRIVATE_KEY }}
|
||||
env_name: bot_token
|
||||
##
|
||||
- name: 🌱 Get yarn cache directory path
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: 🌱 Get Yarn Cache Directory
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
##
|
||||
- name: 🚸 Setup yarn cacha
|
||||
|
||||
- name: 🚸 Setup Yarn Cacha
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
## cache webpack(babel-loader, eslint-loader)
|
||||
- name: 💩 Setup webpack cache
|
||||
- name: 💩 Setup Webpack Cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
@ -42,32 +43,38 @@ jobs:
|
||||
key: ${{ runner.os }}-webpack-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-webpack-
|
||||
|
||||
## cache sites
|
||||
- name: 💩 Setup sites cache
|
||||
- name: 💩 Setup Sites Cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: sites/x6-sites/static/demos
|
||||
key: ${{ runner.os }}-sites-${{ hashFiles('./packages/x6/package.json', './sites/x6-sites-demos/**/src') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-sites-
|
||||
##
|
||||
- name: 🎉 Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: 🚧 Prepare
|
||||
run: yarn global add lerna
|
||||
|
||||
- name: 🚀 Bootstrap
|
||||
run: |
|
||||
yarn global add lerna
|
||||
yarn bootstrap
|
||||
run: yarn bootstrap
|
||||
|
||||
- name: 📦 Build Demos
|
||||
run: |
|
||||
yarn build:demos
|
||||
run: yarn build:demos
|
||||
|
||||
- name: 🧲 Build Apps
|
||||
run: |
|
||||
yarn build:apps
|
||||
run: yarn build:apps
|
||||
|
||||
- name: ✨ Build Sites
|
||||
run: |
|
||||
yarn build:sites
|
||||
run: yarn build:sites
|
||||
|
||||
- name: 🔑 Generate Token
|
||||
uses: bubkoo/use-app-token@v1
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.PRIVATE_KEY }}
|
||||
env_name: bot_token
|
||||
|
||||
- name: ✅ Deploy sites
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
41
.github/workflows/release.yml
vendored
41
.github/workflows/release.yml
vendored
@ -1,3 +1,5 @@
|
||||
# @see: https://dev.to/antongolub/the-chronicles-of-semantic-release-and-monorepos-5cfc
|
||||
|
||||
name: 🚀 Release
|
||||
on:
|
||||
push:
|
||||
@ -14,35 +16,36 @@ jobs:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bubkoo/use-app-token@v1
|
||||
- name: ⤵️ Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: 🎉 Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.PRIVATE_KEY }}
|
||||
env_name: bot_token
|
||||
- name: 🌱 Get yarn cache directory path
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: 🌱 Get Cache Directory
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
- name: 🚸 Setup yarn cacha
|
||||
- name: 🚸 Setup Cacha
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
- name: 🎉 Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: 🚧 Prepare Environment
|
||||
run: |
|
||||
yarn global add lerna
|
||||
- name: 🚧 Prepare
|
||||
run: yarn global add lerna
|
||||
- name: 🚀 Bootstrap
|
||||
run: |
|
||||
lerna bootstrap
|
||||
- name: Semantic Release
|
||||
run: |
|
||||
yarn multi-semantic-release --sequential-init
|
||||
run: yarn bootstrap
|
||||
- name: ✅ Test
|
||||
run: yarn test
|
||||
- name: 🔑 Generate Token
|
||||
uses: bubkoo/use-app-token@v1
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.PRIVATE_KEY }}
|
||||
env_name: bot_token
|
||||
- name: 📦 Semantic Release
|
||||
run: yarn multi-semantic-release
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ env.bot_token }}
|
||||
|
1
AUTHORS
1
AUTHORS
@ -4,6 +4,7 @@ bubkoo <bubkoo.wy@gmail.com>
|
||||
bubkoo <bubkoo@users.noreply.github.com>
|
||||
luchunwei <luchunwei@gmail.com>
|
||||
pengxingjian.pxj <pengxingjian.pxj@alibaba-inc.com>
|
||||
semantic-release-bot <semantic-release-bot@martynus.net>
|
||||
vector <vectorse@126.com>
|
||||
zdc1111 <39116292+zdc1111@users.noreply.github.com>
|
||||
偏右 <afc163@gmail.com>
|
||||
|
@ -108,11 +108,14 @@ Look at [these files](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJyg
|
||||
|
||||
## Release
|
||||
|
||||
x6 uses semantic versioning in release process based on [semver](https://semver.org/).
|
||||
X6 uses semantic versioning in release process based on [semver](https://semver.org/).
|
||||
|
||||
- [Publishing maintenance releases](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/maintenance-releases.md)
|
||||
- [Publishing pre-releases](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/pre-releases.md)
|
||||
|
||||
### Branch Strategy
|
||||
|
||||
`master` branch is the latest stable version.
|
||||
`master` branch is the latest stable version.
|
||||
|
||||
- Just checkout develop branch from `master`
|
||||
- All new features will be added into `master` or `next` branch as well as all bug-fix except security issues. In such way, we can motivate developers to update to the latest stable version.
|
||||
|
@ -109,7 +109,10 @@ BREAKING CHANGE:
|
||||
|
||||
## 发布管理
|
||||
|
||||
x6 基于 [semver](http://semver.org/lang/zh-CN/) 语义化版本号进行发布。
|
||||
- [Publishing maintenance releases](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/maintenance-releases.md)
|
||||
- [Publishing pre-releases](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/pre-releases.md)
|
||||
|
||||
X6 基于 [semver](http://semver.org/lang/zh-CN/) 语义化版本号进行发布。
|
||||
|
||||
`master` 分支为当前稳定发布的版本。
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 806 KiB After Width: | Height: | Size: 826 KiB |
55
examples/x6-app-dag/CHANGELOG.md
Normal file
55
examples/x6-app-dag/CHANGELOG.md
Normal file
@ -0,0 +1,55 @@
|
||||
## @antv/x6-app-dag [0.10.79-beta.3](https://github.com/antvis/x6/compare/@antv/x6-app-dag@0.10.79-beta.2...@antv/x6-app-dag@0.10.79-beta.3) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.2
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.3
|
||||
|
||||
## @antv/x6-app-dag [0.10.79-beta.2](https://github.com/antvis/x6/compare/@antv/x6-app-dag@0.10.79-beta.1...@antv/x6-app-dag@0.10.79-beta.2) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 version error ([fd57688](https://github.com/antvis/x6/commit/fd5768861fedda32d341c774f6e80da67646426f))
|
||||
* 🐛 version not found ([8166346](https://github.com/antvis/x6/commit/8166346771f11ef5997a6e1ed376987408e57cde))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.2
|
||||
|
||||
## @antv/x6-app-dag [0.10.79-beta.1](https://github.com/antvis/x6/compare/@antv/x6-app-dag@0.10.78...@antv/x6-app-dag@0.10.79-beta.1) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 x6 version ([f2e01c4](https://github.com/antvis/x6/commit/f2e01c44a1f1acd9390c9de0b5ade913cfd8b03b))
|
||||
* 🐛 x6-react-shape version ([9426a89](https://github.com/antvis/x6/commit/9426a898003f041c22da55439f6b9715731f69f6))
|
||||
* 🐛 x6-react-shape version ([482ce10](https://github.com/antvis/x6/commit/482ce10f1daeee1a154757c6009295d03363df56))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.1
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.1
|
||||
|
||||
## @antv/x6-app-dag [0.10.78](https://github.com/antvis/x6/compare/@antv/x6-app-dag@0.10.77...@antv/x6-app-dag@0.10.78) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.1
|
||||
* **@antv/x6-react-shape:** upgraded to 1.0.1
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@antv/x6-app-dag",
|
||||
"version": "0.10.77",
|
||||
"version": "1.0.0-beta.0",
|
||||
"scripts": {
|
||||
"start": "umi dev",
|
||||
"build": "umi build",
|
||||
@ -24,9 +24,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^4.2.1",
|
||||
"@antv/x6": "^0.10.77",
|
||||
"@antv/x6-react-components": "^0.10.17",
|
||||
"@antv/x6-react-shape": "^0.10.17",
|
||||
"@antv/x6": "^1.0.0-beta.0",
|
||||
"@antv/x6-react-components": "0.10.17",
|
||||
"@antv/x6-react-shape": "^1.0.0-beta.0",
|
||||
"ahooks": "^2.7.0",
|
||||
"antd": "^4.4.2",
|
||||
"classnames": "^2.2.6",
|
||||
|
42
examples/x6-app-draw/CHANGELOG.md
Normal file
42
examples/x6-app-draw/CHANGELOG.md
Normal file
@ -0,0 +1,42 @@
|
||||
## @antv/x6-app-draw [0.10.79-beta.3](https://github.com/antvis/x6/compare/@antv/x6-app-draw@0.10.79-beta.2...@antv/x6-app-draw@0.10.79-beta.3) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.2
|
||||
|
||||
## @antv/x6-app-draw [0.10.79-beta.2](https://github.com/antvis/x6/compare/@antv/x6-app-draw@0.10.79-beta.1...@antv/x6-app-draw@0.10.79-beta.2) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 version error ([fd57688](https://github.com/antvis/x6/commit/fd5768861fedda32d341c774f6e80da67646426f))
|
||||
* 🐛 version not found ([8166346](https://github.com/antvis/x6/commit/8166346771f11ef5997a6e1ed376987408e57cde))
|
||||
|
||||
## @antv/x6-app-draw [0.10.79-beta.1](https://github.com/antvis/x6/compare/@antv/x6-app-draw@0.10.78...@antv/x6-app-draw@0.10.79-beta.1) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 x6 version ([f2e01c4](https://github.com/antvis/x6/commit/f2e01c44a1f1acd9390c9de0b5ade913cfd8b03b))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.1
|
||||
|
||||
## @antv/x6-app-draw [0.10.78](https://github.com/antvis/x6/compare/@antv/x6-app-draw@0.10.77...@antv/x6-app-draw@0.10.78) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.1
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@antv/x6-app-draw",
|
||||
"version": "0.10.77",
|
||||
"version": "1.0.0-beta.0",
|
||||
"scripts": {
|
||||
"start": "umi dev",
|
||||
"build": "umi build",
|
||||
@ -10,7 +10,7 @@
|
||||
"precommit": "lint-staged"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/x6": "^0.10.77",
|
||||
"@antv/x6": "^1.0.0-beta.0",
|
||||
"antd": "^4.4.2",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6"
|
||||
|
55
examples/x6-app-er/CHANGELOG.md
Normal file
55
examples/x6-app-er/CHANGELOG.md
Normal file
@ -0,0 +1,55 @@
|
||||
## @antv/x6-app-er [0.10.79-beta.3](https://github.com/antvis/x6/compare/@antv/x6-app-er@0.10.79-beta.2...@antv/x6-app-er@0.10.79-beta.3) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.2
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.3
|
||||
|
||||
## @antv/x6-app-er [0.10.79-beta.2](https://github.com/antvis/x6/compare/@antv/x6-app-er@0.10.79-beta.1...@antv/x6-app-er@0.10.79-beta.2) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 version error ([fd57688](https://github.com/antvis/x6/commit/fd5768861fedda32d341c774f6e80da67646426f))
|
||||
* 🐛 version not found ([8166346](https://github.com/antvis/x6/commit/8166346771f11ef5997a6e1ed376987408e57cde))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.2
|
||||
|
||||
## @antv/x6-app-er [0.10.79-beta.1](https://github.com/antvis/x6/compare/@antv/x6-app-er@0.10.78...@antv/x6-app-er@0.10.79-beta.1) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 x6 version ([f2e01c4](https://github.com/antvis/x6/commit/f2e01c44a1f1acd9390c9de0b5ade913cfd8b03b))
|
||||
* 🐛 x6-react-shape version ([9426a89](https://github.com/antvis/x6/commit/9426a898003f041c22da55439f6b9715731f69f6))
|
||||
* 🐛 x6-react-shape version ([482ce10](https://github.com/antvis/x6/commit/482ce10f1daeee1a154757c6009295d03363df56))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.1
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.1
|
||||
|
||||
## @antv/x6-app-er [0.10.78](https://github.com/antvis/x6/compare/@antv/x6-app-er@0.10.77...@antv/x6-app-er@0.10.78) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.1
|
||||
* **@antv/x6-react-shape:** upgraded to 1.0.1
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@antv/x6-app-er",
|
||||
"version": "0.10.77",
|
||||
"version": "1.0.0-beta.0",
|
||||
"scripts": {
|
||||
"start": "umi dev",
|
||||
"build": "umi build",
|
||||
@ -22,9 +22,9 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/x6": "^0.10.77",
|
||||
"@antv/x6-react-components": "^0.10.17",
|
||||
"@antv/x6-react-shape": "^0.10.17",
|
||||
"@antv/x6": "^1.0.0-beta.0",
|
||||
"@antv/x6-react-components": "0.10.17",
|
||||
"@antv/x6-react-shape": "^1.0.0-beta.0",
|
||||
"antd": "^4.4.2",
|
||||
"classnames": "^2.2.6",
|
||||
"react": "^16.12.0",
|
||||
|
55
examples/x6-example-features/CHANGELOG.md
Normal file
55
examples/x6-example-features/CHANGELOG.md
Normal file
@ -0,0 +1,55 @@
|
||||
## @antv/x6-example-features [0.10.79-beta.3](https://github.com/antvis/x6/compare/@antv/x6-example-features@0.10.79-beta.2...@antv/x6-example-features@0.10.79-beta.3) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.2
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.3
|
||||
|
||||
## @antv/x6-example-features [0.10.79-beta.2](https://github.com/antvis/x6/compare/@antv/x6-example-features@0.10.79-beta.1...@antv/x6-example-features@0.10.79-beta.2) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 version error ([fd57688](https://github.com/antvis/x6/commit/fd5768861fedda32d341c774f6e80da67646426f))
|
||||
* 🐛 version not found ([8166346](https://github.com/antvis/x6/commit/8166346771f11ef5997a6e1ed376987408e57cde))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.2
|
||||
|
||||
## @antv/x6-example-features [0.10.79-beta.1](https://github.com/antvis/x6/compare/@antv/x6-example-features@0.10.78...@antv/x6-example-features@0.10.79-beta.1) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 x6 version ([f2e01c4](https://github.com/antvis/x6/commit/f2e01c44a1f1acd9390c9de0b5ade913cfd8b03b))
|
||||
* 🐛 x6-react-shape version ([9426a89](https://github.com/antvis/x6/commit/9426a898003f041c22da55439f6b9715731f69f6))
|
||||
* 🐛 x6-react-shape version ([482ce10](https://github.com/antvis/x6/commit/482ce10f1daeee1a154757c6009295d03363df56))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.1
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.1
|
||||
|
||||
## @antv/x6-example-features [0.10.78](https://github.com/antvis/x6/compare/@antv/x6-example-features@0.10.77...@antv/x6-example-features@0.10.78) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.1
|
||||
* **@antv/x6-react-shape:** upgraded to 1.0.1
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@antv/x6-example-features",
|
||||
"version": "0.10.77",
|
||||
"version": "1.0.0-beta.0",
|
||||
"scripts": {
|
||||
"start": "umi dev",
|
||||
"build": "umi build",
|
||||
@ -10,9 +10,9 @@
|
||||
"precommit": "lint-staged"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/x6": "^0.10.77",
|
||||
"@antv/x6-react-components": "^0.10.17",
|
||||
"@antv/x6-react-shape": "^0.10.17",
|
||||
"@antv/x6": "^1.0.0-beta.0",
|
||||
"@antv/x6-react-components": "0.10.17",
|
||||
"@antv/x6-react-shape": "^1.0.0-beta.0",
|
||||
"antd": "^4.4.2",
|
||||
"classnames": "^2.2.6",
|
||||
"dagre": "^0.8.5",
|
||||
|
25
package.json
25
package.json
@ -7,12 +7,6 @@
|
||||
"sites/*"
|
||||
],
|
||||
"scripts": {
|
||||
"lk": "lerna link",
|
||||
"ls": "lerna list",
|
||||
"lv": "lerna version",
|
||||
"changed": "lerna changed",
|
||||
"updated": "lerna updated",
|
||||
"changelog": "lerna-changelog",
|
||||
"build:dev": "sh ./scripts/build-dev",
|
||||
"build:apps": "sh ./scripts/build-apps",
|
||||
"build:demos": "sh ./scripts/build-demos",
|
||||
@ -48,23 +42,7 @@
|
||||
},
|
||||
"release": {
|
||||
"repositoryUrl": "https://github.com/antvis/x6",
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/changelog",
|
||||
[
|
||||
"@semantic-release/github",
|
||||
{
|
||||
"addReleases": "bottom"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
"assets": ["package.json", "CHANGELOG.md"]
|
||||
}
|
||||
]
|
||||
]
|
||||
"extends": "@bubkoo/semantic-release-config"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bubkoo/semantic-release-config": "^1.2.0",
|
||||
@ -86,7 +64,6 @@
|
||||
"karma-typescript": "^5.2.0",
|
||||
"karma-typescript-es6-transform": "^5.1.0",
|
||||
"lerna": "^3.19.0",
|
||||
"lerna-changelog": "^1.0.1",
|
||||
"lint-staged": "^10.2.2",
|
||||
"multi-semantic-release": "^2.4.7",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
@ -1,30 +1,4 @@
|
||||
# @antv/x6-react-shape 1.0.0 (2020-10-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 use selectors to find react's container ([f5ed04e](https://github.com/antvis/x6/commit/f5ed04ec95c07a310b32e435b2405db14a8cf4d5))
|
||||
* component function should be called on every change of the node ([3d92caf](https://github.com/antvis/x6/commit/3d92caf6a97db95fee874359b7e62691f01a77f6)), closes [#185](https://github.com/antvis/x6/issues/185)
|
||||
* extends style ([04d4aab](https://github.com/antvis/x6/commit/04d4aab8d25acd3edfa0e842987c7338989d7476))
|
||||
* **anchor:** position of anchor and connection point ([f8f432a](https://github.com/antvis/x6/commit/f8f432afcef3cf5aec0c72cc351e8065c9c4559f))
|
||||
* **minimap:** only render facade for minimap ([aa65629](https://github.com/antvis/x6/commit/aa65629df6e13e05d121861c7b56256be840054a))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* ✨ support react portal ([c20c0c4](https://github.com/antvis/x6/commit/c20c0c473ee311b12a09193bb43209f47e7363b9))
|
||||
* custom function to return a react component ([da24c84](https://github.com/antvis/x6/commit/da24c84be4716def93232de4cea740a1a1e18e9a))
|
||||
* dynamic update react node ([58539a4](https://github.com/antvis/x6/commit/58539a48ed461c717b8278d3088eb54608e2175f))
|
||||
* init ([8cad113](https://github.com/antvis/x6/commit/8cad113bae4b4856905e39a791aa6ea69e7bd361))
|
||||
* only export the shape ([527e501](https://github.com/antvis/x6/commit/527e5010e422dbfb0f15c8edc4d4c358bc54772b))
|
||||
* react shape registry and hook ([d5fdd65](https://github.com/antvis/x6/commit/d5fdd655c3bd27f10ce3ec5ed4f52d11a66a71d4))
|
||||
* use x6-dom-util ([28b082c](https://github.com/antvis/x6/commit/28b082c8a5a37b4c2034fedf71c6e2b01c1c2b0f))
|
||||
* use x6-util ([85240e9](https://github.com/antvis/x6/commit/85240e9a1aac5387b79916ead3b309b7c1e2b7db))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* do not re-render react component when shape redrawing ([7bde71d](https://github.com/antvis/x6/commit/7bde71d75da535eec944754b047066fce180cc25))
|
||||
## @antv/x6-react-shape [0.10.18-beta.3](https://github.com/antvis/x6/compare/@antv/x6-react-shape@0.10.18-beta.2...@antv/x6-react-shape@0.10.18-beta.3) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
@ -32,4 +6,37 @@
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.0
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.2
|
||||
|
||||
## @antv/x6-react-shape [0.10.18-beta.2](https://github.com/antvis/x6/compare/@antv/x6-react-shape@0.10.18-beta.1...@antv/x6-react-shape@0.10.18-beta.2) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 version error ([fd57688](https://github.com/antvis/x6/commit/fd5768861fedda32d341c774f6e80da67646426f))
|
||||
* 🐛 version not found ([8166346](https://github.com/antvis/x6/commit/8166346771f11ef5997a6e1ed376987408e57cde))
|
||||
|
||||
## @antv/x6-react-shape [0.10.18-beta.1](https://github.com/antvis/x6/compare/@antv/x6-react-shape@0.10.17...@antv/x6-react-shape@0.10.18-beta.1) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 x6 version ([f2e01c4](https://github.com/antvis/x6/commit/f2e01c44a1f1acd9390c9de0b5ade913cfd8b03b))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.1
|
||||
|
||||
## @antv/x6-react-shape [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-react-shape@1.0.0...@antv/x6-react-shape@1.0.1) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/x6-react-shape",
|
||||
"version": "0.10.17",
|
||||
"version": "1.0.0-beta.0",
|
||||
"description": "x6 shape for rendering react components",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -36,7 +36,7 @@
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@antv/x6": "1.0.0",
|
||||
"@antv/x6": "0.10.78-beta.2",
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6"
|
||||
},
|
||||
|
@ -1,9 +1,4 @@
|
||||
# @antv/x6-react 1.0.0 (2020-10-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 package name ([63e6f26](https://github.com/antvis/x6/commit/63e6f26652f8104786946b7dd74dc34977c62fdc))
|
||||
## @antv/x6-react [0.1.8-beta.3](https://github.com/antvis/x6/compare/@antv/x6-react@0.1.8-beta.2...@antv/x6-react@0.1.8-beta.3) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
@ -11,4 +6,37 @@
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.0
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.2
|
||||
|
||||
## @antv/x6-react [0.1.8-beta.2](https://github.com/antvis/x6/compare/@antv/x6-react@0.1.8-beta.1...@antv/x6-react@0.1.8-beta.2) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 version error ([fd57688](https://github.com/antvis/x6/commit/fd5768861fedda32d341c774f6e80da67646426f))
|
||||
* 🐛 version not found ([8166346](https://github.com/antvis/x6/commit/8166346771f11ef5997a6e1ed376987408e57cde))
|
||||
|
||||
## @antv/x6-react [0.1.8-beta.1](https://github.com/antvis/x6/compare/@antv/x6-react@0.1.7...@antv/x6-react@0.1.8-beta.1) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 x6 version ([f2e01c4](https://github.com/antvis/x6/commit/f2e01c44a1f1acd9390c9de0b5ade913cfd8b03b))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.1
|
||||
|
||||
## @antv/x6-react [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-react@1.0.0...@antv/x6-react@1.0.1) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/x6-react",
|
||||
"version": "0.1.7",
|
||||
"version": "1.0.0-beta.0",
|
||||
"description": "Use X6 with react",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -35,7 +35,7 @@
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@antv/x6": "1.0.0",
|
||||
"@antv/x6": "0.10.78-beta.2",
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6"
|
||||
},
|
||||
|
@ -1,353 +1,20 @@
|
||||
# @antv/x6 1.0.0 (2020-10-29)
|
||||
## @antv/x6 [0.10.78-beta.2](https://github.com/antvis/x6/compare/@antv/x6@0.10.78-beta.1...@antv/x6@0.10.78-beta.2) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 'blank:click' was not triggered when rubberband is enabled ([5046487](https://github.com/antvis/x6/commit/50464871862a362df19bf2ef598892a41297ffe1)), closes [#222](https://github.com/antvis/x6/issues/222)
|
||||
* 🐛 attr definition ([f86ab8e](https://github.com/antvis/x6/commit/f86ab8e2a7366e1d6562d510bc2ddbc58ec05f2d))
|
||||
* 🐛 auto update anchor when draggin segment ([6fb6ad6](https://github.com/antvis/x6/commit/6fb6ad6beac3bc8186f066ce8b113aa4a89487b5))
|
||||
* 🐛 circular dependencies ([bfe8b85](https://github.com/antvis/x6/commit/bfe8b85b5d72d237008084534009222f612214d4))
|
||||
* 🐛 copy csstype ([a06430d](https://github.com/antvis/x6/commit/a06430d5e160fb7e9ffb99abf518572009128428))
|
||||
* 🐛 disable track ([ad783f6](https://github.com/antvis/x6/commit/ad783f6dda13776e602edf80bd4be1e4d31e4090))
|
||||
* 🐛 dnd with snapline ([634b9fb](https://github.com/antvis/x6/commit/634b9fbe103b9613baec3668442e3a18e21083c7))
|
||||
* 🐛 do not send track info when dev ([33f981c](https://github.com/antvis/x6/commit/33f981c5545e7abd4189e460f7c718e2f28bc334))
|
||||
* 🐛 do not update tools when changed by tools ([73b2466](https://github.com/antvis/x6/commit/73b2466b4c2e1b514a48799c4acb925d8e52a1a2))
|
||||
* 🐛 edge connection error ([b3a5d03](https://github.com/antvis/x6/commit/b3a5d032a3d75d4c094db90150c19c84b1ba787f)), closes [#245](https://github.com/antvis/x6/issues/245)
|
||||
* 🐛 find snap view ([6f5fab2](https://github.com/antvis/x6/commit/6f5fab2f53e76133f127d47233ec7bb560057355))
|
||||
* 🐛 findParent args ([ba39109](https://github.com/antvis/x6/commit/ba39109ee6ff3f570610d3ab6acb060711711153))
|
||||
* 🐛 fix the interaction of arrowhead ([1319429](https://github.com/antvis/x6/commit/1319429312d9476ae8449cd00845f91601269e67))
|
||||
* 🐛 html shape ([45c9109](https://github.com/antvis/x6/commit/45c9109c9125ce1791698d01710984e5fd71b4c3))
|
||||
* 🐛 ignore magnet event when magnet attribute is 'false' ([0abeb64](https://github.com/antvis/x6/commit/0abeb64b5a31d40b9732d02930a84fd92058573e))
|
||||
* 🐛 lost remove batch event when cell was removed ([2f9899c](https://github.com/antvis/x6/commit/2f9899cf98ee40e5c2c2ef6eafeb5fd8c26a545d))
|
||||
* 🐛 mouse event on start dnd ([242c44c](https://github.com/antvis/x6/commit/242c44cad4e6272a0d4c0c3dec0b847cef28ea72))
|
||||
* 🐛 mousewheel direction ([733fa7a](https://github.com/antvis/x6/commit/733fa7a71d9cf7a36776513131de556e83c3f4b1)), closes [#250](https://github.com/antvis/x6/issues/250)
|
||||
* 🐛 notify event args ([14dc8a3](https://github.com/antvis/x6/commit/14dc8a38289322cb309b3db1e0ea55ae1587d889))
|
||||
* 🐛 numberic terminal id ([fd09ba3](https://github.com/antvis/x6/commit/fd09ba39d1637e29227eebc1a9335f0fdfb13614))
|
||||
* 🐛 numberic terminal id ([03e75f4](https://github.com/antvis/x6/commit/03e75f4c256dbda303d182a7570b744cb9744ae5))
|
||||
* 🐛 passive event ([39ca4a2](https://github.com/antvis/x6/commit/39ca4a23af4287d5aa43e36b78a8de2d39ce44bd))
|
||||
* 🐛 preventDefault on scroll ([0fa61d2](https://github.com/antvis/x6/commit/0fa61d2cc717d186ecfa3959943b4ad648c16f20))
|
||||
* 🐛 remove next listeners in the previous handler ([66bd476](https://github.com/antvis/x6/commit/66bd476f8acbb0b5a3d9edab1fb4316a184b4d8b))
|
||||
* 🐛 remove prop by path ([7f213d0](https://github.com/antvis/x6/commit/7f213d0020733c19d2872432f1e0666aa2e9ab91))
|
||||
* 🐛 resize graph ([547ce82](https://github.com/antvis/x6/commit/547ce82784724ff29f72457e9a25fbdd1a21b4d2))
|
||||
* 🐛 resize scroller and graph ([2a69150](https://github.com/antvis/x6/commit/2a691501ec89f60ce61e8bab4e22483ce7ebf44a))
|
||||
* 🐛 revert function refactor ([b4c9f86](https://github.com/antvis/x6/commit/b4c9f863f56ae1ff8178078420a55f6afccf43e6))
|
||||
* 🐛 share registry of node and edge ([e82bf67](https://github.com/antvis/x6/commit/e82bf67be6b6fd8d2589dc6928a332a5923018fe))
|
||||
* 🐛 should auto update scroller when unfreeze ([be5f51c](https://github.com/antvis/x6/commit/be5f51cc03b873b46c08f132a3ade9f015a312c5))
|
||||
* 🐛 should not effect the model's collection on select cell ([b674bb5](https://github.com/antvis/x6/commit/b674bb50e10868cd1c2e8ef25ea1130dfac00577))
|
||||
* 🐛 should remove selection box after cell was removed ([90e706f](https://github.com/antvis/x6/commit/90e706f9f4ad78035299e50460ab09aab2221a0f))
|
||||
* 🐛 should unselect previous selected cell when single selecting ([49c3ca7](https://github.com/antvis/x6/commit/49c3ca7aa1b462536eada7f78456a3c733b907fe))
|
||||
* 🐛 sort views after async graph rendered ([37ea8bb](https://github.com/antvis/x6/commit/37ea8bbfe049018d879d5a2b6d584ef60c0aca09))
|
||||
* 🐛 trigger custom event ([7389fe1](https://github.com/antvis/x6/commit/7389fe13ad277da5f430e9a177ddd254398aceb5))
|
||||
* 🐛 typos ([8b81d09](https://github.com/antvis/x6/commit/8b81d0945f3e12452d353046ac7eb8ac531128af))
|
||||
* 🐛 update node's incomings and outgoings when edge was removed ([e6fa34c](https://github.com/antvis/x6/commit/e6fa34c872c2231ed8b2c20046f0d4ef346be010)), closes [#241](https://github.com/antvis/x6/issues/241)
|
||||
* 🐛 usage of node tools ([6940868](https://github.com/antvis/x6/commit/69408681601df4fc0783868ec46f9077acf066c9))
|
||||
* add graph reference on model ([9f5e88d](https://github.com/antvis/x6/commit/9f5e88de0f4f571702137e050110ada83ade6c64))
|
||||
* afterCreate hook can return nullable values ([b783246](https://github.com/antvis/x6/commit/b7832461f2aba5e0e5039542af56cb67c881ed6a))
|
||||
* alerts on lgtm.com ([7e0e00f](https://github.com/antvis/x6/commit/7e0e00f535cc3a81bd5ab50d6f828bb731a6ced0))
|
||||
* anchors not align with the center of html border ([9a5f335](https://github.com/antvis/x6/commit/9a5f3350e3bdc2ce9299a5b34eba4c6a334443dd))
|
||||
* animation examples ([e439f5b](https://github.com/antvis/x6/commit/e439f5b2fa72fcca7a71f3495aa9df0b47a71aa4))
|
||||
* attribute name contains ":" should not be converted to kebabCase ([bbb29e9](https://github.com/antvis/x6/commit/bbb29e9293f43a3cfd5e41b56a49af5ba45486ef))
|
||||
* auto reference and update parent when create an edge ([f510dc8](https://github.com/antvis/x6/commit/f510dc8d1aab453f1b0af10d3cd0c3a8e2ccb367))
|
||||
* auto reference on terminal changed ([1c42d34](https://github.com/antvis/x6/commit/1c42d343670c06e03b4f2c904bd466ec3c5f9911))
|
||||
* backwards compatibility ([297aef8](https://github.com/antvis/x6/commit/297aef80a478fc58b5fd8c54ce7e2099abe1e28e))
|
||||
* camelCase attr-name of marker ([995634e](https://github.com/antvis/x6/commit/995634e42ead8280067c5ab68d2e38ce0d8cfb30))
|
||||
* can disable track ([3f3a590](https://github.com/antvis/x6/commit/3f3a59046a49629b33b1f98fe5d8be02a6a00c02))
|
||||
* cell's id are diff on cell's prop and cell's data ([1d9f91d](https://github.com/antvis/x6/commit/1d9f91da54209a9c2a6ec45af602c0277bb0e0d1)), closes [#178](https://github.com/antvis/x6/issues/178)
|
||||
* center, fit the viewport ([7f15331](https://github.com/antvis/x6/commit/7f1533151ab4eb68d77eea860e34804235211d95))
|
||||
* circle deps ([f0b3314](https://github.com/antvis/x6/commit/f0b3314955a509bc7199f5eeb7e7270b6e22d4d3))
|
||||
* circular dependencies ([53d4fd7](https://github.com/antvis/x6/commit/53d4fd7b12c9ee5598614834c61ea2e5d17be2eb))
|
||||
* common options for port-label-layout ([0bbe06f](https://github.com/antvis/x6/commit/0bbe06fc45a07c0cab2df24a30a1df67d67a0e56))
|
||||
* container size should be specified when infinite ([2d705bc](https://github.com/antvis/x6/commit/2d705bc346582aa4992407d25e7e524647295189)), closes [#53](https://github.com/antvis/x6/issues/53)
|
||||
* deal with alerts on lgtm.com ([cd6556e](https://github.com/antvis/x6/commit/cd6556ef8ad66eb9fa37b3819e9a1c929f613b1d))
|
||||
* deserialize cells in localstorage on clipboard initialize ([a485699](https://github.com/antvis/x6/commit/a485699057341a2844a79714fb42541698fd8f9e))
|
||||
* deserialize cells in localstorage on clipboard initialize ([c957f4c](https://github.com/antvis/x6/commit/c957f4c60c71672ceabc8527eb737ed7ee40523d))
|
||||
* do not set tabindex attr when keyboard is disabled ([613d25f](https://github.com/antvis/x6/commit/613d25f8a05e21f8b8ffb9a14a18ef3845f618a4))
|
||||
* edge lost reference when update graph with the exported same json ([df5a605](https://github.com/antvis/x6/commit/df5a6053e9aa9fb4192f7a09a3c0ac54326239f0)), closes [#187](https://github.com/antvis/x6/issues/187)
|
||||
* ensure cell's type when defined it ([a2cf40f](https://github.com/antvis/x6/commit/a2cf40f939bab349a80482b43e30a6b3aec49752))
|
||||
* export layout methods ([1ab393a](https://github.com/antvis/x6/commit/1ab393a4d878730e45979f6f3896635442f88c50))
|
||||
* export polyline ([de22cf4](https://github.com/antvis/x6/commit/de22cf47bbf4861674483e61556a6a8dafaeb4c7))
|
||||
* export polyline ([b364c56](https://github.com/antvis/x6/commit/b364c56ab6a17cd1942342eaa8fdabca2bd084fa))
|
||||
* export some protect methods ([4ff5dfd](https://github.com/antvis/x6/commit/4ff5dfd3554a9b7baaa08d7b51a7d2e0beeae7f2)), closes [#6](https://github.com/antvis/x6/issues/6)
|
||||
* fix can not connect to node in(child) an html-connectable-node ([1f44134](https://github.com/antvis/x6/commit/1f441346ebd48d29da6f7689dda7effec0677c48))
|
||||
* fix edge preview arrow style ([343b398](https://github.com/antvis/x6/commit/343b398ce65101ed889a2fef7e2c3e6f725b48d5))
|
||||
* fix getBBox function,now support get HTMLElement ([895c02e](https://github.com/antvis/x6/commit/895c02ea20bed9cafa53e40dcfd9a0cf644b805f))
|
||||
* fix z-index bug when use size-sensor ([a072c03](https://github.com/antvis/x6/commit/a072c0307f74ecedc1d3991b7c14c85ba8e2195e))
|
||||
* fix z-index of container when infinite ([ea0f3be](https://github.com/antvis/x6/commit/ea0f3be2b647b9939f13e3396ec7fb9feb6e0127))
|
||||
* flip option of async marker ([01749b6](https://github.com/antvis/x6/commit/01749b6ec0bc5c6edad927fa202d668ac8ecd024))
|
||||
* graph examples ([23fb270](https://github.com/antvis/x6/commit/23fb27093f3870afaf500e960a53c1485ccca729))
|
||||
* handle async result of validateEdge ([047dff7](https://github.com/antvis/x6/commit/047dff718a74b28519fdb03269410663434c1682))
|
||||
* handle warnings from lgtm.com ([93ff9cd](https://github.com/antvis/x6/commit/93ff9cd431e533dc65edc9af009b73557e9ad8ed))
|
||||
* handle warnings of lgtm.com ([22c054f](https://github.com/antvis/x6/commit/22c054f185a2875059a11dbb204b6b4952593fc5))
|
||||
* highlighting ([9996342](https://github.com/antvis/x6/commit/99963423edec11cd63ddd2e25784301daea292f7))
|
||||
* inherit native class ([d753ee5](https://github.com/antvis/x6/commit/d753ee54a7d5c23ea6b4d8d52e563b10fca66b4f))
|
||||
* interp definition ([f43254c](https://github.com/antvis/x6/commit/f43254c7149e93716254b5002482d874abe68cd8))
|
||||
* is clipboard empty ([fb4c575](https://github.com/antvis/x6/commit/fb4c575699307c7dd9bbb461897662b2d6f5570a))
|
||||
* live preview connection ([157e0a8](https://github.com/antvis/x6/commit/157e0a8b200a6502d46f2cb18c6bf1a620f4d752))
|
||||
* marker offset ([ed0fd14](https://github.com/antvis/x6/commit/ed0fd1437170d8688cbbffc3d9e5244efad1fa54)), closes [#184](https://github.com/antvis/x6/issues/184)
|
||||
* missing edge arg on "edge:connected" and "edge:disconnected" event ([59eb988](https://github.com/antvis/x6/commit/59eb988b7b6ada899f8864ed6d5c88b3f93a1f99)), closes [#183](https://github.com/antvis/x6/issues/183)
|
||||
* native class detection failed ([75ef6f5](https://github.com/antvis/x6/commit/75ef6f58347ead07a7b457d164d77fd40159dcb1))
|
||||
* port angle ([8f117fc](https://github.com/antvis/x6/commit/8f117fcb7341850fd4c0af89099218978b013595))
|
||||
* ports options ([e164f4d](https://github.com/antvis/x6/commit/e164f4dd526496eacb349a55d3ec9d131f14932b))
|
||||
* properties from `applyMixins` should be inited in constructor ([5fe6665](https://github.com/antvis/x6/commit/5fe6665b8abbc1a169f199b81c28919dab65b8fd))
|
||||
* refresh with no arg means refreshing the whole graph ([034ccf2](https://github.com/antvis/x6/commit/034ccf2eb2206a56ef3fcab7ffc35fc5dfffa9b6))
|
||||
* registry context ([b44d699](https://github.com/antvis/x6/commit/b44d6994f6ad644185f70e5c691f909eea0ace72))
|
||||
* remove background-color for grid ([5ae2667](https://github.com/antvis/x6/commit/5ae26677aae8ec392130c125c20f4624b11b4b46)), closes [#6](https://github.com/antvis/x6/issues/6)
|
||||
* remove base init method ([7baa405](https://github.com/antvis/x6/commit/7baa40591669d4583effc5c6d571984d605f5794))
|
||||
* remove scrollToCenter ([9888833](https://github.com/antvis/x6/commit/9888833708dd6db1cb08f7830ce8ed5c46862718))
|
||||
* remove unsed variables ([b2a91fb](https://github.com/antvis/x6/commit/b2a91fb2ce37f2ccd263441fe665380755e5880c))
|
||||
* remove unused labelPadding style ([8d08ba9](https://github.com/antvis/x6/commit/8d08ba9b24d033d423d581a9cb3526d5da1350a4)), closes [#36](https://github.com/antvis/x6/issues/36)
|
||||
* render react component ([ad1fa2f](https://github.com/antvis/x6/commit/ad1fa2f0a4d00ee073b14e9f021fa880be6a4124))
|
||||
* return an zero rectangle when polyline is empty ([66be740](https://github.com/antvis/x6/commit/66be740da4078b440a4d43f035c7da4caeaff1ab))
|
||||
* return an zero rectangle when polyline is empty ([d4e739c](https://github.com/antvis/x6/commit/d4e739c04874fed3d1fb431487df9ed4c29cf9fa))
|
||||
* return the right drop target ([33646d0](https://github.com/antvis/x6/commit/33646d00b94726d38bd2748d04db0ef2ec6dd90e))
|
||||
* sanitize HTML ([0f5e0bb](https://github.com/antvis/x6/commit/0f5e0bbf6844224844a215ee6a87da2665dec2c7))
|
||||
* selection work only for cells ([6c80efe](https://github.com/antvis/x6/commit/6c80efea2c4a771edaf6189fec61fcfc4743ab0a))
|
||||
* should convert delete to del for mousetrap ([8951b0a](https://github.com/antvis/x6/commit/8951b0a3b202d935c801677c2928c9d8122c96b7))
|
||||
* should pre-process defaults and metadata separately ([233e958](https://github.com/antvis/x6/commit/233e958293ae91f5f7f44ce19978d82deae4c931))
|
||||
* should remove attribute when attr-value is nil ([5da0e77](https://github.com/antvis/x6/commit/5da0e77aebab6b1b97c47f1743ef4e1b451dba21))
|
||||
* should remove attribute when attr-value is nil ([c3cb92d](https://github.com/antvis/x6/commit/c3cb92ddea1e2ee567577d786a58e15c4c02a033))
|
||||
* should restrict elemenent within node container when use `html()` ([59a39b6](https://github.com/antvis/x6/commit/59a39b6d2bab5edfcdba3441d35799c9812501b1))
|
||||
* should return `this` ([69036e4](https://github.com/antvis/x6/commit/69036e4516975511b4405fc68105772254dbbed0))
|
||||
* should use id in json data as cell's id ([24d4cfb](https://github.com/antvis/x6/commit/24d4cfb150f1fa2d6ace26e5b0197df6c950177f))
|
||||
* snapline work with scroller ([fb159b6](https://github.com/antvis/x6/commit/fb159b6e257f4e0de5574d4a1cb296cebec7a6f8))
|
||||
* support backgroundColor of grid or graph ([300cc7d](https://github.com/antvis/x6/commit/300cc7d5701cc8689898d7ff03960f9312a88873))
|
||||
* test case for deepCopy ([0462a46](https://github.com/antvis/x6/commit/0462a46b854b9115da554033b1ddfef889feef44))
|
||||
* test case for deepCopy ([88e0a7b](https://github.com/antvis/x6/commit/88e0a7b89004bb3dc395bdf41c16f31c6bc96d7d))
|
||||
* test for matrix ([aa3b3cf](https://github.com/antvis/x6/commit/aa3b3cfa825f5d2cd0362ed521db66219c21bcce))
|
||||
* the size of html shape without border ([a1073e5](https://github.com/antvis/x6/commit/a1073e554a917b631d12b1669009163d4f734212))
|
||||
* the size of padding when page invisible ([337f15a](https://github.com/antvis/x6/commit/337f15af429c64eca1aa338f0c081bfe5d2459d8))
|
||||
* the static creation methods ([98d756d](https://github.com/antvis/x6/commit/98d756de0db381ec6abf676e5b822a59d3b049c6))
|
||||
* the static creation methods ([5ca96d8](https://github.com/antvis/x6/commit/5ca96d888176d5e67b9720483dfd98f4ac57ffed))
|
||||
* toJSON should ignore default props ([ec04fa4](https://github.com/antvis/x6/commit/ec04fa4d8113700733bb111be80cb132e3c97143))
|
||||
* type => tagName ([2a65714](https://github.com/antvis/x6/commit/2a65714e970d657501611987aacb32c8202f4f12))
|
||||
* type => tagName ([ff31d53](https://github.com/antvis/x6/commit/ff31d538a6f55e3215fa895d34669476d71e5082))
|
||||
* type define of createSegment ([e43f082](https://github.com/antvis/x6/commit/e43f08219901287059b08c7bfe6171b11fb7098e))
|
||||
* type define of createSegment ([3df2e93](https://github.com/antvis/x6/commit/3df2e93244c9ad47f4fc7095827b59a200b372bc))
|
||||
* type errors ([6ee7c3c](https://github.com/antvis/x6/commit/6ee7c3c615da24412c3b671bfd1e9ef71e839d6a))
|
||||
* type lost after mixin, instanceof failed ([aba8879](https://github.com/antvis/x6/commit/aba88799a305a5b8afc967fcf4a93f9ac9044bff))
|
||||
* typos ([0720dcc](https://github.com/antvis/x6/commit/0720dcca81398c280bf91a1350ced786242e5c3a))
|
||||
* unable to pan when page is invisible ([a7995ae](https://github.com/antvis/x6/commit/a7995aeb2b62ef77f554aaafca4410c19cd2e8e7))
|
||||
* update examples ([f80942a](https://github.com/antvis/x6/commit/f80942ae3d7c54775d39f866e308e5e4e15e887a))
|
||||
* update pagebreak by methods on graph ([30bdb90](https://github.com/antvis/x6/commit/30bdb90acfd5958a1a3b81beae3d9b00dd305a24)), closes [#13](https://github.com/antvis/x6/issues/13)
|
||||
* v ([b16afef](https://github.com/antvis/x6/commit/b16afefc69cd3fdddf0fb166db0ded5de5a4a670))
|
||||
* v ([7afb840](https://github.com/antvis/x6/commit/7afb84071064fadb14acc3559b13656e4485a703))
|
||||
* warnings on lgtm.com ([cb859d3](https://github.com/antvis/x6/commit/cb859d3949c0385afdf8302dd3d0491b11ac9adc))
|
||||
* warnings on lgtm.com ([5c67668](https://github.com/antvis/x6/commit/5c67668c456e6042daf4250e24846c0076064748))
|
||||
* wranings on lgtm.com ([d0747e6](https://github.com/antvis/x6/commit/d0747e667eca3c643c63dad10ca19702100628e1))
|
||||
* wranings on lgtm.com ([3f179f4](https://github.com/antvis/x6/commit/3f179f467d6169b592ae82a0f6db7c27b7b5d55e))
|
||||
* xx:added event triggered twice ([161793a](https://github.com/antvis/x6/commit/161793add517e36fa7aa283fc801fc0afb97ead7))
|
||||
* 先触发selectionchanged, 再做数据交互用于redo/undo ([8f187ca](https://github.com/antvis/x6/commit/8f187caab2583ab71a8ade3e1254973f2600c375))
|
||||
* **anchor:** position of anchor and connection point ([f8f432a](https://github.com/antvis/x6/commit/f8f432afcef3cf5aec0c72cc351e8065c9c4559f))
|
||||
* **minimap:** only render facade for minimap ([aa65629](https://github.com/antvis/x6/commit/aa65629df6e13e05d121861c7b56256be840054a))
|
||||
* 🐛 x6 version ([1eb5359](https://github.com/antvis/x6/commit/1eb535924ea0358ab7d8bb3b9dab009ec3c0c04c))
|
||||
|
||||
## @antv/x6 [0.10.78-beta.1](https://github.com/antvis/x6/compare/@antv/x6@0.10.77...@antv/x6@0.10.78-beta.1) (2020-10-30)
|
||||
|
||||
|
||||
### Features
|
||||
### Bug Fixes
|
||||
|
||||
* `inherit` support Node class ([66ee95a](https://github.com/antvis/x6/commit/66ee95a89fef1b378ba717dcadce2a4e983d40ef))
|
||||
* ✨ add tool manage api on cell ([ebaee93](https://github.com/antvis/x6/commit/ebaee93eb294cacba4c82b55dfa34d90619677bf))
|
||||
* ✨ add zoomTo api ([c8241ef](https://github.com/antvis/x6/commit/c8241ef7740cff2d2bb4eef701db5b372badc051))
|
||||
* ✨ call and apply with explicit types ([d2f3431](https://github.com/antvis/x6/commit/d2f34310cb05724e12d3c5bc67fddde727818b8f))
|
||||
* ✨ checks if the specified event is supported by the browser ([39be5be](https://github.com/antvis/x6/commit/39be5be8440c694c326cd85accf11d6acc3e0ff6))
|
||||
* ✨ color utils ([4d0ff36](https://github.com/antvis/x6/commit/4d0ff3602fedcb0ef311081b3c095d4c876514cf))
|
||||
* ✨ distance can be a function ([b0b251c](https://github.com/antvis/x6/commit/b0b251cecf73fa11cccf8383290eacbe0764aef2))
|
||||
* ✨ draw background on scroller when scroller's backgound is null ([da9aaf4](https://github.com/antvis/x6/commit/da9aaf47574e245b4b06856496a7da165cfc3eb9))
|
||||
* ✨ get predecessors/successors by distance ([d18fde3](https://github.com/antvis/x6/commit/d18fde3746dd82f28b335bfa050201b76c5a31ae))
|
||||
* ✨ group demo ([0d21b3a](https://github.com/antvis/x6/commit/0d21b3a1465a3fc4fdcffd80857a57d52f068b81))
|
||||
* ✨ merge cell data by default when call `setData` ([0698d94](https://github.com/antvis/x6/commit/0698d94b1c6558aba1f6236913681be5283fc95a))
|
||||
* ✨ node and edge selection ([0622b0e](https://github.com/antvis/x6/commit/0622b0e17dcff22c33126e6551fe49e853a9f98f))
|
||||
* ✨ option for deep/shallow merge data and attrs ([47d133f](https://github.com/antvis/x6/commit/47d133fb25ac549a5cc04fb817f1b465211960b3))
|
||||
* ✨ option of selecting cell on cell moved ([c68ffed](https://github.com/antvis/x6/commit/c68ffed8370029c2e2ce19a7d59a233ae6ffca8a))
|
||||
* ✨ option of selecting cell on cell moved ([7c39f81](https://github.com/antvis/x6/commit/7c39f81603f7f767941bb3859dfa5e8621b91821))
|
||||
* ✨ passive event ([74fbaf5](https://github.com/antvis/x6/commit/74fbaf5eca8d7fc654b50f88e484e555784ba5fd))
|
||||
* ✨ remove node/edge api ([732bcf3](https://github.com/antvis/x6/commit/732bcf35b9f1d6eff876c7ac787be03921c0a8a9))
|
||||
* ✨ render html/react label ([f4e6c09](https://github.com/antvis/x6/commit/f4e6c096473dd3f2e93e8585503d0528f1b41f2a))
|
||||
* ✨ resetCells clearCells api ([bc904cd](https://github.com/antvis/x6/commit/bc904cdd55ad1763f4e35c6bbdacda5af57065b1))
|
||||
* ✨ select/unselect cell by id ([b9fdc87](https://github.com/antvis/x6/commit/b9fdc878faab1ebce44fa2b707162ffb7e7c041f))
|
||||
* ✨ start panning when mousedown on no-interactive node/edge ([7435c32](https://github.com/antvis/x6/commit/7435c32076da25aa6f60d8efc9c5f2e28f371149))
|
||||
* ✨ string endpoint/connectionPoint ([ea9f1e8](https://github.com/antvis/x6/commit/ea9f1e87d4bc45b6f39786256828244bf47c1670))
|
||||
* ✨ support moving when selection box is disabled ([eacd3d0](https://github.com/antvis/x6/commit/eacd3d0aa2228308228a2bb81d23c9872d1a4261))
|
||||
* ✨ sync modify options when draw grid ([b7d48f0](https://github.com/antvis/x6/commit/b7d48f015802bc88526415d09c44d3ef0d46f7ae))
|
||||
* ✨ throw error when the container is not specified or invalid ([702a12f](https://github.com/antvis/x6/commit/702a12fe17e33142eaa3f747b6e50961bc40eeae))
|
||||
* ✨ ui event for final status ([9feaafb](https://github.com/antvis/x6/commit/9feaafbff6d10ea34186959591de0bda11416c66))
|
||||
* ✨ use robot token ([5904d8c](https://github.com/antvis/x6/commit/5904d8c23bab4bc8e4ddada7b84fb21bfb323e04))
|
||||
* ✨ validate edge on connecting ([7291dbc](https://github.com/antvis/x6/commit/7291dbc48ed0b84e2ff4c057f97664a9d0dd2573))
|
||||
* accessor for mousewheel ([4537463](https://github.com/antvis/x6/commit/4537463e12d6a20e7f221c15b62dfe7c72288064)), closes [#16](https://github.com/antvis/x6/issues/16) [#41](https://github.com/antvis/x6/issues/41)
|
||||
* accessor for rubberband ([eea4f5b](https://github.com/antvis/x6/commit/eea4f5badfbd172f093ec1b3f9badf4a3d9b3012)), closes [#16](https://github.com/antvis/x6/issues/16) [#41](https://github.com/antvis/x6/issues/41)
|
||||
* accessor for speed up use methdos on model, view, render, etc ([e028644](https://github.com/antvis/x6/commit/e028644273e01341871f4aec9f1f011139ba2f6b))
|
||||
* accessor for tooltip ([fcead60](https://github.com/antvis/x6/commit/fcead60d8c4b4b80c16e9b1d1e13c76060d668c9)), closes [#16](https://github.com/antvis/x6/issues/16) [#41](https://github.com/antvis/x6/issues/41)
|
||||
* add `init` method ([8daefe1](https://github.com/antvis/x6/commit/8daefe136ad9b67586f41d5d2759ba9893ad9e41))
|
||||
* add applyMixins util ([f560a5d](https://github.com/antvis/x6/commit/f560a5d486ed59ea500ad466f5a9ecbe2297b849))
|
||||
* add default key formator for shortcut ([86af678](https://github.com/antvis/x6/commit/86af678032b4af019b881b5f0c98c9038dd8e8ec))
|
||||
* add ensureValue ([97eb2d1](https://github.com/antvis/x6/commit/97eb2d1e3171bad771cab788b175743b9364f0c4))
|
||||
* add get set method of cell data ([794e1fc](https://github.com/antvis/x6/commit/794e1fcb60531aa33d7b4147e6bfdac48f2cd82c))
|
||||
* add induction area option for Anchor ([5f0783e](https://github.com/antvis/x6/commit/5f0783e41aa7872f52ea498e478cdd9579348e64))
|
||||
* add option for force redraw on data changed ([6bc927f](https://github.com/antvis/x6/commit/6bc927fd72b915808cb78135d51fd1d1db6e3cc7))
|
||||
* add static method `Image.fromSvg` parsing svg string to image ([ff81d92](https://github.com/antvis/x6/commit/ff81d923752f6df5f6bb59e15c2f261b9e8f7379)), closes [#34](https://github.com/antvis/x6/issues/34)
|
||||
* add string template ([b3e1b1a](https://github.com/antvis/x6/commit/b3e1b1a4425d797365446ade50eaca99fd50c037))
|
||||
* add vectorizer module ([65d5d9b](https://github.com/antvis/x6/commit/65d5d9b1f19df271cfee46df31f64d2299c15f29))
|
||||
* add vectorizer module ([45f8269](https://github.com/antvis/x6/commit/45f8269876fe0ee6885aed58d3dfa0d55bb6b8dc))
|
||||
* add wheel accessor ([c6a0607](https://github.com/antvis/x6/commit/c6a060708da29146f1fb499b12df193ec3148755))
|
||||
* add wheel handler for zoom graph ([e835338](https://github.com/antvis/x6/commit/e835338b9b8ca21693c688664d4fde82e8d7178a))
|
||||
* add x6 namespace ([6c24d34](https://github.com/antvis/x6/commit/6c24d343986a5571796785c5bc89ef130f125bdd))
|
||||
* add x6 namespace ([87ba363](https://github.com/antvis/x6/commit/87ba363c7e477578d4933c5edccc43dafb45ae4c))
|
||||
* anchor for edge ([e4448ed](https://github.com/antvis/x6/commit/e4448edc23f3fd5d06d0ed706012025ba4dd03d4))
|
||||
* anchor registry ([0f11317](https://github.com/antvis/x6/commit/0f1131710bd879295432b3c4c330362094d770bd))
|
||||
* api of graph ([fef2cfd](https://github.com/antvis/x6/commit/fef2cfd28e6929bf5b62a14e3bd7d1424093df47))
|
||||
* async utils ([4b2b97b](https://github.com/antvis/x6/commit/4b2b97b7520f2e14bb36701176bfe373ca3806f6))
|
||||
* attrs for markers ([d376e8b](https://github.com/antvis/x6/commit/d376e8bc0a688ecf7297195a05020547d111576a))
|
||||
* auto focus the container on creating a graph instance ([de3570e](https://github.com/antvis/x6/commit/de3570e13683681461fc2cb56e8452973812d595))
|
||||
* base enums ([dba5f43](https://github.com/antvis/x6/commit/dba5f43c2729f49a80fe61a3eec929901a9c5139))
|
||||
* basic shapes ([da33dba](https://github.com/antvis/x6/commit/da33dbadacb4b6179b08208eff9c3797b61a7cf6))
|
||||
* basic shapes ([178ef35](https://github.com/antvis/x6/commit/178ef35ae5d14294c9a4a69e7f20f6968656a1ce))
|
||||
* can specify null-able geometry when create cells ([809118f](https://github.com/antvis/x6/commit/809118f0d4e2929cde56939088bf79049e42dc1e))
|
||||
* case convert methods ([849bfbd](https://github.com/antvis/x6/commit/849bfbd5b9cf5b626beb26f6f67c68e6f46ac3b5))
|
||||
* cell ([da3721d](https://github.com/antvis/x6/commit/da3721dd248a430284f8606fd0572d5b483b044a))
|
||||
* cell ([3db329f](https://github.com/antvis/x6/commit/3db329f3bbdb041edc55c0eefbd0b694315cd0cb))
|
||||
* cell data ([f89bf83](https://github.com/antvis/x6/commit/f89bf83a5d11c1d7fedeb9f3b8df0a5fd563441b))
|
||||
* cell id can be numbers ([4462ea4](https://github.com/antvis/x6/commit/4462ea462d720651b9bbb280c3bd103d969f4411))
|
||||
* cell view hooks ([ec584ac](https://github.com/antvis/x6/commit/ec584acc7f68d13173d69901764e74c9f4d163eb))
|
||||
* class inherit method ([662da0e](https://github.com/antvis/x6/commit/662da0e926106d2750348187214bac7d0f631b17))
|
||||
* class inherit method ([cbbe54b](https://github.com/antvis/x6/commit/cbbe54bbbe656533ecb4bb42e9db1400c0136db7))
|
||||
* className and options for node handler ([8c2f392](https://github.com/antvis/x6/commit/8c2f392ace22cd416406719f50e970d12b369a92)), closes [#16](https://github.com/antvis/x6/issues/16) [#41](https://github.com/antvis/x6/issues/41)
|
||||
* className of edgeHandler ([d99b8ab](https://github.com/antvis/x6/commit/d99b8ab6fa0208b326f2a28e87f0937935411af1))
|
||||
* classNames in connection handler ([ac23c5e](https://github.com/antvis/x6/commit/ac23c5ebca6f43ce0fb9adf49e098025b362e5ca))
|
||||
* common entities ([6aae444](https://github.com/antvis/x6/commit/6aae444b85f49db56697ebc417b04462b495e3a9))
|
||||
* config shape before be rendered ([35c270d](https://github.com/antvis/x6/commit/35c270db6e33d707267b2053203b9c920b45350d))
|
||||
* control if edge can be connected ([ebeaadb](https://github.com/antvis/x6/commit/ebeaadbea55bf80771dc6a4e7017ec7768db7d0d))
|
||||
* create anchor with native shapes ([af58546](https://github.com/antvis/x6/commit/af5854667036bf66da266957f5800f39345877b2)), closes [#39](https://github.com/antvis/x6/issues/39)
|
||||
* create node with specified NodeView ([1d62d3d](https://github.com/antvis/x6/commit/1d62d3d4615eeb46da562f172e688f02968e7f9c))
|
||||
* create node with specified NodeView ([6bf9d8f](https://github.com/antvis/x6/commit/6bf9d8f5dfd0c17a18b8491290ba355fb01873f2))
|
||||
* create node with specified NodeView ([13f7158](https://github.com/antvis/x6/commit/13f7158a10dca53e2fbda31796a7f57a7d80650c))
|
||||
* create node with specified NodeView ([1ea60c9](https://github.com/antvis/x6/commit/1ea60c9f0983532194a2ff2cc4ab9a7e654f739a))
|
||||
* create node with specified NodeView ([ef841d8](https://github.com/antvis/x6/commit/ef841d89731778f7bb304648cd3175563388c18c))
|
||||
* create rectangle from position and size ([8d3a1e4](https://github.com/antvis/x6/commit/8d3a1e476389ebcf9b1fb664cf112138e98d8e67))
|
||||
* create rectangle from size object ([6d38b56](https://github.com/antvis/x6/commit/6d38b563ef10a4488f99a5e8e5bfb11750ba9ea6))
|
||||
* debug basic shapes ([75d9d1b](https://github.com/antvis/x6/commit/75d9d1ba73085d5a4109c08f14c9fad4ee20f24f))
|
||||
* detect container's rezie event and auto adjust viewport ([43f4939](https://github.com/antvis/x6/commit/43f493935a896357a8d35c0cd901211902b02a3a)), closes [#22](https://github.com/antvis/x6/issues/22)
|
||||
* detect vendor prefix ([85cde4d](https://github.com/antvis/x6/commit/85cde4dc2eb1c48dcac204a1ebd4c45146ee8205))
|
||||
* dnd and stencil ([8eb9877](https://github.com/antvis/x6/commit/8eb98770f96f8fb1f36990a8ee4a8fa285463587))
|
||||
* dynamic update react node ([58539a4](https://github.com/antvis/x6/commit/58539a48ed461c717b8278d3088eb54608e2175f))
|
||||
* er router ([89227ad](https://github.com/antvis/x6/commit/89227ad942f8e17051a47996dcbd6643aef1e076))
|
||||
* export difference from lodash ([2e2190b](https://github.com/antvis/x6/commit/2e2190b432570af3d3f29d705c7ce3104a6331b3))
|
||||
* export graph to images, print preview ([67304ef](https://github.com/antvis/x6/commit/67304ef21b2b4e828320ae64bbf897f05e28a2cd))
|
||||
* export registerMarker method ([bc01133](https://github.com/antvis/x6/commit/bc011331d1ba8413efea0e597dadfd682416762c))
|
||||
* export segment ([f3f14a2](https://github.com/antvis/x6/commit/f3f14a264155aa480f194202afac89a43aee06c7))
|
||||
* export some scroller methods ([d653b5e](https://github.com/antvis/x6/commit/d653b5e8d7d3c547587f8bbb19354f79628148b3))
|
||||
* export SVGCanvas2D ([c8f0d84](https://github.com/antvis/x6/commit/c8f0d84d44c23f9a7c6ca7290910c0982fca63ac))
|
||||
* find view ([425c6af](https://github.com/antvis/x6/commit/425c6af0f0e2e16710416c365426cc0dde249234))
|
||||
* force layout ([f131cc4](https://github.com/antvis/x6/commit/f131cc4fa6b567a93e97907bcd13119b262e5765))
|
||||
* growing along different width and height ([49155ed](https://github.com/antvis/x6/commit/49155ed177be86118852c342a2f13e1575a64179))
|
||||
* html shape ([ea9db6a](https://github.com/antvis/x6/commit/ea9db6a0a0f45bc9d7faccf3341b0e25e4f6d838))
|
||||
* improve hasScrollbars performace ([c782a38](https://github.com/antvis/x6/commit/c782a3843a4c6d97cb52d7b2eaa53e34e705ac9f)), closes [antvis/x6#116](https://github.com/antvis/x6/issues/116)
|
||||
* init routers ([762633e](https://github.com/antvis/x6/commit/762633e5ba73c6c46485a5c250bbd9c715aa25ae))
|
||||
* is anchor connectable ([777237a](https://github.com/antvis/x6/commit/777237adcba9581766015f9861d2afc8af983f04))
|
||||
* is point like & is point data ([1d1e2f7](https://github.com/antvis/x6/commit/1d1e2f7af6d467bfab1070d3bc42ea27dc5de51c))
|
||||
* isTooltipShowing ([e7ca23f](https://github.com/antvis/x6/commit/e7ca23fd2a736f96eebd05fba071a0810e780d81))
|
||||
* normalize marker from path data ([98fadc8](https://github.com/antvis/x6/commit/98fadc86b90256cb893a28b590e4c1e196da45c6))
|
||||
* normalize percentage number ([36cab24](https://github.com/antvis/x6/commit/36cab242d4b859a3fd059f3a1042a1c0773df6e1))
|
||||
* normalize sides ([b6eb7d6](https://github.com/antvis/x6/commit/b6eb7d63a468d379c71a6b88c4a1ab29d5d873ff))
|
||||
* prop hooks ([4c47b8d](https://github.com/antvis/x6/commit/4c47b8d3d1daea3642046b9a2ce03d55a83bfbe6))
|
||||
* register shape with auto generated class name ([b61a25a](https://github.com/antvis/x6/commit/b61a25a3cd34194125d54eaebc59e9083576d761))
|
||||
* register shape with auto generated class name ([c84582c](https://github.com/antvis/x6/commit/c84582c25546acb200dcb9b4ccbd211778da366a))
|
||||
* register shapes ([7438aac](https://github.com/antvis/x6/commit/7438aac69cb18bdd62372256df87a52cd218955f))
|
||||
* registry of connector and router ([66d463d](https://github.com/antvis/x6/commit/66d463dfb9e90adfc3526834d5de03eb4427af1e))
|
||||
* remove unnecessary type convertions ([8c36e66](https://github.com/antvis/x6/commit/8c36e66e1f9bb401fecadde3c29b0b43b9b70292)), closes [#16](https://github.com/antvis/x6/issues/16) [#41](https://github.com/antvis/x6/issues/41)
|
||||
* research next generation view ([b7b997e](https://github.com/antvis/x6/commit/b7b997e2dd1ecb9501e5642ec6df2f75d309b386))
|
||||
* sanitize markup ([d0e7b41](https://github.com/antvis/x6/commit/d0e7b41ff92a40f235cea93b6f5c0e0eac327f5c))
|
||||
* sanitizes HTML with jQuery prevent Application from XSS attacks ([a6ab16d](https://github.com/antvis/x6/commit/a6ab16d8219ef74ce56e6120984f82f54529793b))
|
||||
* shape registry ([08be328](https://github.com/antvis/x6/commit/08be3280cfc6859e45e2f1be1a2ebdbe51ef4e4f))
|
||||
* shapes with standard markup ([ed4ff25](https://github.com/antvis/x6/commit/ed4ff2558b4e24f95070980bdb974b33e543543b))
|
||||
* shapes with string markup ([f9e5439](https://github.com/antvis/x6/commit/f9e543990f55ec7ebcced84c613adb4d94d9bd5f))
|
||||
* simplify polyline ([4f46e62](https://github.com/antvis/x6/commit/4f46e625de03c135c5367645aa44ad73e3b33191))
|
||||
* standard edge for default ([7c23ef5](https://github.com/antvis/x6/commit/7c23ef58f09e24ebc102d2407637a037751c7a16))
|
||||
* standard shapes ([f9758b1](https://github.com/antvis/x6/commit/f9758b19911726e0a80bd26452ed42929e48c080))
|
||||
* static method `equals` ([2dbfd6b](https://github.com/antvis/x6/commit/2dbfd6b6c2df22c106e6aceaa070f75b82f64f11))
|
||||
* static toJSON method ([4d3afc5](https://github.com/antvis/x6/commit/4d3afc5e77245a78dc14d0f457ceb7c6749422ce))
|
||||
* static toJSON method ([bd8e944](https://github.com/antvis/x6/commit/bd8e944f9dc24f2acdd7cc7f6943c5b5bbfad356))
|
||||
* strict option for line layout ([ecc7242](https://github.com/antvis/x6/commit/ecc7242eaa8cba37de7ccf9bd53a72ec77034f26))
|
||||
* string labels and single label ([486a839](https://github.com/antvis/x6/commit/486a839833d1716332ac459fc6b5b001693a7c3a))
|
||||
* support array of port for "ports" option ([8a68895](https://github.com/antvis/x6/commit/8a68895175129e9432bcb17cad28f2f2a19fb735))
|
||||
* support cell tools and some presets ([82599a8](https://github.com/antvis/x6/commit/82599a8f2c3376bdc660f8cea68f70789257683d))
|
||||
* support DocumentFragment ([bfbefa0](https://github.com/antvis/x6/commit/bfbefa0b161f65fbae6721e59d92e08636f97310))
|
||||
* support DocumentFragment ([bf5f02e](https://github.com/antvis/x6/commit/bf5f02e526834978a972eb911eaabad26f88ab04))
|
||||
* support er router direction ([feab950](https://github.com/antvis/x6/commit/feab950d64eca11cfec529aa73476d9c948a303b))
|
||||
* support mousewheel zooming and keyboard shortcuts ([4146b04](https://github.com/antvis/x6/commit/4146b04aa344765a1b2463396b39d25c78bc71d3))
|
||||
* support plaint args for native markers ([a2607d5](https://github.com/antvis/x6/commit/a2607d554df10750bfbd85cfa5596d36a47a687f))
|
||||
* toJSON()导出画布功能ok ([a847ab8](https://github.com/antvis/x6/commit/a847ab8aa85aaf2861e51db79f6075279af84aad))
|
||||
* tool registry and examples ([88a125a](https://github.com/antvis/x6/commit/88a125a1c1413ee3236bcd44f1e60def35177f90))
|
||||
* update cell by set cell attrs ([b1335c1](https://github.com/antvis/x6/commit/b1335c14d7a3a1a64ddab77f24dffcc48690e880))
|
||||
* use container's size when width or height was not specified ([e94609c](https://github.com/antvis/x6/commit/e94609c1d20c57a67f45176f2478df8577c6077b))
|
||||
* validateNode before added to graph ([5e54d4d](https://github.com/antvis/x6/commit/5e54d4d5d359c9549c006a0068176c5f62ba48b6)), closes [#182](https://github.com/antvis/x6/issues/182)
|
||||
* 允许用户控制节点、连线是否添加和删除 ([e64af7f](https://github.com/antvis/x6/commit/e64af7fe4dabc4a911dea99e6badb4852e83234a))
|
||||
* 添加toJSON导出画布数据demo ([321e0ce](https://github.com/antvis/x6/commit/321e0ce10c9379a599f88febeb6b287b7d66d791))
|
||||
* 用户编辑过程中动态生成的连线也可以被渲染 ([c09fdbd](https://github.com/antvis/x6/commit/c09fdbd09d81bd4278cc8d5b112efe491b32f110))
|
||||
* **anchor:** auto adsorb ([16bcfd2](https://github.com/antvis/x6/commit/16bcfd225e41ff6652b5c542f2f1bc4eb2470a1a))
|
||||
* **anchor:** simplify the creation of Anchor ([e703cfa](https://github.com/antvis/x6/commit/e703cfa2b57f96648e5afd2b38d9c7d0256c3deb)), closes [#28](https://github.com/antvis/x6/issues/28)
|
||||
* **connection:** can disable hotspot connectting on source node ([35dc003](https://github.com/antvis/x6/commit/35dc003b1f1b404a99e17c3a9af8eba97a45293d))
|
||||
* **contextmenu:** accessor for contextmenu ([8460572](https://github.com/antvis/x6/commit/84605725119dcc6197afadad91308d8402ba1cf9)), closes [#16](https://github.com/antvis/x6/issues/16) [#41](https://github.com/antvis/x6/issues/41)
|
||||
* **dnd:** move data into options ([1513ee1](https://github.com/antvis/x6/commit/1513ee199f81ae8028d9524d64938ac513326b66))
|
||||
* **events:** type infer for custom events ([8cc68d8](https://github.com/antvis/x6/commit/8cc68d868e8f0acbe05072d89d9fa983bfc0b26b))
|
||||
* **guide:** ensure className and accessor for guide ([42abf49](https://github.com/antvis/x6/commit/42abf49b43adc2baad625220f341089c03278b0a)), closes [#41](https://github.com/antvis/x6/issues/41)
|
||||
* detect whether `passive` is supported ([15dc8da](https://github.com/antvis/x6/commit/15dc8daf57becdea039c814a4882fc4dcfd345c1))
|
||||
* edge label default not movable ([d5a180e](https://github.com/antvis/x6/commit/d5a180e12cd7bcb692adafb0871e0fc554b66fff))
|
||||
* export command ([79ab1e0](https://github.com/antvis/x6/commit/79ab1e009341d475e83a5bd862e09acea4d8cf49))
|
||||
* export globals for global config ([ec2d1a0](https://github.com/antvis/x6/commit/ec2d1a049c69e3a65252a9009847838b2bd58a47))
|
||||
* export json util ([485bea8](https://github.com/antvis/x6/commit/485bea8f40a8dc4f9de732dd0acf20c467195b1c))
|
||||
* export json util ([633cfee](https://github.com/antvis/x6/commit/633cfee59d1c260d52bfdbbe4f51bc6f6f608f16))
|
||||
* export some api from model ([5c48b66](https://github.com/antvis/x6/commit/5c48b6616003a1eb5fefd823f825f6ee394d4335))
|
||||
* export some model and view events to graph ([31652b4](https://github.com/antvis/x6/commit/31652b494b7784526783e12182e9921f19e56d4d)), closes [#54](https://github.com/antvis/x6/issues/54)
|
||||
* generic type for cell data ([602c481](https://github.com/antvis/x6/commit/602c4810b8dd18764c57eb1ca4d934f86ecdfd49))
|
||||
* geometry object extends it's data structure ([024fbc9](https://github.com/antvis/x6/commit/024fbc9568b8d88f5c2d4446739dc7fa45bee060))
|
||||
* get html content from `style.html` or `graph.getHtml()` ([e3922f9](https://github.com/antvis/x6/commit/e3922f9822639c709ba2b86ad7ac5ececf655e95))
|
||||
* group by ([69c0509](https://github.com/antvis/x6/commit/69c05094512c85dc4054b283157004c6bbee734d))
|
||||
* init attr ([2d1afd4](https://github.com/antvis/x6/commit/2d1afd4ee89eb572be35168bc966be03ac3f5bf4))
|
||||
* json util ([010ce32](https://github.com/antvis/x6/commit/010ce3236db22cbe0d2940fdfb77a1a770a35ca6))
|
||||
* json util ([47b267c](https://github.com/antvis/x6/commit/47b267c14e016bc7085e5e546094ace05bb08744))
|
||||
* layer api ([166a728](https://github.com/antvis/x6/commit/166a7283d46e2f0c6de03559a0a8eafe212cb184))
|
||||
* links default unbendable ([4677863](https://github.com/antvis/x6/commit/4677863348f6e45d459de75c755b38ac155ffa2f))
|
||||
* methods for getting cells from graph ([d1102a0](https://github.com/antvis/x6/commit/d1102a047c1441d92d665098f5b7ddd9c5de2b64))
|
||||
* minimap addon ([f318e69](https://github.com/antvis/x6/commit/f318e69b6d62820e25a24cce76ba8d2d2b49dd24))
|
||||
* more readable style names ([e4bf07b](https://github.com/antvis/x6/commit/e4bf07b6a753b26c998153bce0af9bc2c9cf9bf1))
|
||||
* node port ([4b7b16a](https://github.com/antvis/x6/commit/4b7b16aace73a9dad06e270dc67b4e2d7cff12c9))
|
||||
* nodes default unrotatable ([fe2de60](https://github.com/antvis/x6/commit/fe2de60cdc2117439b28f21462cff7e7befa8cbc))
|
||||
* nullable type ([b3877e1](https://github.com/antvis/x6/commit/b3877e196dca0d4d04658e27dffe8b402d21e786))
|
||||
* option of configing changable for edge terminal ([66fcd60](https://github.com/antvis/x6/commit/66fcd609e52a768f7502da5c11ecc90e68d4f838)), closes [#29](https://github.com/antvis/x6/issues/29)
|
||||
* pick ([fc50ef8](https://github.com/antvis/x6/commit/fc50ef8c410fdc5da45502f43750cbc81320f708))
|
||||
* planishing options of `createCell`, `addNode`, `addEdge` ([1fef232](https://github.com/antvis/x6/commit/1fef23224f026df53988ee1215eb5be9805399e2)), closes [#10](https://github.com/antvis/x6/issues/10)
|
||||
* port ([5408a92](https://github.com/antvis/x6/commit/5408a925af5265ff6172730d4b2353c011479c5f))
|
||||
* remove `noEdgeStyle` ([6592f66](https://github.com/antvis/x6/commit/6592f663dd4087056225c9feb2eefdf52aa18590))
|
||||
* remove backgroundImage option for Graph ([293df17](https://github.com/antvis/x6/commit/293df17f5f620040f3be6ff80a0e7cfc04de9a25)), closes [#11](https://github.com/antvis/x6/issues/11)
|
||||
* remove documentMode detection ([92ba091](https://github.com/antvis/x6/commit/92ba091968b57cf0f671645d1b80bce09efd1718))
|
||||
* render nodes and edges by data ([53bad0b](https://github.com/antvis/x6/commit/53bad0b665cef237c7503c0673ad1de61593d0a7)), closes [#49](https://github.com/antvis/x6/issues/49)
|
||||
* render ports ([90bef83](https://github.com/antvis/x6/commit/90bef832ff01ffb9d403891f228696a3f7643d65))
|
||||
* render preview edge on decorator pane ([b34ea62](https://github.com/antvis/x6/commit/b34ea62303702713821895ee9fc2f2c82ca04e14))
|
||||
* requestAnimationFrame ([e3c1456](https://github.com/antvis/x6/commit/e3c1456c6266efac359e66b03562178dee242ccb))
|
||||
* requestAnimationFrame ([e5b2b56](https://github.com/antvis/x6/commit/e5b2b56f1c81a7e04d5c850050aa6c076aca9ce1))
|
||||
* research ([0325a0d](https://github.com/antvis/x6/commit/0325a0d9a9e65150bcd768a8f33fe45eadcedb52))
|
||||
* return value of batch update ([19da712](https://github.com/antvis/x6/commit/19da7121319967c408805519028ad747aff1e99b))
|
||||
* split main module ([6616bf3](https://github.com/antvis/x6/commit/6616bf3b844e7b3f319876b53218268cc30564d9))
|
||||
* split main module ([52f5e42](https://github.com/antvis/x6/commit/52f5e424986d16aa5f194eb2c38c554bdf5320e9))
|
||||
* split module ([ba8ee1a](https://github.com/antvis/x6/commit/ba8ee1a241e58c6b823ef7e74316d26a93521a48))
|
||||
* support custom style ([d630596](https://github.com/antvis/x6/commit/d6305968fd448fbc667e44c8818bae4a1c0fea25))
|
||||
* support disable track ([dd4e7b7](https://github.com/antvis/x6/commit/dd4e7b7a5f50af160da248524c0357df1f3e1d1f))
|
||||
* support remove mouseWheel listener ([a21e1a3](https://github.com/antvis/x6/commit/a21e1a3dbc3c505084bb9e8b5aba0b3ee10c32a1))
|
||||
* use EventArgs ([fec7290](https://github.com/antvis/x6/commit/fec7290653cc085cba644785ea8ce6b6838c3c92)), closes [#47](https://github.com/antvis/x6/issues/47)
|
||||
* use utility-types ([2ed89e8](https://github.com/antvis/x6/commit/2ed89e832a1d99b9d8a4e45d199858a7866fd70a))
|
||||
* utility types ([9560c79](https://github.com/antvis/x6/commit/9560c79093aa6e9a441940c6f3dff0bb52247327))
|
||||
* **addon:** export addons ([6ed1b10](https://github.com/antvis/x6/commit/6ed1b107069f2d3d4a91347919c31b7efcc2b167))
|
||||
* **events:** more readable event names ([4621381](https://github.com/antvis/x6/commit/46213815f0a0cc9374ba2d58fad4e0ef50caf886)), closes [#54](https://github.com/antvis/x6/issues/54)
|
||||
* **events:** use more readable event names ([a8bf9aa](https://github.com/antvis/x6/commit/a8bf9aa6d8b19bd4e44042d55453b9c2330b0352)), closes [#54](https://github.com/antvis/x6/issues/54)
|
||||
* **label:** define label in style and do not extra label from data ([2496c68](https://github.com/antvis/x6/commit/2496c68bfc26c6942bd4c15790334333aacb9fc9)), closes [fix#31](https://github.com/fix/issues/31)
|
||||
* specified `passive: false` when add wheel listener for zoom graph ([96549ff](https://github.com/antvis/x6/commit/96549ff701c52ebf044923b299b8f975bd11194c))
|
||||
* support dropping cell into a group ([2b9348d](https://github.com/antvis/x6/commit/2b9348d0f6814090ed588bbf5ef255b4d9f7d1c5))
|
||||
* wheel => mouseWheel, for readable ([95f5da4](https://github.com/antvis/x6/commit/95f5da477d25c544eeb7140cb56c1d7a35fba274))
|
||||
* **grid:** provide "line" and "dot" grid background ([b2f29dc](https://github.com/antvis/x6/commit/b2f29dc8cd1d939a11983e95aa38b5e52a2f048d)), closes [#6](https://github.com/antvis/x6/issues/6) [#6](https://github.com/antvis/x6/issues/6)
|
||||
* **grid:** support grid background-color ([cee7071](https://github.com/antvis/x6/commit/cee7071e49acf301df588c1fb63fb25ad0aa317a)), closes [#6](https://github.com/antvis/x6/issues/6)
|
||||
* **minimap:** custom cell style by cell itself ([88c8c44](https://github.com/antvis/x6/commit/88c8c44f410d2bbd21b95cdcc8160c90cbfdab78))
|
||||
* **minimap:** the rendering fineness of minimap ([98c82e3](https://github.com/antvis/x6/commit/98c82e39f9e40b03f9804851ba54efac3778a02c)), closes [#7](https://github.com/antvis/x6/issues/7)
|
||||
* **x6:** add some convenient methods on namespace "x6" ([ab49248](https://github.com/antvis/x6/commit/ab49248409bf3f38a401a0780d816b6d23e8a91f))
|
||||
* 🐛 changelog ([21dffd7](https://github.com/antvis/x6/commit/21dffd79ab3296b26678292630a299e6423fb0c2))
|
||||
|
||||
## @antv/x6 [1.0.1](https://github.com/antvis/x6/compare/@antv/x6@1.0.0...@antv/x6@1.0.1) (2020-10-30)
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
### Bug Fixes
|
||||
|
||||
* ⚡️ Optimize apply and call ([#203](https://github.com/antvis/x6/issues/203)) ([0bf987b](https://github.com/antvis/x6/commit/0bf987bc598916146b3fca9a35a1f6ecc98c8cf4))
|
||||
* 🐛 changelog ([21dffd7](https://github.com/antvis/x6/commit/21dffd79ab3296b26678292630a299e6423fb0c2))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/x6",
|
||||
"version": "0.10.77",
|
||||
"version": "1.0.0-beta.0",
|
||||
"description": "JavaScript diagramming library that uses SVG and HTML for rendering.",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
55
sites/x6-sites-demos/CHANGELOG.md
Normal file
55
sites/x6-sites-demos/CHANGELOG.md
Normal file
@ -0,0 +1,55 @@
|
||||
## @antv/x6-sites-demos [0.10.79-beta.3](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@0.10.79-beta.2...@antv/x6-sites-demos@0.10.79-beta.3) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.2
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.3
|
||||
|
||||
## @antv/x6-sites-demos [0.10.79-beta.2](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@0.10.79-beta.1...@antv/x6-sites-demos@0.10.79-beta.2) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 version error ([fd57688](https://github.com/antvis/x6/commit/fd5768861fedda32d341c774f6e80da67646426f))
|
||||
* 🐛 version not found ([8166346](https://github.com/antvis/x6/commit/8166346771f11ef5997a6e1ed376987408e57cde))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.2
|
||||
|
||||
## @antv/x6-sites-demos [0.10.79-beta.1](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@0.10.78...@antv/x6-sites-demos@0.10.79-beta.1) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 x6 version ([f2e01c4](https://github.com/antvis/x6/commit/f2e01c44a1f1acd9390c9de0b5ade913cfd8b03b))
|
||||
* 🐛 x6-react-shape version ([9426a89](https://github.com/antvis/x6/commit/9426a898003f041c22da55439f6b9715731f69f6))
|
||||
* 🐛 x6-react-shape version ([482ce10](https://github.com/antvis/x6/commit/482ce10f1daeee1a154757c6009295d03363df56))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.1
|
||||
* **@antv/x6-react-shape:** upgraded to 0.10.18-beta.1
|
||||
|
||||
## @antv/x6-sites-demos [0.10.78](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@0.10.77...@antv/x6-sites-demos@0.10.78) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.1
|
||||
* **@antv/x6-react-shape:** upgraded to 1.0.1
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@antv/x6-sites-demos",
|
||||
"version": "0.10.77",
|
||||
"version": "1.0.0-beta.0",
|
||||
"workspaces": [
|
||||
"packages/**/*"
|
||||
],
|
||||
@ -14,10 +14,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^4.2.2",
|
||||
"@antv/x6": "^0.10.77",
|
||||
"@antv/x6-react-components": "^0.10.17",
|
||||
"@antv/x6-react-shape": "^0.10.17",
|
||||
"@antv/x6-sites-demos-helper": "^0.10.77",
|
||||
"@antv/x6": "^1.0.0-beta.0",
|
||||
"@antv/x6-react-components": "0.10.17",
|
||||
"@antv/x6-react-shape": "^1.0.0-beta.0",
|
||||
"@antv/x6-sites-demos-helper": "0.10.77",
|
||||
"antd": "^4.4.2",
|
||||
"esbuild-webpack-plugin": "^1.0.5",
|
||||
"highlight.js": "^10.1.2",
|
||||
|
42
sites/x6-sites/CHANGELOG.md
Normal file
42
sites/x6-sites/CHANGELOG.md
Normal file
@ -0,0 +1,42 @@
|
||||
## @antv/x6-sites [0.10.79-beta.3](https://github.com/antvis/x6/compare/@antv/x6-sites@0.10.79-beta.2...@antv/x6-sites@0.10.79-beta.3) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.2
|
||||
|
||||
## @antv/x6-sites [0.10.79-beta.2](https://github.com/antvis/x6/compare/@antv/x6-sites@0.10.79-beta.1...@antv/x6-sites@0.10.79-beta.2) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 version error ([fd57688](https://github.com/antvis/x6/commit/fd5768861fedda32d341c774f6e80da67646426f))
|
||||
* 🐛 version not found ([8166346](https://github.com/antvis/x6/commit/8166346771f11ef5997a6e1ed376987408e57cde))
|
||||
|
||||
## @antv/x6-sites [0.10.79-beta.1](https://github.com/antvis/x6/compare/@antv/x6-sites@0.10.78...@antv/x6-sites@0.10.79-beta.1) (2020-10-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 x6 version ([f2e01c4](https://github.com/antvis/x6/commit/f2e01c44a1f1acd9390c9de0b5ade913cfd8b03b))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 0.10.78-beta.1
|
||||
|
||||
## @antv/x6-sites [0.10.78](https://github.com/antvis/x6/compare/@antv/x6-sites@0.10.77...@antv/x6-sites@0.10.78) (2020-10-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.0.1
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@antv/x6-sites",
|
||||
"version": "0.10.77",
|
||||
"version": "1.0.0-beta.0",
|
||||
"description": "X6 sites deployed on gh-pages",
|
||||
"scripts": {
|
||||
"clean": "gatsby clean",
|
||||
@ -16,7 +16,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@antv/gatsby-theme-antv": "^0.11.7",
|
||||
"@antv/x6": "latest",
|
||||
"@antv/x6": "^1.0.0-beta.0",
|
||||
"antd": "^4.4.2",
|
||||
"express": "^4.17.1",
|
||||
"gatsby": "^2.24.2",
|
||||
|
Reference in New Issue
Block a user