Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
74d85e1
docs: update marker point style and state docs
skie1997 Dec 22, 2025
7e9242a
docs: add demos for disappear animation
Dec 24, 2025
7ac8515
chore: fix type problem
Dec 24, 2025
c60ac82
Merge pull request #4381 from VisActor/main
xile611 Dec 25, 2025
1613706
docs: generate changelog of release v2.0.12 [skip ci]
xuefei1313 Dec 25, 2025
eb5db72
Update release notes for versions 2.0.11 and 2.0.12
xuefei1313 Dec 25, 2025
6defe2d
Update release notes for version 2.0.11
xuefei1313 Dec 25, 2025
04b3681
Update print statement from 'Hello' to 'Goodbye'
xuefei1313 Dec 25, 2025
f90392c
Merge pull request #4382 from VisActor/docs/generate-changelog-v2.0.12
xuefei1313 Dec 25, 2025
2cfaa89
Merge pull request #4369 from VisActor/docs/mark-point-style-and-stat…
xuefei1313 Dec 26, 2025
dc83ec9
Merge pull request #4374 from VisActor/docs/exit-animation-demo
xuefei1313 Dec 26, 2025
ae58dee
fix: fix issue about showTooltip when stage transformed
xuefei1313 Dec 30, 2025
3a78087
Merge pull request #4393 from VisActor/fix/fix-showTooltip-when-stage…
xuefei1313 Jan 5, 2026
38efd91
fix: fix issue of showTooltip in map chart
xuefei1313 Jan 5, 2026
9fb25b3
fix: fix issue of showTooltip in map chart
xuefei1313 Jan 5, 2026
f91c456
Merge pull request #4396 from VisActor/fix/fix-issue-of-map-tooltip
xuefei1313 Jan 6, 2026
bfb4ed1
chore: update base node version to 20+
xile611 Jan 8, 2026
08d7905
fix: fix bundler.config.js of react-vchart
xile611 Jan 8, 2026
7c71e5a
chore: fix bundler error of react-vchart
xile611 Jan 8, 2026
47680f3
Merge pull request #4402 from VisActor/chore/update-node-version
xuefei1313 Jan 8, 2026
ad3affe
fix: fix issue of animation state
xuefei1313 Jan 6, 2026
e5a7783
chore: update lock
xuefei1313 Jan 8, 2026
9860fc8
Merge pull request #4398 from VisActor/fix/fix-animation-state
xuefei1313 Jan 8, 2026
41e31c3
build: release version 2.0.13 [skip ci]
xuefei1313 Jan 8, 2026
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
4 changes: 2 additions & 2 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
*/
"globalOverrides": {
"@types/node": "18.19.0"
"@types/node": "20.14.10"
// "@visactor/vutils": "1.0.6",
// "@visactor/vlayouts": "1.0.6",
// "@visactor/vdataset": "1.0.6",
Expand Down Expand Up @@ -196,4 +196,4 @@
// },
// "pnpm": { "futurePnpmFeature": true }
}
}
}
Loading