diff --git a/examples/x6-example-features/CHANGELOG.md b/examples/x6-example-features/CHANGELOG.md index 56e68ff19b9..32b81e243d9 100644 --- a/examples/x6-example-features/CHANGELOG.md +++ b/examples/x6-example-features/CHANGELOG.md @@ -11,6 +11,27 @@ * ⚡️ add simple config to remove rect and text element ([#1449](https://github.com/antvis/x6/issues/1449)) ([0b5f241](https://github.com/antvis/x6/commit/0b5f2413f0b907316784149027615ae2d09616a4)) + + + + +### Dependencies + +* **@antv/x6:** upgraded to 1.31.3 + +## @antv/x6-example-features [1.2.2](https://github.com/antvis/x6/compare/@antv/x6-example-features@1.2.1...@antv/x6-example-features@1.2.2) (2022-04-09) + + +### Bug Fixes + +* 🐛 optimize contextmenu tools ([#1391](https://github.com/antvis/x6/issues/1391)) ([cc01fdf](https://github.com/antvis/x6/commit/cc01fdf208f4fbd283a6ce3d7a106716e8e10300)) +* 🐛 update x6-react-shape version ([#1425](https://github.com/antvis/x6/issues/1425)) ([4208846](https://github.com/antvis/x6/commit/4208846337326d8983f1662faa8da67efd8568b4)) + + +### Performance Improvements + +* ⚡️ add simple config to remove rect and text element ([#1449](https://github.com/antvis/x6/issues/1449)) ([0b5f241](https://github.com/antvis/x6/commit/0b5f2413f0b907316784149027615ae2d09616a4)) + ## @antv/x6-example-features [1.2.2](https://github.com/antvis/x6/compare/@antv/x6-example-features@1.2.1...@antv/x6-example-features@1.2.2) (2022-04-09) diff --git a/examples/x6-example-features/package.json b/examples/x6-example-features/package.json index c748ba935f6..2abf2b65dc8 100644 --- a/examples/x6-example-features/package.json +++ b/examples/x6-example-features/package.json @@ -9,7 +9,7 @@ "precommit": "lint-staged" }, "dependencies": { - "@antv/x6": "^1.31.2", + "@antv/x6": "^1.31.3", "@antv/x6-react-components": "^1.1.16", "@antv/x6-react-shape": "^1.6.0", "@antv/x6-vector": "^1.3.1",