Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8a6febf
feat: support animate state refactor
neuqzxy Mar 26, 2025
8614096
feat: remove vgrammar-core
neuqzxy Mar 26, 2025
71c5d92
feat: support base effect for animation plan
neuqzxy Mar 26, 2025
4378562
feat: support base function for animate plan
neuqzxy Mar 26, 2025
25972e0
feat: setFinalAttribute by vchart
neuqzxy Mar 26, 2025
c4216bf
fix: fix issue with no animate crash
neuqzxy Mar 27, 2025
724203c
fix: fix issue with animate and no-animate scene
neuqzxy Mar 31, 2025
afff713
feat: support SequentialAnimate code load by manual
neuqzxy Mar 31, 2025
ce91543
fix: sankey custom animate
xiaoluoHe Apr 7, 2025
e26da0b
refactor: rose animate
xiaoluoHe Apr 7, 2025
5132328
refactor: custom animate for radar
xiaoluoHe Apr 8, 2025
07ed702
refactor: sankey custom animation
xiaoluoHe Apr 8, 2025
9ee9f1c
feat: animate config support array
neuqzxy Apr 8, 2025
1a165e4
feat: add lastScale to axis graphic attribute
xiaoluoHe Apr 8, 2025
95f7dac
fix: pass current scale to axis component
xiaoluoHe Apr 9, 2025
9b57342
feat: upgrade vutil to 0.19.5
neuqzxy Apr 9, 2025
3f83cbb
fix: remove g.context as customParameters strategy
neuqzxy Apr 10, 2025
3275d8a
refactor: animation params for graphic count
xiaoluoHe Apr 9, 2025
ab513ed
fix: animation issues
xiaoluoHe Apr 11, 2025
34c574b
refactor: motion path demo
xiaoluoHe Apr 11, 2025
a8b808e
refactor: animation registers
xiaoluoHe Apr 11, 2025
d246b37
fix: fix issue with vscreen
neuqzxy Apr 21, 2025
d3b3141
feat: export manualTicker
xiaoluoHe Apr 18, 2025
7cf4c5f
feat: update dependencies version
xiaoluoHe Apr 18, 2025
bb04832
fix: type error(remain 1 vrender error )
xiaoluoHe Apr 18, 2025
0db1e4c
feat: group clip animation
xiaoluoHe Apr 18, 2025
b39b6cc
fix: glyph animation
xiaoluoHe Apr 21, 2025
bba1e82
fix: animation error in progressive marks
xiaoluoHe Apr 22, 2025
a45d0af
refactor: split stragety to folder, rename _originFieldX/Y to originF…
neuqzxy Apr 27, 2025
cd6ea3a
fix: fix issue with animate planner
neuqzxy Apr 27, 2025
c0cfec7
feat: support for morphing
neuqzxy Apr 22, 2025
e997ed7
feat: rename checkMorphing to tryRunMorphing
neuqzxy Apr 22, 2025
3c50405
feat: wrap animate options to add layoutRect
neuqzxy Apr 25, 2025
8b88164
feat: remove _lastMark while release
neuqzxy Apr 27, 2025
9e2469f
feat: add annotation
neuqzxy Apr 27, 2025
acb5e1c
feat: remove spec.morph?.enable check
neuqzxy Apr 28, 2025
b677cfa
fix: fix type error
xile611 May 7, 2025
b28de82
fix: fix update of RippleMark
xile611 May 7, 2025
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
9 changes: 5 additions & 4 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@
"@visactor/vutils": "1.0.2",
"@visactor/vlayouts": "1.0.2",
"@visactor/vdataset": "1.0.2",
"@visactor/vscale": "1.0.2"
// "@visactor/vrender-core": "0.22.8",
// "@visactor/vrender-kits": "0.22.8",
// "@visactor/vrender-components": "0.22.8"
"@visactor/vscale": "1.0.2",
"@visactor/vrender-core": "1.0.0-alpha.7",
"@visactor/vrender-kits": "1.0.0-alpha.7",
"@visactor/vrender-animate": "1.0.0-alpha.7",
"@visactor/vrender-components": "1.0.0-alpha.7"
},
/**
* The `globalPeerDependencyRules` setting provides various settings for suppressing validation errors
Expand Down
Loading
Loading