Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
bc5373d
fix: fix issue with global listen keydown
neuqzxy Mar 21, 2025
8b4a99a
Merge pull request #1786 from VisActor/sync/main-0.22.6
xile611 Mar 21, 2025
c440308
fix: fix issue with edit while first character is \n
neuqzxy Mar 21, 2025
71447ce
fix: fix bug of event detailPath
xuefei1313 Mar 25, 2025
7daf6e1
chore: add rush upgrade plugin
neuqzxy Mar 29, 2025
2a47474
feat: update autoinstallers with pnpm 10.7.0 compatible lockfiles
neuqzxy Mar 29, 2025
6ef9d37
fix: fix end event of drag
xile611 Mar 31, 2025
8fbef1f
docs: update changlog of rush
xile611 Mar 31, 2025
c6e7755
feat: poptip support poptipAnchor and positionBounds
neuqzxy Mar 31, 2025
83102a3
feat: poptip position support array
neuqzxy Mar 31, 2025
ca3d771
feat: markLine and markArea support multiple labels
kkxxkk2019 Mar 31, 2025
09476e6
chore: update demos
kkxxkk2019 Mar 31, 2025
da94dd9
feat: enhance poptip top, left, right, bottom to dynamic offset
neuqzxy Mar 31, 2025
e959009
fix: fix multiple events of drag
xile611 Apr 1, 2025
26f61f8
feat: richtext support space to make horizontal space
neuqzxy Apr 1, 2025
6cbc6c3
feat: richtext character support dx and dy
neuqzxy Apr 1, 2025
34a0bd4
Merge pull request #1790 from VisActor/feat/upgrade-rush
neuqzxy Apr 1, 2025
82f214e
Merge pull request #1788 from VisActor/fix/fix-bug-of-event-detailPath
neuqzxy Apr 1, 2025
5eb50df
Merge pull request #1793 from VisActor/feat/poptip-anchor
neuqzxy Apr 1, 2025
8d8df00
chore(types): add type definitions for Vue custom DOM render configur…
Apr 1, 2025
4df2e2a
Merge pull request #1787 from VisActor/fix/richtext-editmodule
neuqzxy Apr 1, 2025
514f755
Merge pull request #1795 from VisActor/feat/richtext-enhance
neuqzxy Apr 1, 2025
95b4e70
fix: fix drag of data zoom
xile611 Apr 2, 2025
098f2ea
feat: support start polygon, fix issue with gradient-color
neuqzxy Apr 2, 2025
e7e870b
fix: fix switch defalut direction
Rui-Sun Apr 2, 2025
1228ebf
fix: fix default behavior in mobile
xile611 Apr 2, 2025
851e2cd
fix: release of datazoom should remove event handler
xile611 Apr 2, 2025
b2eb6d9
fix: fix issue with crash when pass string anchor
neuqzxy Apr 8, 2025
97b6fa4
fix: fix issue with loop call getAnchor when pass the scaleCenter
neuqzxy Apr 9, 2025
ca2e1b2
Merge pull request #1801 from VisActor/fix/anchor
neuqzxy Apr 9, 2025
7aa65b7
Merge pull request #1799 from VisActor/fix/switch-direction
neuqzxy Apr 9, 2025
c8a0788
fix: fix issue with bounds while verticalDirection setted
neuqzxy Apr 10, 2025
8ba290a
Merge pull request #1798 from VisActor/feat/star
neuqzxy Apr 10, 2025
e81f28f
Merge pull request #1794 from VisActor/feat/markArea-multiple-labels
neuqzxy Apr 10, 2025
eb52ff4
feat: axis label obb autoHide support `separation` config
xiaoluoHe Apr 2, 2025
26e8904
feat: upgrade vutils from 0.19.4 to 0.19.5
xiaoluoHe Apr 10, 2025
deaf21d
fix: aabbSepration type error
xiaoluoHe Apr 10, 2025
fcf2ed3
docs: update changelog of rush
xiaoluoHe Apr 10, 2025
34a10f3
Merge pull request #1805 from VisActor/feat/obb-separation
xile611 Apr 11, 2025
5c333bc
Merge pull request #1791 from VisActor/fix/slider-scrollbar-drag-end
xile611 Apr 11, 2025
abea9e7
Merge pull request #1803 from VisActor/fix/verticalDirection-bounds
neuqzxy Apr 11, 2025
6c89d8e
Merge pull request #1796 from 7dingdang0/types/add-vue-dom-render-config
neuqzxy Apr 11, 2025
e9ceee5
fix: fix type issue
neuqzxy Apr 11, 2025
5179117
build: prelease version 0.22.7
github-actions[bot] Apr 11, 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
2 changes: 1 addition & 1 deletion common/autoinstallers/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@microsoft/rush-lib": "5.94.1",
"@microsoft/rush-lib": "5.148.0",
"chalk": "4.1.2",
"fast-glob": "3.2.11",
"minimist": "1.2.6",
Expand Down
6,755 changes: 3,936 additions & 2,819 deletions common/autoinstallers/create/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/autoinstallers/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@microsoft/rush-lib": "5.94.1",
"@microsoft/rush-lib": "5.148.0",
"chalk": "4.1.2",
"commitizen": "4.2.5",
"eslint": "~8.18.0",
Expand Down
Loading
Loading