chore(release): @antv/x6-example-features@1.2.0 [skip ci]

# @antv/x6-example-features [1.2.0](https://github.com/antvis/x6/compare/@antv/x6-example-features@1.1.2...@antv/x6-example-features@1.2.0) (2021-01-21)

### Bug Fixes

* **wip:** 🐛 click event of contextmenu was not triggered ([fc3ff9e](2c9363e469))

### Features

*  auto resize graph when container resized ([ff6e2b6](9c7bc9a4bb)), closes [#531](https://github.com/antvis/x6/issues/531)

### Dependencies

* **@antv/x6:** upgraded to 1.12.8
This commit is contained in:
x6-bot
2021-01-21 08:36:59 +00:00
parent 55268b4e87
commit ff51a4a7cb
2 changed files with 21 additions and 1 deletions

View File

@ -10,6 +10,26 @@
* ✨ auto resize graph when container resized ([ff6e2b6](https://github.com/antvis/x6/commit/ff6e2b63bce78992cdb1892c84d7bf2ce6c2bbc3)), closes [#531](https://github.com/antvis/x6/issues/531)
### Dependencies
* **@antv/x6:** upgraded to 1.12.8
# @antv/x6-example-features [1.2.0](https://github.com/antvis/x6/compare/@antv/x6-example-features@1.1.2...@antv/x6-example-features@1.2.0) (2021-01-21)
### Bug Fixes
* **wip:** 🐛 click event of contextmenu was not triggered ([fc3ff9e](https://github.com/antvis/x6/commit/fc3ff9e38de9b051bfed9043f70920d870b3b9f9))
### Features
* ✨ auto resize graph when container resized ([ff6e2b6](https://github.com/antvis/x6/commit/ff6e2b63bce78992cdb1892c84d7bf2ce6c2bbc3)), closes [#531](https://github.com/antvis/x6/issues/531)
## @antv/x6-example-features [1.2.1](https://github.com/antvis/x6/compare/@antv/x6-example-features@1.2.0...@antv/x6-example-features@1.2.1) (2021-01-21)

View File

@ -10,7 +10,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^1.12.7",
"@antv/x6": "^1.12.8",
"@antv/x6-react-components": "^1.1.1",
"@antv/x6-react-shape": "^1.2.4",
"antd": "^4.4.2",