@mastergo/plugin-utils
Advanced tools
+17
-0
@@ -0,1 +1,18 @@ | ||
| ## [0.1.11](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/compare/v0.27.0...v0.1.11) (2022-04-20) | ||
| ### Bug Fixes | ||
| * remove console typings ([a7c3334](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/a7c333480a0c7038234e1223f0ea51933ddee363)) | ||
| * 修复SLICE类型提示报错. ([867dc6e](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/867dc6e1b5bbdc5d2e2902e5e7720053c8115902)) | ||
| * 修复VectorPath定义错误.实际上这个地方是一个一维数组. ([e6a3a99](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/e6a3a99c2957b6dbabdb5d31f12ff3c17dec1785)) | ||
| * 再次修复Slice提示的问题. ([4ffbdc0](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/4ffbdc0ad5629de22e375c81414bb5beecdbb2c9)) | ||
| ### Features | ||
| * 添加SLiceNode类型支持 ([08344ec](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/08344ecc3db28ab1753a6948d074171332c7cc51)) | ||
| ## [0.1.10](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/compare/v0.27.0...v0.1.10) (2022-04-20) | ||
@@ -2,0 +19,0 @@ |
+5
-4
@@ -541,6 +541,7 @@ declare function hexToRGBA(hex: string): RGBA; | ||
| interface VectorPath { | ||
| readonly id: number | ||
| readonly nodeIds: ReadonlyArray<number> | ||
| } | ||
| // interface VectorPath { | ||
| // readonly id: number | ||
| // readonly nodeIds: ReadonlyArray<number> | ||
| // } | ||
| type VectorPath = number[] | ||
@@ -547,0 +548,0 @@ type VectorPaths = ReadonlyArray<VectorPath> |
+1
-1
| { | ||
| "name": "@mastergo/plugin-utils", | ||
| "version": "0.1.10", | ||
| "version": "0.1.11", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
38993
2.68%602
0.17%