From d4ff951fa47bb06a4972a3066f3dc97258ae5af1 Mon Sep 17 00:00:00 2001 From: xile611 Date: Fri, 30 Aug 2024 18:30:23 +0800 Subject: [PATCH 1/3] fix: upgrade vrender to 0.20.1 --- common/config/rush/pnpm-lock.yaml | 206 +++++++++--------- docs/dev-demos/package.json | 8 +- docs/site/package.json | 8 +- packages/vgrammar-coordinate/package.json | 2 +- packages/vgrammar-core/package.json | 12 +- packages/vgrammar-hierarchy/package.json | 6 +- packages/vgrammar-plot/package.json | 10 +- packages/vgrammar-projection/package.json | 2 +- packages/vgrammar-sankey/package.json | 6 +- packages/vgrammar-util/package.json | 4 +- packages/vgrammar-venn/package.json | 6 +- .../vgrammar-wordcloud-shape/package.json | 8 +- packages/vgrammar-wordcloud/package.json | 6 +- 13 files changed, 142 insertions(+), 142 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 158d7f4a..1e3dc11b 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -19,10 +19,10 @@ importers: '@visactor/vgrammar-util': workspace:0.14.0 '@visactor/vgrammar-wordcloud': workspace:0.14.0 '@visactor/vgrammar-wordcloud-shape': workspace:0.14.0 - '@visactor/vrender': 0.20.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender': 0.20.1 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': ~0.18.15 '@vitejs/plugin-react': 3.1.0 d3-scale-chromatic: ^3.0.0 lodash: 4.17.21 @@ -41,10 +41,10 @@ importers: '@visactor/vgrammar-util': link:../../packages/vgrammar-util '@visactor/vgrammar-wordcloud': link:../../packages/vgrammar-wordcloud '@visactor/vgrammar-wordcloud-shape': link:../../packages/vgrammar-wordcloud-shape - '@visactor/vrender': 0.20.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': 0.18.14 + '@visactor/vrender': 0.20.1 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': 0.18.15 '@vitejs/plugin-react': 3.1.0_vite@3.2.6 d3-scale-chromatic: 3.1.0 lodash: 4.17.21 @@ -71,10 +71,10 @@ importers: '@visactor/vgrammar-venn': workspace:0.14.0 '@visactor/vgrammar-wordcloud': workspace:0.14.0 '@visactor/vgrammar-wordcloud-shape': workspace:0.14.0 - '@visactor/vrender': 0.20.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender': 0.20.1 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': ~0.18.15 '@vitejs/plugin-react': 3.1.0 axios: ^1.4.0 canvas: ^2.5.0 @@ -109,10 +109,10 @@ importers: '@visactor/vgrammar-venn': link:../../packages/vgrammar-venn '@visactor/vgrammar-wordcloud': link:../../packages/vgrammar-wordcloud '@visactor/vgrammar-wordcloud-shape': link:../../packages/vgrammar-wordcloud-shape - '@visactor/vrender': 0.20.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': 0.18.14 + '@visactor/vrender': 0.20.1 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': 0.18.15 axios: 1.6.8 highlight.js: 11.9.0 markdown-it: 13.0.2 @@ -192,7 +192,7 @@ importers: '@types/jest': ~29.5.0 '@types/node': '*' '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vutils': ~0.18.14 + '@visactor/vutils': ~0.18.15 eslint: ~8.18.0 jest: ~29.5.0 jest-environment-jsdom: ~29.5.0 @@ -201,7 +201,7 @@ importers: vite: 3.2.6 dependencies: '@visactor/vgrammar-util': link:../vgrammar-util - '@visactor/vutils': 0.18.14 + '@visactor/vutils': 0.18.15 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -228,14 +228,14 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vdataset': ~0.18.14 + '@visactor/vdataset': ~0.18.15 '@visactor/vgrammar-coordinate': workspace:0.14.0 '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vrender-components': 0.20.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vscale': ~0.18.14 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender-components': 0.20.1 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vscale': ~0.18.15 + '@visactor/vutils': ~0.18.15 eslint: ~8.18.0 jest: ~29.5.0 jest-environment-jsdom: ~29.5.0 @@ -243,14 +243,14 @@ importers: typescript: 4.9.5 vite: 3.2.6 dependencies: - '@visactor/vdataset': 0.18.14 + '@visactor/vdataset': 0.18.15 '@visactor/vgrammar-coordinate': link:../vgrammar-coordinate '@visactor/vgrammar-util': link:../vgrammar-util - '@visactor/vrender-components': 0.20.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vscale': 0.18.14 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-components': 0.20.1 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vscale': 0.18.15 + '@visactor/vutils': 0.18.15 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -340,9 +340,9 @@ importers: '@types/node': '*' '@visactor/vgrammar-core': workspace:0.14.0 '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': ~0.18.15 eslint: ~8.18.0 jest: ~29.5.0 jest-environment-jsdom: ~29.5.0 @@ -352,9 +352,9 @@ importers: dependencies: '@visactor/vgrammar-core': link:../vgrammar-core '@visactor/vgrammar-util': link:../vgrammar-util - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': 0.18.15 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -385,11 +385,11 @@ importers: '@visactor/vgrammar-coordinate': workspace:0.14.0 '@visactor/vgrammar-core': workspace:0.14.0 '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vrender-components': 0.20.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vscale': ~0.18.14 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender-components': 0.20.1 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vscale': ~0.18.15 + '@visactor/vutils': ~0.18.15 d3-array: 1.x eslint: ~8.18.0 jest: ~29.5.0 @@ -401,11 +401,11 @@ importers: '@visactor/vgrammar-coordinate': link:../vgrammar-coordinate '@visactor/vgrammar-core': link:../vgrammar-core '@visactor/vgrammar-util': link:../vgrammar-util - '@visactor/vrender-components': 0.20.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vscale': 0.18.14 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-components': 0.20.1 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vscale': 0.18.15 + '@visactor/vutils': 0.18.15 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -437,7 +437,7 @@ importers: '@types/node': '*' '@visactor/vgrammar-core': workspace:0.14.0 '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vutils': ~0.18.14 + '@visactor/vutils': ~0.18.15 d3-array: 1.x d3-geo: ^1.12.1 eslint: ~8.18.0 @@ -449,7 +449,7 @@ importers: dependencies: '@visactor/vgrammar-core': link:../vgrammar-core '@visactor/vgrammar-util': link:../vgrammar-util - '@visactor/vutils': 0.18.14 + '@visactor/vutils': 0.18.15 d3-geo: 1.12.1 devDependencies: '@internal/bundler': link:../../tools/bundler @@ -481,9 +481,9 @@ importers: '@types/node': '*' '@visactor/vgrammar-core': workspace:0.14.0 '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': ~0.18.15 eslint: ~8.18.0 jest: ~29.5.0 jest-environment-jsdom: ~29.5.0 @@ -493,9 +493,9 @@ importers: dependencies: '@visactor/vgrammar-core': link:../vgrammar-core '@visactor/vgrammar-util': link:../vgrammar-util - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': 0.18.15 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -522,8 +522,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vrender-core': 0.20.0 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vutils': ~0.18.15 eslint: ~8.18.0 jest: ~29.5.0 jest-environment-jsdom: ~29.5.0 @@ -531,8 +531,8 @@ importers: typescript: 4.9.5 vite: 3.2.6 dependencies: - '@visactor/vrender-core': 0.20.0 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vutils': 0.18.15 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -561,9 +561,9 @@ importers: '@types/node': '*' '@visactor/vgrammar-core': workspace:0.14.0 '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': ~0.18.15 eslint: ~8.18.0 jest: ~29.5.0 jest-environment-jsdom: ~29.5.0 @@ -573,9 +573,9 @@ importers: dependencies: '@visactor/vgrammar-core': link:../vgrammar-core '@visactor/vgrammar-util': link:../vgrammar-util - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': 0.18.15 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -604,9 +604,9 @@ importers: '@types/node': '*' '@visactor/vgrammar-core': workspace:0.14.0 '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': ~0.18.15 eslint: ~8.18.0 jest: ~29.5.0 jest-environment-jsdom: ~29.5.0 @@ -616,9 +616,9 @@ importers: dependencies: '@visactor/vgrammar-core': link:../vgrammar-core '@visactor/vgrammar-util': link:../vgrammar-util - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vutils': 0.18.15 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -647,10 +647,10 @@ importers: '@types/node': '*' '@visactor/vgrammar-core': workspace:0.14.0 '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vscale': ~0.18.14 - '@visactor/vutils': ~0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vscale': ~0.18.15 + '@visactor/vutils': ~0.18.15 eslint: ~8.18.0 jest: ~29.5.0 jest-environment-jsdom: ~29.5.0 @@ -660,10 +660,10 @@ importers: dependencies: '@visactor/vgrammar-core': link:../vgrammar-core '@visactor/vgrammar-util': link:../vgrammar-util - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vscale': 0.18.14 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vscale': 0.18.15 + '@visactor/vutils': 0.18.15 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -3426,13 +3426,13 @@ packages: eslint-visitor-keys: 3.4.3 dev: false - /@visactor/vdataset/0.18.14: - resolution: {integrity: sha512-9Oov72NOR+elxRjvNVN7Ai4ipDy2/pFjRgB4BEQL436mkz9Z9zadM+qt/m/lry9SoVdZSa54HCW26rCHmtcZXA==} + /@visactor/vdataset/0.18.15: + resolution: {integrity: sha512-LWaaunGetH8ThWjz6CE7NMG/LcFS41lTl76UCNJM1msfQxyIsbtoHim7t+Hdvud76oRZM0rxX/V4iB/+JpMRfw==} dependencies: '@turf/flatten': 6.5.0 '@turf/helpers': 6.5.0 '@turf/rewind': 6.5.0 - '@visactor/vutils': 0.18.14 + '@visactor/vutils': 0.18.15 d3-dsv: 2.0.0 d3-geo: 1.12.1 d3-hexbin: 0.2.2 @@ -3448,43 +3448,43 @@ packages: topojson-client: 3.1.0 dev: false - /@visactor/vrender-components/0.20.0: - resolution: {integrity: sha512-nZUtFF1Kg8xjDGGIVeBdAOjxWW+jibUV4ltF1G/Z4GaHYUzpYfifWVrPBpo4BFIjaeICaSit2nKvntXhEUzj2w==} + /@visactor/vrender-components/0.20.1: + resolution: {integrity: sha512-VKjpViUpfadGjwyA44X+AWr3MnUmCDeszad41eslaamfORSgT4QJ0pNYuVvMTdUSucnaOFkGZWerfbNG0CEChQ==} dependencies: - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 - '@visactor/vscale': 0.18.14 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 + '@visactor/vscale': 0.18.15 + '@visactor/vutils': 0.18.15 dev: false - /@visactor/vrender-core/0.20.0: - resolution: {integrity: sha512-P6Ata06lmVlLu23usSFluILuyxhMydRIgPW5o0zzK/EASstirRdWEx4EghZmobg3XPoipzh0/8O8ddBBtzaflg==} + /@visactor/vrender-core/0.20.1: + resolution: {integrity: sha512-bFui7C+iGNt3OiMRQvl8+uq25np3MGiUlpZJHfZfr71Itizf+jn4FrnSbfy3MgzIEamxhYOMwp7qBwzs0/p2vA==} dependencies: - '@visactor/vutils': 0.18.14 + '@visactor/vutils': 0.18.15 color-convert: 2.0.1 - /@visactor/vrender-kits/0.20.0: - resolution: {integrity: sha512-9r7XQdLoNfCtr+QQU0JpghDXQ7DOaa3CnvJmXrSn1gonkeDmUmTN9yDs8L2URdYEpXrThPUMJsVy/N3Tp3cqCA==} + /@visactor/vrender-kits/0.20.1: + resolution: {integrity: sha512-1l4GLMdESX+FAwBsZePyZqQKx7YBNDHJ+HGjeIxJVm5yrUQGC1T2P+Z3DVgWCh9clhNPCPwpMa6AC0a5RUXKSQ==} dependencies: '@resvg/resvg-js': 2.4.1 - '@visactor/vrender-core': 0.20.0 - '@visactor/vutils': 0.18.14 + '@visactor/vrender-core': 0.20.1 + '@visactor/vutils': 0.18.15 roughjs: 4.5.2 - /@visactor/vrender/0.20.0: - resolution: {integrity: sha512-JXfm6TfBdKd1B6WVIO7/51oCcIpQpj8seSKC70xVlDXB2flU2FuIHeugYNEVPg/xEPF+xrbxGETqgXETzCzBzw==} + /@visactor/vrender/0.20.1: + resolution: {integrity: sha512-eeBFxcNTL+0P3J52Y1jX+8nQPiaCF0b4T0ED777hUBKLOCRl1GI5kCJWvldtE5KalafW/696tJqp6KTbfxXY9Q==} dependencies: - '@visactor/vrender-core': 0.20.0 - '@visactor/vrender-kits': 0.20.0 + '@visactor/vrender-core': 0.20.1 + '@visactor/vrender-kits': 0.20.1 - /@visactor/vscale/0.18.14: - resolution: {integrity: sha512-uhyI8yqOPyMurdwqz1oqcqfTXZebpY5kYdnOM5xG79Lz54L95YNZ1J5BNu+SOxOBWbul5hnyjVpdTbZIoujveQ==} + /@visactor/vscale/0.18.15: + resolution: {integrity: sha512-09dDWc6muJbOMxzp4odCsyLjqAF6u3BOx9kAJJ0tEpKE1AuHL4BTejNe697mJAnXqAo2ynAA+dn+cgWYiW1WQg==} dependencies: - '@visactor/vutils': 0.18.14 + '@visactor/vutils': 0.18.15 dev: false - /@visactor/vutils/0.18.14: - resolution: {integrity: sha512-Yf6v+utbMd7kK5F2UqZ3pw7xDpsvm24MQHzUzX3OUVFq+kAmYSPIc7j5YigShnn5se9uoghpNo62Vk0+we0W5Q==} + /@visactor/vutils/0.18.15: + resolution: {integrity: sha512-gTw8n14SU4avmqZ6VwpHwqoDfOCq044M2QA43rViNaHBnOQ/ePOPRZHl0heSfGQoMIJSZUD7SowLnn5NJjVXYw==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 diff --git a/docs/dev-demos/package.json b/docs/dev-demos/package.json index 006c909b..b0445da8 100644 --- a/docs/dev-demos/package.json +++ b/docs/dev-demos/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@internal/eslint-config": "workspace:*", "@internal/ts-config": "workspace:*", - "@visactor/vutils": "~0.18.14", + "@visactor/vutils": "~0.18.15", "@visactor/vgrammar": "workspace:0.14.0", "@visactor/vgrammar-core": "workspace:0.14.0", "@visactor/vgrammar-hierarchy": "workspace:0.14.0", @@ -20,9 +20,9 @@ "@visactor/vgrammar-wordcloud": "workspace:0.14.0", "@visactor/vgrammar-wordcloud-shape": "workspace:0.14.0", "@visactor/vgrammar-plot": "workspace:0.14.0", - "@visactor/vrender-core": "0.20.0", - "@visactor/vrender-kits": "0.20.0", - "@visactor/vrender": "0.20.0", + "@visactor/vrender-core": "0.20.1", + "@visactor/vrender-kits": "0.20.1", + "@visactor/vrender": "0.20.1", "d3-scale-chromatic": "^3.0.0", "lodash": "4.17.21", "typescript": "4.9.5", diff --git a/docs/site/package.json b/docs/site/package.json index ba0281b2..3c7a52b5 100644 --- a/docs/site/package.json +++ b/docs/site/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@arco-design/web-react": "2.46.1", - "@visactor/vutils": "~0.18.14", + "@visactor/vutils": "~0.18.15", "@visactor/vgrammar": "workspace:0.14.0", "@visactor/vgrammar-core": "workspace:0.14.0", "@visactor/vgrammar-hierarchy": "workspace:0.14.0", @@ -25,9 +25,9 @@ "@visactor/vgrammar-util": "workspace:0.14.0", "@visactor/vgrammar-coordinate": "workspace:0.14.0", "@visactor/vgrammar-venn": "workspace:0.14.0", - "@visactor/vrender-core": "0.20.0", - "@visactor/vrender-kits": "0.20.0", - "@visactor/vrender": "0.20.0", + "@visactor/vrender-core": "0.20.1", + "@visactor/vrender-kits": "0.20.1", + "@visactor/vrender": "0.20.1", "markdown-it": "^13.0.0", "highlight.js": "^11.8.0", "axios": "^1.4.0", diff --git a/packages/vgrammar-coordinate/package.json b/packages/vgrammar-coordinate/package.json index 9ca843b9..2d6259f7 100644 --- a/packages/vgrammar-coordinate/package.json +++ b/packages/vgrammar-coordinate/package.json @@ -34,7 +34,7 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vutils": "~0.18.14", + "@visactor/vutils": "~0.18.15", "@visactor/vgrammar-util": "workspace:0.14.0" }, "devDependencies": { diff --git a/packages/vgrammar-core/package.json b/packages/vgrammar-core/package.json index 8b7c50dc..8d2e4970 100644 --- a/packages/vgrammar-core/package.json +++ b/packages/vgrammar-core/package.json @@ -35,14 +35,14 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vutils": "~0.18.14", - "@visactor/vdataset": "~0.18.14", + "@visactor/vutils": "~0.18.15", + "@visactor/vdataset": "~0.18.15", "@visactor/vgrammar-coordinate": "workspace:0.14.0", "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vscale": "~0.18.14", - "@visactor/vrender-core": "0.20.0", - "@visactor/vrender-kits": "0.20.0", - "@visactor/vrender-components": "0.20.0" + "@visactor/vscale": "~0.18.15", + "@visactor/vrender-core": "0.20.1", + "@visactor/vrender-kits": "0.20.1", + "@visactor/vrender-components": "0.20.1" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vgrammar-hierarchy/package.json b/packages/vgrammar-hierarchy/package.json index c6fc46ab..abf03818 100644 --- a/packages/vgrammar-hierarchy/package.json +++ b/packages/vgrammar-hierarchy/package.json @@ -38,11 +38,11 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vutils": "~0.18.14", + "@visactor/vutils": "~0.18.15", "@visactor/vgrammar-core": "workspace:0.14.0", "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vrender-core": "0.20.0", - "@visactor/vrender-kits": "0.20.0" + "@visactor/vrender-core": "0.20.1", + "@visactor/vrender-kits": "0.20.1" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vgrammar-plot/package.json b/packages/vgrammar-plot/package.json index 48b470ce..84b6ac87 100644 --- a/packages/vgrammar-plot/package.json +++ b/packages/vgrammar-plot/package.json @@ -34,14 +34,14 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vscale": "~0.18.14", - "@visactor/vutils": "~0.18.14", + "@visactor/vscale": "~0.18.15", + "@visactor/vutils": "~0.18.15", "@visactor/vgrammar-util": "workspace:0.14.0", "@visactor/vgrammar-coordinate": "workspace:0.14.0", "@visactor/vgrammar-core": "workspace:0.14.0", - "@visactor/vrender-components": "0.20.0", - "@visactor/vrender-core": "0.20.0", - "@visactor/vrender-kits": "0.20.0" + "@visactor/vrender-components": "0.20.1", + "@visactor/vrender-core": "0.20.1", + "@visactor/vrender-kits": "0.20.1" }, "devDependencies": { "d3-array": "1.x", diff --git a/packages/vgrammar-projection/package.json b/packages/vgrammar-projection/package.json index 52128338..244f5a46 100644 --- a/packages/vgrammar-projection/package.json +++ b/packages/vgrammar-projection/package.json @@ -34,7 +34,7 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vutils": "~0.18.14", + "@visactor/vutils": "~0.18.15", "@visactor/vgrammar-util": "workspace:0.14.0", "@visactor/vgrammar-core": "workspace:0.14.0", "d3-geo": "^1.12.1" diff --git a/packages/vgrammar-sankey/package.json b/packages/vgrammar-sankey/package.json index 3959b36c..2ab197bc 100644 --- a/packages/vgrammar-sankey/package.json +++ b/packages/vgrammar-sankey/package.json @@ -36,11 +36,11 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vutils": "~0.18.14", + "@visactor/vutils": "~0.18.15", "@visactor/vgrammar-core": "workspace:0.14.0", "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vrender-core": "0.20.0", - "@visactor/vrender-kits": "0.20.0" + "@visactor/vrender-core": "0.20.1", + "@visactor/vrender-kits": "0.20.1" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vgrammar-util/package.json b/packages/vgrammar-util/package.json index c67bfd68..fc6ce196 100644 --- a/packages/vgrammar-util/package.json +++ b/packages/vgrammar-util/package.json @@ -34,8 +34,8 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vutils": "~0.18.14", - "@visactor/vrender-core": "0.20.0" + "@visactor/vutils": "~0.18.15", + "@visactor/vrender-core": "0.20.1" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vgrammar-venn/package.json b/packages/vgrammar-venn/package.json index d9478328..a9a8552d 100644 --- a/packages/vgrammar-venn/package.json +++ b/packages/vgrammar-venn/package.json @@ -36,9 +36,9 @@ "dependencies": { "@visactor/vgrammar-core": "workspace:0.14.0", "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vrender-core": "0.20.0", - "@visactor/vrender-kits": "0.20.0", - "@visactor/vutils": "~0.18.14" + "@visactor/vrender-core": "0.20.1", + "@visactor/vrender-kits": "0.20.1", + "@visactor/vutils": "~0.18.15" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vgrammar-wordcloud-shape/package.json b/packages/vgrammar-wordcloud-shape/package.json index 3fc890e2..18b5975e 100644 --- a/packages/vgrammar-wordcloud-shape/package.json +++ b/packages/vgrammar-wordcloud-shape/package.json @@ -34,12 +34,12 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vutils": "~0.18.14", - "@visactor/vscale": "~0.18.14", + "@visactor/vutils": "~0.18.15", + "@visactor/vscale": "~0.18.15", "@visactor/vgrammar-core": "workspace:0.14.0", "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vrender-core": "0.20.0", - "@visactor/vrender-kits": "0.20.0" + "@visactor/vrender-core": "0.20.1", + "@visactor/vrender-kits": "0.20.1" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vgrammar-wordcloud/package.json b/packages/vgrammar-wordcloud/package.json index b4099003..fb0e2091 100644 --- a/packages/vgrammar-wordcloud/package.json +++ b/packages/vgrammar-wordcloud/package.json @@ -34,11 +34,11 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vutils": "~0.18.14", + "@visactor/vutils": "~0.18.15", "@visactor/vgrammar-core": "workspace:0.14.0", "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vrender-core": "0.20.0", - "@visactor/vrender-kits": "0.20.0" + "@visactor/vrender-core": "0.20.1", + "@visactor/vrender-kits": "0.20.1" }, "devDependencies": { "@internal/bundler": "workspace:*", From f37a02e987e63bfc3f0e67657638f654915cc03d Mon Sep 17 00:00:00 2001 From: xile611 Date: Mon, 2 Sep 2024 10:00:07 +0800 Subject: [PATCH 2/3] fix: fix type error of Player --- packages/vgrammar-core/src/component/player.ts | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/packages/vgrammar-core/src/component/player.ts b/packages/vgrammar-core/src/component/player.ts index b72b2a0f..40f707ec 100644 --- a/packages/vgrammar-core/src/component/player.ts +++ b/packages/vgrammar-core/src/component/player.ts @@ -1,10 +1,6 @@ import { isArray, isString, merge, mixin } from '@visactor/vutils'; import type { IGraphic } from '@visactor/vrender-core'; -import type { - ContinuousPlayerAttributes, - DiscretePlayerAttributes, - IDiscretePlayer -} from '@visactor/vrender-components'; +import type { ContinuousPlayerAttributes, DiscretePlayerAttributes } from '@visactor/vrender-components'; // eslint-disable-next-line no-duplicate-imports // eslint-disable-next-line no-duplicate-imports import { ContinuousPlayer, DiscretePlayer } from '@visactor/vrender-components'; @@ -93,28 +89,28 @@ export class Player extends Component implements IPlayer { play() { // FIXME: unite IDiscretePlayer and IContinuousPlayer interface in vis-component - const player = this.getGroupGraphicItem() as unknown as IDiscretePlayer; + const player = this.getGroupGraphicItem() as unknown as DiscretePlayer; player.play(); return this; } pause() { // FIXME: unite IDiscretePlayer and IContinuousPlayer interface in vis-component - const player = this.getGroupGraphicItem() as unknown as IDiscretePlayer; + const player = this.getGroupGraphicItem() as unknown as DiscretePlayer; player.pause(); return this; } backward() { // FIXME: unite IDiscretePlayer and IContinuousPlayer interface in vis-component - const player = this.getGroupGraphicItem() as unknown as IDiscretePlayer; + const player = this.getGroupGraphicItem() as unknown as DiscretePlayer; player.backward(); return this; } forward() { // FIXME: unite IDiscretePlayer and IContinuousPlayer interface in vis-component - const player = this.getGroupGraphicItem() as unknown as IDiscretePlayer; + const player = this.getGroupGraphicItem() as unknown as DiscretePlayer; player.forward(); return this; } From a1394298a0ee30345b2ad314332e8f058b97949a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Sep 2024 02:08:05 +0000 Subject: [PATCH 3/3] build: release version 0.14.1 --- ...a-support-valueField_2024-08-21-11-41.json | 10 -- .../feat-sankey-inverse_2024-08-28-03-43.json | 11 --- ...x-morphing-animation_2024-08-29-11-16.json | 11 --- ...x-willReadFrequently_2024-08-21-01-32.json | 11 --- .../perf-label-merge_2024-08-28-06-32.json | 10 -- common/config/rush/pnpm-lock.yaml | 96 +++++++++---------- common/config/rush/version-policies.json | 2 +- docs/dev-demos/package.json | 20 ++-- docs/site/package.json | 22 ++--- packages/vgrammar-coordinate/package.json | 4 +- packages/vgrammar-core/CHANGELOG.json | 24 +++++ packages/vgrammar-core/CHANGELOG.md | 19 +++- packages/vgrammar-core/package.json | 6 +- packages/vgrammar-full/package.json | 18 ++-- packages/vgrammar-hierarchy/package.json | 6 +- packages/vgrammar-plot/package.json | 8 +- packages/vgrammar-projection/package.json | 6 +- packages/vgrammar-sankey/package.json | 6 +- packages/vgrammar-util/package.json | 2 +- packages/vgrammar-venn/package.json | 6 +- .../vgrammar-wordcloud-shape/package.json | 6 +- packages/vgrammar-wordcloud/package.json | 6 +- packages/vgrammar/package.json | 4 +- 23 files changed, 151 insertions(+), 163 deletions(-) delete mode 100644 common/changes/@visactor/vgrammar-core/feat-hierarchy-data-support-valueField_2024-08-21-11-41.json delete mode 100644 common/changes/@visactor/vgrammar-core/feat-sankey-inverse_2024-08-28-03-43.json delete mode 100644 common/changes/@visactor/vgrammar-core/fix-morphing-animation_2024-08-29-11-16.json delete mode 100644 common/changes/@visactor/vgrammar-core/fix-willReadFrequently_2024-08-21-01-32.json delete mode 100644 common/changes/@visactor/vgrammar-core/perf-label-merge_2024-08-28-06-32.json diff --git a/common/changes/@visactor/vgrammar-core/feat-hierarchy-data-support-valueField_2024-08-21-11-41.json b/common/changes/@visactor/vgrammar-core/feat-hierarchy-data-support-valueField_2024-08-21-11-41.json deleted file mode 100644 index 583e3637..00000000 --- a/common/changes/@visactor/vgrammar-core/feat-hierarchy-data-support-valueField_2024-08-21-11-41.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vgrammar-core", - "comment": "feat: treemap transform supports custom valueField", - "type": "none" - } - ], - "packageName": "@visactor/vgrammar-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vgrammar-core/feat-sankey-inverse_2024-08-28-03-43.json b/common/changes/@visactor/vgrammar-core/feat-sankey-inverse_2024-08-28-03-43.json deleted file mode 100644 index dfbd42ac..00000000 --- a/common/changes/@visactor/vgrammar-core/feat-sankey-inverse_2024-08-28-03-43.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: support inverse of sankey\n\n", - "type": "none", - "packageName": "@visactor/vgrammar-core" - } - ], - "packageName": "@visactor/vgrammar-core", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vgrammar-core/fix-morphing-animation_2024-08-29-11-16.json b/common/changes/@visactor/vgrammar-core/fix-morphing-animation_2024-08-29-11-16.json deleted file mode 100644 index e04693f7..00000000 --- a/common/changes/@visactor/vgrammar-core/fix-morphing-animation_2024-08-29-11-16.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: fix error of no animation when direction change\n\n", - "type": "none", - "packageName": "@visactor/vgrammar-core" - } - ], - "packageName": "@visactor/vgrammar-core", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vgrammar-core/fix-willReadFrequently_2024-08-21-01-32.json b/common/changes/@visactor/vgrammar-core/fix-willReadFrequently_2024-08-21-01-32.json deleted file mode 100644 index 575105f1..00000000 --- a/common/changes/@visactor/vgrammar-core/fix-willReadFrequently_2024-08-21-01-32.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: fix warning about `willReadFrequently`\n\n", - "type": "none", - "packageName": "@visactor/vgrammar-core" - } - ], - "packageName": "@visactor/vgrammar-core", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vgrammar-core/perf-label-merge_2024-08-28-06-32.json b/common/changes/@visactor/vgrammar-core/perf-label-merge_2024-08-28-06-32.json deleted file mode 100644 index 375b7d26..00000000 --- a/common/changes/@visactor/vgrammar-core/perf-label-merge_2024-08-28-06-32.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vgrammar-core", - "comment": "perf: optimize performance of label component", - "type": "none" - } - ], - "packageName": "@visactor/vgrammar-core" -} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 1e3dc11b..2561ddb0 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -9,16 +9,16 @@ importers: specifiers: '@internal/eslint-config': workspace:* '@internal/ts-config': workspace:* - '@visactor/vgrammar': workspace:0.14.0 - '@visactor/vgrammar-coordinate': workspace:0.14.0 - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-hierarchy': workspace:0.14.0 - '@visactor/vgrammar-plot': workspace:0.14.0 - '@visactor/vgrammar-projection': workspace:0.14.0 - '@visactor/vgrammar-sankey': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vgrammar-wordcloud': workspace:0.14.0 - '@visactor/vgrammar-wordcloud-shape': workspace:0.14.0 + '@visactor/vgrammar': workspace:0.14.1 + '@visactor/vgrammar-coordinate': workspace:0.14.1 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-hierarchy': workspace:0.14.1 + '@visactor/vgrammar-plot': workspace:0.14.1 + '@visactor/vgrammar-projection': workspace:0.14.1 + '@visactor/vgrammar-sankey': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 + '@visactor/vgrammar-wordcloud': workspace:0.14.1 + '@visactor/vgrammar-wordcloud-shape': workspace:0.14.1 '@visactor/vrender': 0.20.1 '@visactor/vrender-core': 0.20.1 '@visactor/vrender-kits': 0.20.1 @@ -60,17 +60,17 @@ importers: '@types/markdown-it': ^13.0.0 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vgrammar': workspace:0.14.0 - '@visactor/vgrammar-coordinate': workspace:0.14.0 - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-hierarchy': workspace:0.14.0 - '@visactor/vgrammar-plot': workspace:0.14.0 - '@visactor/vgrammar-projection': workspace:0.14.0 - '@visactor/vgrammar-sankey': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 - '@visactor/vgrammar-venn': workspace:0.14.0 - '@visactor/vgrammar-wordcloud': workspace:0.14.0 - '@visactor/vgrammar-wordcloud-shape': workspace:0.14.0 + '@visactor/vgrammar': workspace:0.14.1 + '@visactor/vgrammar-coordinate': workspace:0.14.1 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-hierarchy': workspace:0.14.1 + '@visactor/vgrammar-plot': workspace:0.14.1 + '@visactor/vgrammar-projection': workspace:0.14.1 + '@visactor/vgrammar-sankey': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 + '@visactor/vgrammar-venn': workspace:0.14.1 + '@visactor/vgrammar-wordcloud': workspace:0.14.1 + '@visactor/vgrammar-wordcloud-shape': workspace:0.14.1 '@visactor/vrender': 0.20.1 '@visactor/vrender-core': 0.20.1 '@visactor/vrender-kits': 0.20.1 @@ -153,7 +153,7 @@ importers: '@types/d3-geo': ^1.11.1 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vgrammar-core': workspace:0.14.0 + '@visactor/vgrammar-core': workspace:0.14.1 d3-array: 1.x eslint: ~8.18.0 jest: ~29.5.0 @@ -191,7 +191,7 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vgrammar-util': workspace:0.14.0 + '@visactor/vgrammar-util': workspace:0.14.1 '@visactor/vutils': ~0.18.15 eslint: ~8.18.0 jest: ~29.5.0 @@ -229,8 +229,8 @@ importers: '@types/jest': ~29.5.0 '@types/node': '*' '@visactor/vdataset': ~0.18.15 - '@visactor/vgrammar-coordinate': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 + '@visactor/vgrammar-coordinate': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 '@visactor/vrender-components': 0.20.1 '@visactor/vrender-core': 0.20.1 '@visactor/vrender-kits': 0.20.1 @@ -279,14 +279,14 @@ importers: '@types/jest': ~29.5.0 '@types/node': '*' '@types/node-fetch': 2.6.4 - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-hierarchy': workspace:0.14.0 - '@visactor/vgrammar-plot': workspace:0.14.0 - '@visactor/vgrammar-projection': workspace:0.14.0 - '@visactor/vgrammar-sankey': workspace:0.14.0 - '@visactor/vgrammar-venn': workspace:0.14.0 - '@visactor/vgrammar-wordcloud': workspace:0.14.0 - '@visactor/vgrammar-wordcloud-shape': workspace:0.14.0 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-hierarchy': workspace:0.14.1 + '@visactor/vgrammar-plot': workspace:0.14.1 + '@visactor/vgrammar-projection': workspace:0.14.1 + '@visactor/vgrammar-sankey': workspace:0.14.1 + '@visactor/vgrammar-venn': workspace:0.14.1 + '@visactor/vgrammar-wordcloud': workspace:0.14.1 + '@visactor/vgrammar-wordcloud-shape': workspace:0.14.1 d3-array: 1.x eslint: ~8.18.0 form-data: ~4.0.0 @@ -338,8 +338,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 '@visactor/vrender-core': 0.20.1 '@visactor/vrender-kits': 0.20.1 '@visactor/vutils': ~0.18.15 @@ -382,9 +382,9 @@ importers: '@types/d3-geo': ^1.11.1 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vgrammar-coordinate': workspace:0.14.0 - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 + '@visactor/vgrammar-coordinate': workspace:0.14.1 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 '@visactor/vrender-components': 0.20.1 '@visactor/vrender-core': 0.20.1 '@visactor/vrender-kits': 0.20.1 @@ -435,8 +435,8 @@ importers: '@types/d3-geo': ^1.11.1 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 '@visactor/vutils': ~0.18.15 d3-array: 1.x d3-geo: ^1.12.1 @@ -479,8 +479,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 '@visactor/vrender-core': 0.20.1 '@visactor/vrender-kits': 0.20.1 '@visactor/vutils': ~0.18.15 @@ -559,8 +559,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 '@visactor/vrender-core': 0.20.1 '@visactor/vrender-kits': 0.20.1 '@visactor/vutils': ~0.18.15 @@ -602,8 +602,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 '@visactor/vrender-core': 0.20.1 '@visactor/vrender-kits': 0.20.1 '@visactor/vutils': ~0.18.15 @@ -645,8 +645,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vgrammar-core': workspace:0.14.0 - '@visactor/vgrammar-util': workspace:0.14.0 + '@visactor/vgrammar-core': workspace:0.14.1 + '@visactor/vgrammar-util': workspace:0.14.1 '@visactor/vrender-core': 0.20.1 '@visactor/vrender-kits': 0.20.1 '@visactor/vscale': ~0.18.15 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 4ea913d0..fc6dd661 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.14.0","mainProject":"@visactor/vgrammar-core","nextBump":"minor"}] +[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.14.1","mainProject":"@visactor/vgrammar-core","nextBump":"patch"}] diff --git a/docs/dev-demos/package.json b/docs/dev-demos/package.json index b0445da8..47afb3a5 100644 --- a/docs/dev-demos/package.json +++ b/docs/dev-demos/package.json @@ -12,14 +12,14 @@ "@internal/eslint-config": "workspace:*", "@internal/ts-config": "workspace:*", "@visactor/vutils": "~0.18.15", - "@visactor/vgrammar": "workspace:0.14.0", - "@visactor/vgrammar-core": "workspace:0.14.0", - "@visactor/vgrammar-hierarchy": "workspace:0.14.0", - "@visactor/vgrammar-sankey": "workspace:0.14.0", - "@visactor/vgrammar-projection": "workspace:0.14.0", - "@visactor/vgrammar-wordcloud": "workspace:0.14.0", - "@visactor/vgrammar-wordcloud-shape": "workspace:0.14.0", - "@visactor/vgrammar-plot": "workspace:0.14.0", + "@visactor/vgrammar": "workspace:0.14.1", + "@visactor/vgrammar-core": "workspace:0.14.1", + "@visactor/vgrammar-hierarchy": "workspace:0.14.1", + "@visactor/vgrammar-sankey": "workspace:0.14.1", + "@visactor/vgrammar-projection": "workspace:0.14.1", + "@visactor/vgrammar-wordcloud": "workspace:0.14.1", + "@visactor/vgrammar-wordcloud-shape": "workspace:0.14.1", + "@visactor/vgrammar-plot": "workspace:0.14.1", "@visactor/vrender-core": "0.20.1", "@visactor/vrender-kits": "0.20.1", "@visactor/vrender": "0.20.1", @@ -27,8 +27,8 @@ "lodash": "4.17.21", "typescript": "4.9.5", "vite": "3.2.6", - "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vgrammar-coordinate": "workspace:0.14.0", + "@visactor/vgrammar-util": "workspace:0.14.1", + "@visactor/vgrammar-coordinate": "workspace:0.14.1", "@vitejs/plugin-react": "3.1.0" } } diff --git a/docs/site/package.json b/docs/site/package.json index 3c7a52b5..cb2d3db8 100644 --- a/docs/site/package.json +++ b/docs/site/package.json @@ -14,17 +14,17 @@ "dependencies": { "@arco-design/web-react": "2.46.1", "@visactor/vutils": "~0.18.15", - "@visactor/vgrammar": "workspace:0.14.0", - "@visactor/vgrammar-core": "workspace:0.14.0", - "@visactor/vgrammar-hierarchy": "workspace:0.14.0", - "@visactor/vgrammar-sankey": "workspace:0.14.0", - "@visactor/vgrammar-projection": "workspace:0.14.0", - "@visactor/vgrammar-wordcloud": "workspace:0.14.0", - "@visactor/vgrammar-wordcloud-shape": "workspace:0.14.0", - "@visactor/vgrammar-plot": "workspace:0.14.0", - "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vgrammar-coordinate": "workspace:0.14.0", - "@visactor/vgrammar-venn": "workspace:0.14.0", + "@visactor/vgrammar": "workspace:0.14.1", + "@visactor/vgrammar-core": "workspace:0.14.1", + "@visactor/vgrammar-hierarchy": "workspace:0.14.1", + "@visactor/vgrammar-sankey": "workspace:0.14.1", + "@visactor/vgrammar-projection": "workspace:0.14.1", + "@visactor/vgrammar-wordcloud": "workspace:0.14.1", + "@visactor/vgrammar-wordcloud-shape": "workspace:0.14.1", + "@visactor/vgrammar-plot": "workspace:0.14.1", + "@visactor/vgrammar-util": "workspace:0.14.1", + "@visactor/vgrammar-coordinate": "workspace:0.14.1", + "@visactor/vgrammar-venn": "workspace:0.14.1", "@visactor/vrender-core": "0.20.1", "@visactor/vrender-kits": "0.20.1", "@visactor/vrender": "0.20.1", diff --git a/packages/vgrammar-coordinate/package.json b/packages/vgrammar-coordinate/package.json index 2d6259f7..96bc7327 100644 --- a/packages/vgrammar-coordinate/package.json +++ b/packages/vgrammar-coordinate/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-coordinate", - "version": "0.14.0", + "version": "0.14.1", "description": "Coordinates for VGrammar", "keywords": [ "coordinate", @@ -35,7 +35,7 @@ }, "dependencies": { "@visactor/vutils": "~0.18.15", - "@visactor/vgrammar-util": "workspace:0.14.0" + "@visactor/vgrammar-util": "workspace:0.14.1" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vgrammar-core/CHANGELOG.json b/packages/vgrammar-core/CHANGELOG.json index c54d1a47..8e1f11e5 100644 --- a/packages/vgrammar-core/CHANGELOG.json +++ b/packages/vgrammar-core/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@visactor/vgrammar-core", "entries": [ + { + "version": "0.14.1", + "tag": "@visactor/vgrammar-core_v0.14.1", + "date": "Mon, 02 Sep 2024 02:02:24 GMT", + "comments": { + "none": [ + { + "comment": "feat: treemap transform supports custom valueField" + }, + { + "comment": "feat: support inverse of sankey\n\n" + }, + { + "comment": "fix: fix error of no animation when direction change\n\n" + }, + { + "comment": "fix: fix warning about `willReadFrequently`\n\n" + }, + { + "comment": "perf: optimize performance of label component" + } + ] + } + }, { "version": "0.14.0", "tag": "@visactor/vgrammar-core_v0.14.0", diff --git a/packages/vgrammar-core/CHANGELOG.md b/packages/vgrammar-core/CHANGELOG.md index 13d0a3d8..79e54927 100644 --- a/packages/vgrammar-core/CHANGELOG.md +++ b/packages/vgrammar-core/CHANGELOG.md @@ -1,6 +1,23 @@ # Change Log - @visactor/vgrammar-core -This log was last generated on Thu, 15 Aug 2024 08:29:53 GMT and should not be manually modified. +This log was last generated on Mon, 02 Sep 2024 02:02:24 GMT and should not be manually modified. + +## 0.14.1 +Mon, 02 Sep 2024 02:02:24 GMT + +### Updates + +- feat: treemap transform supports custom valueField +- feat: support inverse of sankey + + +- fix: fix error of no animation when direction change + + +- fix: fix warning about `willReadFrequently` + + +- perf: optimize performance of label component ## 0.14.0 Thu, 15 Aug 2024 08:29:53 GMT diff --git a/packages/vgrammar-core/package.json b/packages/vgrammar-core/package.json index 8d2e4970..f8037558 100644 --- a/packages/vgrammar-core/package.json +++ b/packages/vgrammar-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-core", - "version": "0.14.0", + "version": "0.14.1", "description": "VGrammar is a visual grammar library", "keywords": [ "grammar", @@ -37,8 +37,8 @@ "dependencies": { "@visactor/vutils": "~0.18.15", "@visactor/vdataset": "~0.18.15", - "@visactor/vgrammar-coordinate": "workspace:0.14.0", - "@visactor/vgrammar-util": "workspace:0.14.0", + "@visactor/vgrammar-coordinate": "workspace:0.14.1", + "@visactor/vgrammar-util": "workspace:0.14.1", "@visactor/vscale": "~0.18.15", "@visactor/vrender-core": "0.20.1", "@visactor/vrender-kits": "0.20.1", diff --git a/packages/vgrammar-full/package.json b/packages/vgrammar-full/package.json index 4025d584..559db514 100644 --- a/packages/vgrammar-full/package.json +++ b/packages/vgrammar-full/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-full", - "version": "0.14.0", + "version": "0.14.1", "description": "full packages of vgrammar.", "keywords": [ "visualization", @@ -33,14 +33,14 @@ "test": "" }, "dependencies": { - "@visactor/vgrammar-core": "workspace:0.14.0", - "@visactor/vgrammar-hierarchy": "workspace:0.14.0", - "@visactor/vgrammar-plot": "workspace:0.14.0", - "@visactor/vgrammar-projection": "workspace:0.14.0", - "@visactor/vgrammar-sankey": "workspace:0.14.0", - "@visactor/vgrammar-wordcloud": "workspace:0.14.0", - "@visactor/vgrammar-wordcloud-shape": "workspace:0.14.0", - "@visactor/vgrammar-venn": "workspace:0.14.0" + "@visactor/vgrammar-core": "workspace:0.14.1", + "@visactor/vgrammar-hierarchy": "workspace:0.14.1", + "@visactor/vgrammar-plot": "workspace:0.14.1", + "@visactor/vgrammar-projection": "workspace:0.14.1", + "@visactor/vgrammar-sankey": "workspace:0.14.1", + "@visactor/vgrammar-wordcloud": "workspace:0.14.1", + "@visactor/vgrammar-wordcloud-shape": "workspace:0.14.1", + "@visactor/vgrammar-venn": "workspace:0.14.1" }, "devDependencies": { "d3-array": "1.x", diff --git a/packages/vgrammar-hierarchy/package.json b/packages/vgrammar-hierarchy/package.json index abf03818..329664f4 100644 --- a/packages/vgrammar-hierarchy/package.json +++ b/packages/vgrammar-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-hierarchy", - "version": "0.14.0", + "version": "0.14.1", "description": "Layout of hierarchical data for VGrammar", "keywords": [ "hierarchy", @@ -39,8 +39,8 @@ }, "dependencies": { "@visactor/vutils": "~0.18.15", - "@visactor/vgrammar-core": "workspace:0.14.0", - "@visactor/vgrammar-util": "workspace:0.14.0", + "@visactor/vgrammar-core": "workspace:0.14.1", + "@visactor/vgrammar-util": "workspace:0.14.1", "@visactor/vrender-core": "0.20.1", "@visactor/vrender-kits": "0.20.1" }, diff --git a/packages/vgrammar-plot/package.json b/packages/vgrammar-plot/package.json index 84b6ac87..8c95dee2 100644 --- a/packages/vgrammar-plot/package.json +++ b/packages/vgrammar-plot/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-plot", - "version": "0.14.0", + "version": "0.14.1", "description": "Plots of vgrammar.", "keywords": [ "plot", @@ -36,9 +36,9 @@ "dependencies": { "@visactor/vscale": "~0.18.15", "@visactor/vutils": "~0.18.15", - "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vgrammar-coordinate": "workspace:0.14.0", - "@visactor/vgrammar-core": "workspace:0.14.0", + "@visactor/vgrammar-util": "workspace:0.14.1", + "@visactor/vgrammar-coordinate": "workspace:0.14.1", + "@visactor/vgrammar-core": "workspace:0.14.1", "@visactor/vrender-components": "0.20.1", "@visactor/vrender-core": "0.20.1", "@visactor/vrender-kits": "0.20.1" diff --git a/packages/vgrammar-projection/package.json b/packages/vgrammar-projection/package.json index 244f5a46..742d0792 100644 --- a/packages/vgrammar-projection/package.json +++ b/packages/vgrammar-projection/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-projection", - "version": "0.14.0", + "version": "0.14.1", "description": "Projections for map, used in VGrammar.", "keywords": [ "projection", @@ -35,8 +35,8 @@ }, "dependencies": { "@visactor/vutils": "~0.18.15", - "@visactor/vgrammar-util": "workspace:0.14.0", - "@visactor/vgrammar-core": "workspace:0.14.0", + "@visactor/vgrammar-util": "workspace:0.14.1", + "@visactor/vgrammar-core": "workspace:0.14.1", "d3-geo": "^1.12.1" }, "devDependencies": { diff --git a/packages/vgrammar-sankey/package.json b/packages/vgrammar-sankey/package.json index 2ab197bc..73483eae 100644 --- a/packages/vgrammar-sankey/package.json +++ b/packages/vgrammar-sankey/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-sankey", - "version": "0.14.0", + "version": "0.14.1", "description": "Layout of sankey chart, used by VGrammar", "keywords": [ "sankey", @@ -37,8 +37,8 @@ }, "dependencies": { "@visactor/vutils": "~0.18.15", - "@visactor/vgrammar-core": "workspace:0.14.0", - "@visactor/vgrammar-util": "workspace:0.14.0", + "@visactor/vgrammar-core": "workspace:0.14.1", + "@visactor/vgrammar-util": "workspace:0.14.1", "@visactor/vrender-core": "0.20.1", "@visactor/vrender-kits": "0.20.1" }, diff --git a/packages/vgrammar-util/package.json b/packages/vgrammar-util/package.json index fc6ce196..fe496e9a 100644 --- a/packages/vgrammar-util/package.json +++ b/packages/vgrammar-util/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-util", - "version": "0.14.0", + "version": "0.14.1", "description": "The common utils functions of VGrammar", "keywords": [ "utils", diff --git a/packages/vgrammar-venn/package.json b/packages/vgrammar-venn/package.json index a9a8552d..a8a4e2bd 100644 --- a/packages/vgrammar-venn/package.json +++ b/packages/vgrammar-venn/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-venn", - "version": "0.14.0", + "version": "0.14.1", "description": "Venn layout transform for VGrammar", "keywords": [ "venn", @@ -34,8 +34,8 @@ "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" }, "dependencies": { - "@visactor/vgrammar-core": "workspace:0.14.0", - "@visactor/vgrammar-util": "workspace:0.14.0", + "@visactor/vgrammar-core": "workspace:0.14.1", + "@visactor/vgrammar-util": "workspace:0.14.1", "@visactor/vrender-core": "0.20.1", "@visactor/vrender-kits": "0.20.1", "@visactor/vutils": "~0.18.15" diff --git a/packages/vgrammar-wordcloud-shape/package.json b/packages/vgrammar-wordcloud-shape/package.json index 18b5975e..a0f65466 100644 --- a/packages/vgrammar-wordcloud-shape/package.json +++ b/packages/vgrammar-wordcloud-shape/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-wordcloud-shape", - "version": "0.14.0", + "version": "0.14.1", "description": "Layout WordCloud in specified shape, this is a transform for VGrammar.", "keywords": [ "wordcloud", @@ -36,8 +36,8 @@ "dependencies": { "@visactor/vutils": "~0.18.15", "@visactor/vscale": "~0.18.15", - "@visactor/vgrammar-core": "workspace:0.14.0", - "@visactor/vgrammar-util": "workspace:0.14.0", + "@visactor/vgrammar-core": "workspace:0.14.1", + "@visactor/vgrammar-util": "workspace:0.14.1", "@visactor/vrender-core": "0.20.1", "@visactor/vrender-kits": "0.20.1" }, diff --git a/packages/vgrammar-wordcloud/package.json b/packages/vgrammar-wordcloud/package.json index fb0e2091..dda21a75 100644 --- a/packages/vgrammar-wordcloud/package.json +++ b/packages/vgrammar-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar-wordcloud", - "version": "0.14.0", + "version": "0.14.1", "description": "WordCloud layout transform for VGrammar", "keywords": [ "wordcloud", @@ -35,8 +35,8 @@ }, "dependencies": { "@visactor/vutils": "~0.18.15", - "@visactor/vgrammar-core": "workspace:0.14.0", - "@visactor/vgrammar-util": "workspace:0.14.0", + "@visactor/vgrammar-core": "workspace:0.14.1", + "@visactor/vgrammar-util": "workspace:0.14.1", "@visactor/vrender-core": "0.20.1", "@visactor/vrender-kits": "0.20.1" }, diff --git a/packages/vgrammar/package.json b/packages/vgrammar/package.json index 78e855e5..1ae72af6 100644 --- a/packages/vgrammar/package.json +++ b/packages/vgrammar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vgrammar", - "version": "0.14.0", + "version": "0.14.1", "description": "simple package of vgrammar.", "keywords": [ "visualization", @@ -30,7 +30,7 @@ "test": "" }, "dependencies": { - "@visactor/vgrammar-core": "workspace:0.14.0" + "@visactor/vgrammar-core": "workspace:0.14.1" }, "devDependencies": { "d3-array": "1.x",