Skip to content
Merged

Main #5059

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.

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.23.3","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.24.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
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.23.3",
"version": "1.24.0",
"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.23.3",
"version": "1.24.0",
"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.23.3",
"version": "1.24.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.23.3",
"version": "1.24.0",
"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.23.3",
"version": "1.24.0",
"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.23.3",
"version": "1.24.0",
"description": "canvas table width high performance",
"keywords": [
"vtable-gantt",
Expand Down
6 changes: 3 additions & 3 deletions packages/vtable-plugins/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ module.exports = {
coverageThreshold: isCI
? {
global: {
branches: 80,
branches: 65,
functions: 80,
lines: 80,
statements: 80
lines: 78,
statements: 78
}
}
: undefined,
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.23.3",
"version": "1.24.0",
"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.23.3",
"version": "1.24.0",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-sheet",
"version": "1.23.3",
"version": "1.24.0",
"description": "Lightweight editable spreadsheet component based on VTable",
"keywords": [
"vtable-sheet",
Expand Down
26 changes: 26 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.24.0",
"tag": "@visactor/vtable_v1.24.0",
"date": "Wed, 18 Mar 2026 09:15:31 GMT",
"comments": {
"none": [
{
"comment": "fix: groupBy with frozenColCount and enableTreeStickCell usage problem\n\n"
},
{
"comment": "fix: when just has only one column groupTitle not show\n\n"
},
{
"comment": "fix: checkbox cell render error when set groupBy with rowSeriesNumber\n\n"
}
],
"minor": [
{
"comment": "feat: gantt weekend column width support setting\n\n"
},
{
"comment": "feat: add undo/redo to sheet\n\n"
}
]
}
},
{
"version": "1.23.3",
"tag": "@visactor/vtable_v1.23.3",
Expand Down
26 changes: 25 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Change Log - @visactor/vtable

This log was last generated on Wed, 04 Mar 2026 07:23:19 GMT and should not be manually modified.
This log was last generated on Wed, 18 Mar 2026 09:15:31 GMT and should not be manually modified.

## 1.24.0
Wed, 18 Mar 2026 09:15:31 GMT

### Minor changes

- feat: gantt weekend column width support setting


- feat: add undo/redo to sheet



### Updates

- fix: groupBy with frozenColCount and enableTreeStickCell usage problem


- fix: when just has only one column groupTitle not show


- fix: checkbox cell render error when set groupBy with rowSeriesNumber



## 1.23.3
Wed, 04 Mar 2026 07:23:19 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.23.3",
"version": "1.24.0",
"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.23.3",
"version": "1.24.0",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down
Loading