Skip to content
Merged

Main #4053

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.

11 changes: 0 additions & 11 deletions common/changes/@visactor/vtable/develop_2025-05-27-11-26.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.18.5","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.19.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
4 changes: 2 additions & 2 deletions packages/openinula-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/openinula-vtable",
"version": "1.18.5",
"version": "1.19.0",
"description": "The openinula version of VTable",
"keywords": [
"openinula",
Expand Down Expand Up @@ -93,4 +93,4 @@
"peerDependencies": {
"openinula": "~0.1.2-SNAPSHOT"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vtable",
"version": "1.18.5",
"version": "1.19.0",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -101,4 +101,4 @@
"@arco-design/web-react": "2.60.2",
"@types/react-reconciler": "0.28.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/vtable-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-calendar",
"version": "1.18.5",
"version": "1.19.0",
"description": "The calendar component of VTable",
"author": {
"name": "VisActor",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-editors",
"version": "1.18.5",
"version": "1.19.0",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-export",
"version": "1.18.5",
"version": "1.19.0",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -87,4 +87,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/vtable-gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-gantt",
"version": "1.18.5",
"version": "1.19.0",
"description": "canvas table width high performance",
"keywords": [
"vtable-gantt",
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-plugins",
"version": "1.18.5",
"version": "1.19.0",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -91,4 +91,4 @@
"rollup-plugin-node-resolve": "5.2.0",
"@types/lodash": "4.14.182"
}
}
}
4 changes: 2 additions & 2 deletions packages/vtable-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-search",
"version": "1.18.5",
"version": "1.19.0",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -83,4 +83,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
32 changes: 32 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.19.0",
"tag": "@visactor/vtable_v1.19.0",
"date": "Mon, 16 Jun 2025 12:04:55 GMT",
"comments": {
"none": [
{
"comment": "fix: some taskShowMode should compute all row height on vtable #4011\n\n"
},
{
"comment": "fix: group release so gif can stop animation #4029\n\n"
},
{
"comment": "Merge branch develop into docs/wps-fill-handle\n"
},
{
"comment": "feat: add task-bar minSize config #4016"
},
{
"comment": "docs: 增加wps填充柄插件\n\n"
},
{
"comment": "docs: update changlog of rush\n\n"
}
],
"minor": [
{
"comment": "chore: update vrender 1.0.0\n\n"
}
]
}
},
{
"version": "1.18.5",
"tag": "@visactor/vtable_v1.18.5",
Expand Down
29 changes: 28 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Change Log - @visactor/vtable

This log was last generated on Fri, 06 Jun 2025 09:57:33 GMT and should not be manually modified.
This log was last generated on Mon, 16 Jun 2025 12:04:55 GMT and should not be manually modified.

## 1.19.0
Mon, 16 Jun 2025 12:04:55 GMT

### Minor changes

- chore: update vrender 1.0.0



### Updates

- fix: some taskShowMode should compute all row height on vtable #4011


- fix: group release so gif can stop animation #4029


- Merge branch develop into docs/wps-fill-handle

- feat: add task-bar minSize config #4016
- docs: 增加wps填充柄插件


- docs: update changlog of rush



## 1.18.5
Fri, 06 Jun 2025 09:57:33 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable",
"version": "1.18.5",
"version": "1.19.0",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -130,4 +130,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}
4 changes: 2 additions & 2 deletions packages/vue-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vue-vtable",
"version": "1.18.5",
"version": "1.19.0",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down Expand Up @@ -104,4 +104,4 @@
"eslint-plugin-vue": "^9.26.0",
"vue-eslint-parser": "^9.4.2"
}
}
}
Loading