Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
eb072e6
Merge pull request #4053 from VisActor/main
fangsmile Jun 16, 2025
c69a258
docs: generate changelog of release v1.19.0
fangsmile Jun 16, 2025
e9b8ad9
chore: update change log
fangsmile Jun 17, 2025
2f0b8ff
Merge pull request #4054 from VisActor/docs/generate-changelog-v1.19.0
fangsmile Jun 17, 2025
2109a8a
chore: update github ci
fangsmile Jun 17, 2025
c9def80
fix(containerFit): the calculation of row heights and canvas draw ra…
Jun 17, 2025
3c47460
fix: copy not work when after copy tooltip text #3968
fangsmile Jun 18, 2025
15f264a
docs: update changlog of rush
fangsmile Jun 18, 2025
66c6eb8
fix(containerFit): the calculation of col widths and canvas draw ran…
Jun 18, 2025
41b3f8d
fix: display configuration after cell icon loading failure
Jun 18, 2025
0a9e9d9
chore: update vrender 1.0.4 fix animation bug
fangsmile Jun 18, 2025
3158546
docs: update changlog of rush
fangsmile Jun 18, 2025
f8947a8
fix: copy not work when after copy tooltip text #3968
fangsmile Jun 18, 2025
123341f
chore: update vrender verison to fix animation bug
fangsmile Jun 18, 2025
2679475
fix: fix the issue where the icon configuration is not effective when…
Jun 19, 2025
cf1cab9
fix: fix the issue where the icon configuration is not effective when…
Jun 19, 2025
a48ec16
docs: update changlog of rush
Jun 19, 2025
2a79a70
Merge pull request #4069 from VisActor/fix/animation-error
fangsmile Jun 19, 2025
c9aba94
Merge pull request #4076 from VisActor/develop
fangsmile Jun 19, 2025
5e37c23
fix(gantt): gantt export image
Violet2314 Jun 19, 2025
5eff737
fix(gantt): gantt export image
Violet2314 Jun 19, 2025
b660d3d
fix(gantt): gantt export image
Violet2314 Jun 19, 2025
e57a293
fix: size exceeds
Jun 20, 2025
c65fa23
Merge pull request #4063 from VisActor/fix/copy-not-work-3968
fangsmile Jun 20, 2025
903a2c0
Merge pull request #4067 from 7dingdang0/perf/cell-icon-failure-config
fangsmile Jun 20, 2025
d22e2ab
Merge pull request #4078 from Violet2314/feat/gantt-export
fangsmile Jun 20, 2025
ae8261c
Merge pull request #4068 from 7dingdang0/fix/container-fit-calculate
fangsmile Jun 20, 2025
a503a3b
fix: compatible with base class definitions
Jun 20, 2025
6e4c03a
Merge pull request #4081 from 7dingdang0/fix/cell-icon-failure-config
fangsmile Jun 20, 2025
534cacf
Merge pull request #4074 from alonesmall/processBar
fangsmile Jun 20, 2025
d7bff56
Merge pull request #4080 from VisActor/fix/container-fit-calculate
fangsmile Jun 20, 2025
1342f82
Merge pull request #4082 from VisActor/feat/processBar-with-icon
fangsmile Jun 20, 2025
dbe23ee
Rename 3337-feat-add-containerFit_2025-06-13-06-29.jseaon to 3337-fea…
fangsmile Jun 20, 2025
8e76339
build: prelease version 1.19.1
github-actions[bot] Jun 20, 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
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ body:

For usage questions, please use the following resources:

- Read the [docs](https://www.visactor.io/)
- Find in [examples](https://www.visactor.io/)
- Read the [docs](https://www.visactor.io/vtable)
- Find in [examples](https://www.visactor.io/vtable/example)
- Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/visactor)

For non-technical support or general questions, you can email [xuanhun521@126.com](mailto:xuanhun521@126.com).
Expand Down Expand Up @@ -41,7 +41,7 @@ body:
attributes:
label: Link to Minimal Reproduction
description: |
If the reproduction does not need a build setup, please provide a link to [Official Editor](TODO), [JSFiddle](TODO), [JSBin](https://jsbin.com/) or [CodePen](TODO). If it requires a build setup, you can use [CodeSandbox](https://codesandbox.io/p/sandbox/vtable-bug-report-dd9pfl?file=%2Fsrc%2Findex.ts%3A57%2C11) or provide a GitHub repo.
If the reproduction does not need a build setup, please provide a link to [Official Editor](https://www.visactor.io/vtable/demo/table-type/list-table), [codesandbox](https://codesandbox.io/p/sandbox/vtable-list-table-jw8yr8). If it requires a build setup, you can use [CodeSandbox](https://codesandbox.io/p/sandbox/vtable-bug-report-dd9pfl?file=%2Fsrc%2Findex.ts%3A57%2C11) or provide a GitHub repo.
The reproduction should be **minimal** - i.e. it should contain only the bare minimum amount of code needed to show the bug.
Please do not just fill in a random link. The issue will be closed if no valid reproduction is provided. [Why?](https://antfu.me/posts/why-reproductions-are-required)

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feaure_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ body:

For usage questions, please use the following resources:

- Read the [docs](https://www.visactor.io/)
- Find in [examples](https://www.visactor.io//)
- Read the [docs](https://www.visactor.io/vtable)
- Find in [examples](https://www.visactor.io/vtable/example)
- Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/visactors)

For non-technical support or general questions, you can email [xuanhun521@126.com](mailto:xuanhun521@126.com).
Expand Down
52 changes: 30 additions & 22 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
{
"version": "0.1.0",
"configurations": [
{
"name": "generate documents",
"port": 9229,
"program": "${workspaceFolder}/docs/libs/template-parse/build.js",
"args": ["--env", "dev", "--watch"],
"request": "launch",
"skipFiles": ["<node_internals>/**"],
"type": "pwa-node"
},
{
"name": "unit test",
"type": "pwa-node",
"request": "launch",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": ["${file}"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}
"version": "0.1.0",
"configurations": [
{
"name": "generate documents",
"port": 9229,
"program": "${workspaceFolder}/docs/libs/template-parse/build.js",
"args": [
"--env",
"dev",
"--watch"
],
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
},
{
"name": "unit test",
"type": "pwa-node",
"request": "launch",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": [
"${file}"
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}

This file was deleted.

Loading