Skip to content
Merged

Main #4349

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.

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.19.5","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.19.6","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.19.5",
"version": "1.19.6",
"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.19.5",
"version": "1.19.6",
"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.19.5",
"version": "1.19.6",
"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.19.5",
"version": "1.19.6",
"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.19.5",
"version": "1.19.6",
"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.19.5",
"version": "1.19.6",
"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.19.5",
"version": "1.19.6",
"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.19.5",
"version": "1.19.6",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
21 changes: 21 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.19.6",
"tag": "@visactor/vtable_v1.19.6",
"date": "Fri, 08 Aug 2025 06:24:08 GMT",
"comments": {
"none": [
{
"comment": "fix: pivot table set columnHierarchyType gird expand tree error #4254\n\n"
},
{
"comment": "fix: when no records markline render error #4305\n\n"
},
{
"comment": "feat: pivot chart add columnWidthConfig option\n\n"
},
{
"comment": "refactor: add table export plugin\n\n"
}
]
}
},
{
"version": "1.19.5",
"tag": "@visactor/vtable_v1.19.5",
Expand Down
20 changes: 19 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log - @visactor/vtable

This log was last generated on Thu, 31 Jul 2025 11:30:27 GMT and should not be manually modified.
This log was last generated on Fri, 08 Aug 2025 06:24:08 GMT and should not be manually modified.

## 1.19.6
Fri, 08 Aug 2025 06:24:08 GMT

### Updates

- fix: pivot table set columnHierarchyType gird expand tree error #4254


- fix: when no records markline render error #4305


- feat: pivot chart add columnWidthConfig option


- refactor: add table export plugin



## 1.19.5
Thu, 31 Jul 2025 11:30:27 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable",
"version": "1.19.5",
"version": "1.19.6",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down
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.19.5",
"version": "1.19.6",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down
Loading