Skip to content
Merged

Main #3824

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.

This file was deleted.

This file was deleted.

This file was deleted.

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.1","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.18.2","mainProject":"@visactor/vtable","nextBump":"patch"}]
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.18.2",
"description": "The openinula version of VTable",
"keywords": [
"openinula",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.18.2",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down
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.1",
"version": "1.18.2",
"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.1",
"version": "1.18.2",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.18.2",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down
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.1",
"version": "1.18.2",
"description": "canvas table width high performance",
"keywords": [
"vtable-gantt",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.18.2",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.18.2",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
39 changes: 39 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.18.2",
"tag": "@visactor/vtable_v1.18.2",
"date": "Wed, 30 Apr 2025 09:48:20 GMT",
"comments": {
"none": [
{
"comment": "refactor: change event listener with vglobal #3734\n\n"
},
{
"comment": "fix: when records is blank updateColumns api occor error #3766\n\n"
},
{
"comment": "fix: updateOption with dataSource object occor error #3768\n\n"
},
{
"comment": "refactor: plugins update progress #3788\n\n"
},
{
"comment": "fix: when hide pivot header find headerPath error #3791\n\n"
},
{
"comment": "fix: supplement adaptive widthAdaptiveMode logic #3796\n\n"
},
{
"comment": "fix: transform rotate api\n\n"
},
{
"comment": "fix: after rotate resize column interaction error\n\n"
},
{
"comment": "fix: skip serial number calculation for aggregation rows when groupBy is enabled\n\n"
},
{
"comment": "fix: hide rowSeriesNumber and checkbox in aggregation #2173\n\n"
}
]
}
},
{
"version": "1.18.1",
"tag": "@visactor/vtable_v1.18.1",
Expand Down
38 changes: 37 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
# Change Log - @visactor/vtable

This log was last generated on Mon, 21 Apr 2025 09:53:06 GMT and should not be manually modified.
This log was last generated on Wed, 30 Apr 2025 09:48:20 GMT and should not be manually modified.

## 1.18.2
Wed, 30 Apr 2025 09:48:20 GMT

### Updates

- refactor: change event listener with vglobal #3734


- fix: when records is blank updateColumns api occor error #3766


- fix: updateOption with dataSource object occor error #3768


- refactor: plugins update progress #3788


- fix: when hide pivot header find headerPath error #3791


- fix: supplement adaptive widthAdaptiveMode logic #3796


- fix: transform rotate api


- fix: after rotate resize column interaction error


- fix: skip serial number calculation for aggregation rows when groupBy is enabled


- fix: hide rowSeriesNumber and checkbox in aggregation #2173



## 1.18.1
Mon, 21 Apr 2025 09:53:06 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.1",
"version": "1.18.2",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -129,4 +129,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.18.2",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down
Loading