chore(release): @antv/x6-app-draw@1.1.3 [skip ci]

## @antv/x6-app-draw [1.1.3](https://github.com/antvis/x6/compare/@antv/x6-app-draw@1.1.2...@antv/x6-app-draw@1.1.3) (2021-02-07)

### Bug Fixes

* change $ to JQuery ([3c4d229](c7a41cff48))
* editableNode bugs of x6-app-draw ([4d33512](95dea6cdf7))
* editableNode bugs of x6-app-draw ([15589f5](ef30806603))
* fix text not wrap error ([f404a9a](0169e925cc))
* port can connect multiple lines ([908bff2](1a86e54f79))

### Dependencies

* **@antv/x6:** upgraded to 1.12.30
This commit is contained in:
x6-bot
2021-02-07 01:57:46 +00:00
parent 6dec52695d
commit 8184c57b01
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,22 @@
## @antv/x6-app-draw [1.1.3](https://github.com/antvis/x6/compare/@antv/x6-app-draw@1.1.2...@antv/x6-app-draw@1.1.3) (2021-02-07)
### Bug Fixes
* change $ to JQuery ([3c4d229](https://github.com/antvis/x6/commit/3c4d22952b33d592791cdead017d860833f51608))
* editableNode bugs of x6-app-draw ([4d33512](https://github.com/antvis/x6/commit/4d3351207736009cf5ee1ab7eee5991cc1ad2f84))
* editableNode bugs of x6-app-draw ([15589f5](https://github.com/antvis/x6/commit/15589f5bae3c0e304a5a2efa0f17514bc63f8f4b))
* fix text not wrap error ([f404a9a](https://github.com/antvis/x6/commit/f404a9a36ff08084f026cce76c3710d0183730ab))
* port can connect multiple lines ([908bff2](https://github.com/antvis/x6/commit/908bff246c2b518a89dc7d4cc6d53fea3e447ac9))
### Dependencies
* **@antv/x6:** upgraded to 1.12.30
## @antv/x6-app-draw [1.1.3](https://github.com/antvis/x6/compare/@antv/x6-app-draw@1.1.2...@antv/x6-app-draw@1.1.3) (2021-02-05)

View File

@ -10,7 +10,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^1.12.29",
"@antv/x6": "^1.12.30",
"@antv/x6-react-components": "^1.1.1",
"antd": "^4.4.2",
"react": "^16.8.6",