Skip to content
Merged

Main #4436

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

28 changes: 14 additions & 14 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "vchartMain",
"version": "2.0.13",
"version": "2.0.14",
"mainProject": "@visactor/vchart",
"nextBump": "patch"
}
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/openinula-vchart": "workspace:2.0.14",
"@visactor/react-vchart": "workspace:2.0.14",
"@visactor/vchart": "workspace:2.0.14",
"@visactor/vchart-extension": "workspace:2.0.14",
"@visactor/openinula-vchart": "workspace:2.0.15",
"@visactor/react-vchart": "workspace:2.0.15",
"@visactor/vchart": "workspace:2.0.15",
"@visactor/vchart-extension": "workspace:2.0.15",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~1.0.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/block-vchart/block/vchart/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/harmony_vchart/library/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name: '@visactor/harmony-vchart',
version: '2.0.14',
version: '2.0.15',
description: '@visactor/vchart 针对 harmonyOS 打造的图表库,拥有非常酷炫的动画能力,近20种图表类型,以及原生的渲染性能',
main: 'Index.ets',
author: {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lark-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/lark-vchart",
"version": "2.0.14",
"version": "2.0.15",
"description": "VChart 飞书小程序组件",
"main": "index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/lark-vchart/src/vchart/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/openinula-vchart",
"version": "2.0.14",
"version": "2.0.15",
"sideEffects": false,
"description": "The openinula version of VChart 4.x",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:2.0.14",
"@visactor/vchart": "workspace:2.0.15",
"@visactor/vutils": "~1.0.12",
"@visactor/vrender-core": "~1.0.40",
"@visactor/vrender-kits": "~1.0.40",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vchart",
"version": "2.0.14",
"version": "2.0.15",
"sideEffects": false,
"description": "The react version of VChart 4.x",
"keywords": [
Expand Down Expand Up @@ -28,8 +28,8 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:2.0.14",
"@visactor/vchart-extension": "workspace:2.0.14",
"@visactor/vchart": "workspace:2.0.15",
"@visactor/vchart-extension": "workspace:2.0.15",
"@visactor/vutils": "~1.0.12",
"@visactor/vrender-core": "~1.0.40",
"@visactor/vrender-kits": "~1.0.40",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/taro-vchart",
"version": "2.0.14",
"version": "2.0.15",
"description": "Taro VChart 图表组件",
"sideEffects": false,
"main": "esm/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"license": "MIT",
"dependencies": {
"@visactor/vchart": "workspace:2.0.14",
"@visactor/vchart-extension": "workspace:2.0.14"
"@visactor/vchart": "workspace:2.0.15",
"@visactor/vchart-extension": "workspace:2.0.15"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/tt-vchart/src/vchart/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-extension",
"version": "2.0.14",
"version": "2.0.15",
"description": "vchart extension package, including extension plugins and components",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -25,7 +25,7 @@
"@visactor/vrender-kits": "~1.0.40",
"@visactor/vrender-components": "~1.0.40",
"@visactor/vrender-animate": "~1.0.40",
"@visactor/vchart": "workspace:2.0.14",
"@visactor/vchart": "workspace:2.0.15",
"@visactor/vutils": "~1.0.12",
"@visactor/vdataset": "~1.0.12",
"@visactor/vlayouts": "~1.0.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-schema",
"version": "2.0.14",
"version": "2.0.15",
"description": "The VChart JSON schema file.",
"sideEffects": false,
"main": "vchart.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-types",
"version": "2.0.14",
"version": "2.0.15",
"description": "Provide the type declarations of VChart.",
"sideEffects": false,
"main": "types/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/vchart/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@visactor/vchart",
"entries": [
{
"version": "2.0.14",
"tag": "@visactor/vchart_v2.0.14",
"date": "Fri, 30 Jan 2026 03:53:56 GMT",
"comments": {
"none": [
{
"comment": "fix: fix issue of wordCloud\n\n"
},
{
"comment": "fix: fix style of react-vchart tooltip render\n\n"
}
]
}
},
{
"version": "2.0.13",
"tag": "@visactor/vchart_v2.0.13",
Expand Down
14 changes: 13 additions & 1 deletion packages/vchart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log - @visactor/vchart

This log was last generated on Wed, 21 Jan 2026 12:36:39 GMT and should not be manually modified.
This log was last generated on Fri, 30 Jan 2026 03:53:56 GMT and should not be manually modified.

## 2.0.14
Fri, 30 Jan 2026 03:53:56 GMT

### Updates

- fix: fix issue of wordCloud


- fix: fix style of react-vchart tooltip render



## 2.0.13
Wed, 21 Jan 2026 12:36:39 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart/dist/index-wx-simple.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart",
"version": "2.0.14",
"version": "2.0.15",
"description": "charts lib based @visactor/VGrammar",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -126,7 +126,7 @@
"@visactor/vrender-kits": "~1.0.40",
"@visactor/vrender-components": "~1.0.40",
"@visactor/vrender-animate": "~1.0.40",
"@visactor/vutils-extension": "workspace:2.0.14"
"@visactor/vutils-extension": "workspace:2.0.15"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/vutils-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vutils-extension",
"version": "2.0.14",
"version": "2.0.15",
"description": "The extension module for VUtil from VisActor",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/wx-vchart/miniprogram/src/vchart/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/wx-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/wx-vchart",
"version": "2.0.14",
"version": "2.0.15",
"description": "",
"main": "index.js",
"miniprogram": ".",
Expand Down
4 changes: 2 additions & 2 deletions tools/bugserver-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts"
},
"dependencies": {
"@visactor/vchart": "workspace:2.0.14",
"@visactor/vchart-extension": "workspace:2.0.14"
"@visactor/vchart": "workspace:2.0.15",
"@visactor/vchart-extension": "workspace:2.0.15"
},
"devDependencies": {
"@rushstack/eslint-patch": "~1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion tools/story-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@visactor/vrender-core": "~1.0.40",
"@visactor/vrender-kits": "~1.0.40",
"@visactor/vchart": "workspace:2.0.14",
"@visactor/vchart": "workspace:2.0.15",
"@visactor/vrender": "~1.0.40",
"@visactor/vutils": "~1.0.12"
}
Expand Down
Loading