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-03-30) ### 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) * 🐛 fix add tools not work ([191eab3](f5d1d6a326
)) * 🐛 fix model event trigger twice ([#789](https://github.com/antvis/x6/issues/789)) ([5520bc3](7638143b04
)) * 🐛 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) * 🐛 set the async of minimapGraph to be the same as sourceGraph ([474d93c](9dded6853d
)) * 🐛 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 demo import path error ([f7817cc](2ebf581dc1
)) * 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
)) * ✨ add library for manipulating and animating SVG ([a67b4d2](c07a17785f
)) * ✨ add xmind demo ([03078ea](adb2c98e23
)) * ✨ auto resize graph when container resized ([ff6e2b6](9c7bc9a4bb
)), closes [#531](https://github.com/antvis/x6/issues/531) * ✨ random path demo ([1c3ff13](38ec683673
)) ### Dependencies * **@antv/x6:** upgraded to 1.18.2 * **@antv/x6-vector:** upgraded to 1.0.2 * **@antv/x6-react-components:** upgraded to 1.1.8 * **@antv/x6-react-shape:** upgraded to 1.3.5
This commit is contained in:
@ -31,6 +31,46 @@
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.18.2
|
||||
* **@antv/x6-vector:** upgraded to 1.0.2
|
||||
* **@antv/x6-react-components:** upgraded to 1.1.8
|
||||
* **@antv/x6-react-shape:** upgraded to 1.3.5
|
||||
|
||||
# @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-03-30)
|
||||
|
||||
|
||||
### 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)
|
||||
* 🐛 fix add tools not work ([191eab3](https://github.com/antvis/x6/commit/191eab3d02bdea32755009d865a2929a131cb9e2))
|
||||
* 🐛 fix model event trigger twice ([#789](https://github.com/antvis/x6/issues/789)) ([5520bc3](https://github.com/antvis/x6/commit/5520bc38ab4106287e6591c73aff8c6f96f675da))
|
||||
* 🐛 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)
|
||||
* 🐛 set the async of minimapGraph to be the same as sourceGraph ([474d93c](https://github.com/antvis/x6/commit/474d93c9bc54cb469d75b72e6cd956c9671afcd2))
|
||||
* 🐛 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 demo import path error ([f7817cc](https://github.com/antvis/x6/commit/f7817cc2111ce3f6838e0658a9b777529a7015a7))
|
||||
* 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))
|
||||
* ✨ add library for manipulating and animating SVG ([a67b4d2](https://github.com/antvis/x6/commit/a67b4d2e44395d9422664760afa0adaa2635813d))
|
||||
* ✨ add xmind demo ([03078ea](https://github.com/antvis/x6/commit/03078ea435563ebbd154b22ec23ffc288f3f6f9f))
|
||||
* ✨ auto resize graph when container resized ([ff6e2b6](https://github.com/antvis/x6/commit/ff6e2b63bce78992cdb1892c84d7bf2ce6c2bbc3)), closes [#531](https://github.com/antvis/x6/issues/531)
|
||||
* ✨ random path demo ([1c3ff13](https://github.com/antvis/x6/commit/1c3ff13fc6a3c3cbdb478908e5596d8c067a6afd))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.18.1
|
||||
|
@ -9,10 +9,10 @@
|
||||
"precommit": "lint-staged"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/x6": "^1.18.1",
|
||||
"@antv/x6": "^1.18.2",
|
||||
"@antv/x6-vector": "^1.0.2",
|
||||
"@antv/x6-react-components": "^1.1.7",
|
||||
"@antv/x6-react-shape": "^1.3.4",
|
||||
"@antv/x6-react-components": "^1.1.8",
|
||||
"@antv/x6-react-shape": "^1.3.5",
|
||||
"antd": "^4.4.2",
|
||||
"classnames": "^2.2.6",
|
||||
"dagre": "^0.8.5",
|
||||
|
Reference in New Issue
Block a user