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-02-02) ### Bug Fixes * 🐛 break text with chinese characters(double byte character) ([7f37319](14199bc852
)), closes [#596](https://github.com/antvis/x6/issues/596) * 🐛 interact with input rendered in react component ([6eaec74](82478b1d66
)) * fix contextmenu show multiple times ([50ef056](5d437cef07
)) * fix path error in custom router demo ([#620](https://github.com/antvis/x6/issues/620)) ([15c1e05](7cd3a7e57d
)) * **wip:** 🐛 click event of contextmenu was not triggered ([fc3ff9e](2c9363e469
)) ### Features * ✨ add `primer` and `useForeignObject` option for react-shape ([eca8186](ab6a06f1fe
)) * ✨ auto resize graph when container resized ([ff6e2b6](9c7bc9a4bb
)), closes [#531](https://github.com/antvis/x6/issues/531)
This commit is contained in:
@ -1,3 +1,20 @@
|
||||
# @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-02-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 break text with chinese characters(double byte character) ([7f37319](https://github.com/antvis/x6/commit/7f373194d9a3722aab403319aa2a843a00a18825)), closes [#596](https://github.com/antvis/x6/issues/596)
|
||||
* 🐛 interact with input rendered in react component ([6eaec74](https://github.com/antvis/x6/commit/6eaec7412dd9826b331fc4bfb822e874ace939e1))
|
||||
* fix contextmenu show multiple times ([50ef056](https://github.com/antvis/x6/commit/50ef0562b0036dbfa43ed7ffbff1fade2f06d272))
|
||||
* fix path error in custom router demo ([#620](https://github.com/antvis/x6/issues/620)) ([15c1e05](https://github.com/antvis/x6/commit/15c1e05d56e38d2c3f456845ed81e21375e67e22))
|
||||
* **wip:** 🐛 click event of contextmenu was not triggered ([fc3ff9e](https://github.com/antvis/x6/commit/fc3ff9e38de9b051bfed9043f70920d870b3b9f9))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* ✨ add `primer` and `useForeignObject` option for react-shape ([eca8186](https://github.com/antvis/x6/commit/eca818687662a5f84a6300944819220853bc1964))
|
||||
* ✨ 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-02-01)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@antv/x6-example-features",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.0",
|
||||
"scripts": {
|
||||
"start": "umi dev",
|
||||
"build": "umi build",
|
||||
|
Reference in New Issue
Block a user