Skip to content
Merged
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.

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.16.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.16.1","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.16.0",
"version": "1.16.1",
"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.16.0",
"version": "1.16.1",
"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.16.0",
"version": "1.16.1",
"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.16.0",
"version": "1.16.1",
"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.16.0",
"version": "1.16.1",
"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.16.0",
"version": "1.16.1",
"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.16.0",
"version": "1.16.1",
"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.16.0",
"version": "1.16.1",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
45 changes: 45 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.16.1",
"tag": "@visactor/vtable_v1.16.1",
"date": "Fri, 14 Feb 2025 09:37:30 GMT",
"comments": {
"none": [
{
"comment": "refactor: progressbar type cell support customLayou #3295\n\n"
},
{
"comment": "fix: when rowHierarchyType is tree total value show on top no work #3322\n\n"
},
{
"comment": "fix: when column has custom aggregation edit cell update #3333\n\n"
},
{
"comment": "feat: add visibleOnHover setting for columnResize #3349\n\n"
},
{
"comment": "feat: gantt barStyle support function #3364\n\n"
},
{
"comment": "refactor: supplement theme frozen frameStyle border create #3400\n\n"
},
{
"comment": "fix: progress will only support number not decimals #3401\n\n"
},
{
"comment": "fix: disable auto resize column width when double clicking the column border line\n\n"
},
{
"comment": "fix: fix bodyGroup frame update #3404"
},
{
"comment": "fix: fix dom position in react-vtable #3314"
},
{
"comment": "fix: fix groupBy judgement in getHierarchyState() #3406"
},
{
"comment": "fix: fix sorted checkbox state #3394"
}
]
}
},
{
"version": "1.16.0",
"tag": "@visactor/vtable_v1.16.0",
Expand Down
36 changes: 35 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
# Change Log - @visactor/vtable

This log was last generated on Sat, 08 Feb 2025 11:35:13 GMT and should not be manually modified.
This log was last generated on Fri, 14 Feb 2025 09:37:30 GMT and should not be manually modified.

## 1.16.1
Fri, 14 Feb 2025 09:37:30 GMT

### Updates

- refactor: progressbar type cell support customLayou #3295


- fix: when rowHierarchyType is tree total value show on top no work #3322


- fix: when column has custom aggregation edit cell update #3333


- feat: add visibleOnHover setting for columnResize #3349


- feat: gantt barStyle support function #3364


- refactor: supplement theme frozen frameStyle border create #3400


- fix: progress will only support number not decimals #3401


- fix: disable auto resize column width when double clicking the column border line


- fix: fix bodyGroup frame update #3404
- fix: fix dom position in react-vtable #3314
- fix: fix groupBy judgement in getHierarchyState() #3406
- fix: fix sorted checkbox state #3394

## 1.16.0
Sat, 08 Feb 2025 11:35:13 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.16.0",
"version": "1.16.1",
"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.16.0",
"version": "1.16.1",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down
Loading