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-05)

### Bug Fixes

* 🐛 break text with chinese characters(double byte character) ([7f37319](14199bc852)), closes [#596](https://github.com/antvis/x6/issues/596)
* 🐛 do not generate new commands on redoing/undoing ([1696f51](5b3d7133f3)), closes [#627](https://github.com/antvis/x6/issues/627)
* 🐛 do not update pagesize automatically when set graph size ([fcb5f11](949a42dacf)), closes [#644](https://github.com/antvis/x6/issues/644) [#564](https://github.com/antvis/x6/issues/564)
* 🐛 interact with input rendered in react component ([6eaec74](82478b1d66))
* 🐛 linear gradient along edge path ([39619d3](669fc5bd2d)), closes [#635](https://github.com/antvis/x6/issues/635)
* 🐛 liner gradient not available on horizontal and vertical edges ([1817298](333689a880)), closes [#635](https://github.com/antvis/x6/issues/635)
* 🐛 should render vertices tool with lowest z-index ([da9ddf5](213a01fca2)), closes [#638](https://github.com/antvis/x6/issues/638)
* 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:
x6-bot
2021-02-05 01:44:54 +00:00
parent 61aff3d4fc
commit 529d6065c9

View File

@ -1,3 +1,25 @@
# @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-05)
### 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)
* 🐛 do not generate new commands on redoing/undoing ([1696f51](https://github.com/antvis/x6/commit/1696f519056a2cd57189b19532a758b24af3fe2a)), closes [#627](https://github.com/antvis/x6/issues/627)
* 🐛 do not update pagesize automatically when set graph size ([fcb5f11](https://github.com/antvis/x6/commit/fcb5f11195c9e0418091ad55bb684294b189979e)), closes [#644](https://github.com/antvis/x6/issues/644) [#564](https://github.com/antvis/x6/issues/564)
* 🐛 interact with input rendered in react component ([6eaec74](https://github.com/antvis/x6/commit/6eaec7412dd9826b331fc4bfb822e874ace939e1))
* 🐛 linear gradient along edge path ([39619d3](https://github.com/antvis/x6/commit/39619d3baaab1af79cb0d2ecc08bb8859ef44065)), closes [#635](https://github.com/antvis/x6/issues/635)
* 🐛 liner gradient not available on horizontal and vertical edges ([1817298](https://github.com/antvis/x6/commit/1817298f7788d0b5475cf53c516a0a9b177bfdd0)), closes [#635](https://github.com/antvis/x6/issues/635)
* 🐛 should render vertices tool with lowest z-index ([da9ddf5](https://github.com/antvis/x6/commit/da9ddf5f068f84fbe1b359aad459252d49feab34)), closes [#638](https://github.com/antvis/x6/issues/638)
* 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.0](https://github.com/antvis/x6/compare/@antv/x6-example-features@1.1.2...@antv/x6-example-features@1.2.0) (2021-02-04)