Skip to content
Merged

Main #3547

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.

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.17.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.17.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.17.0",
"version": "1.17.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.17.0",
"version": "1.17.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.17.0",
"version": "1.17.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.17.0",
"version": "1.17.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.17.0",
"version": "1.17.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.17.0",
"version": "1.17.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.17.0",
"version": "1.17.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.17.0",
"version": "1.17.1",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
33 changes: 33 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.17.1",
"tag": "@visactor/vtable_v1.17.1",
"date": "Sun, 09 Mar 2025 12:30:39 GMT",
"comments": {
"none": [
{
"comment": "feat: pivot table add api setLoadingHierarchyState #3469\n\n"
},
{
"comment": "fix: mobile drill icon state update #3485\n\n"
},
{
"comment": "feat: add validateDragOrderOnEnd on dragOrder option #3493\n\n"
},
{
"comment": "feat: sortByIndicatorRule support sortFunc #3508\n\n"
},
{
"comment": "chore: update vrender version\n\n"
},
{
"comment": "feat: gantt chart support create markline\n\n"
},
{
"comment": "feat: customCellStyle supports functional config #3483"
},
{
"comment": "fix: active right button interactive #3482"
}
]
}
},
{
"version": "1.17.0",
"tag": "@visactor/vtable_v1.17.0",
Expand Down
28 changes: 27 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Change Log - @visactor/vtable

This log was last generated on Wed, 26 Feb 2025 11:11:06 GMT and should not be manually modified.
This log was last generated on Sun, 09 Mar 2025 12:30:39 GMT and should not be manually modified.

## 1.17.1
Sun, 09 Mar 2025 12:30:39 GMT

### Updates

- feat: pivot table add api setLoadingHierarchyState #3469


- fix: mobile drill icon state update #3485


- feat: add validateDragOrderOnEnd on dragOrder option #3493


- feat: sortByIndicatorRule support sortFunc #3508


- chore: update vrender version


- feat: gantt chart support create markline


- feat: customCellStyle supports functional config #3483
- fix: active right button interactive #3482

## 1.17.0
Wed, 26 Feb 2025 11:11: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.17.0",
"version": "1.17.1",
"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.17.0",
"version": "1.17.1",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down
Loading