Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #2794

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Main #2794

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.10.3","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.10.4","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.10.3",
"version": "1.10.4",
"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.10.3",
"version": "1.10.4",
"description": "The react version of VTable",
"keywords": [
"react",
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.10.3",
"version": "1.10.4",
"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.10.3",
"version": "1.10.4",
"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.10.3",
"version": "1.10.4",
"description": "canvas table width high performance",
"keywords": [
"vtable-gantt",
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.10.3",
"version": "1.10.4",
"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.10.4",
"tag": "@visactor/vtable_v1.10.4",
"date": "Thu, 07 Nov 2024 13:33:17 GMT",
"comments": {
"none": [
{
"comment": "fix: when markline date less then minDate should not show #2689\n\n"
},
{
"comment": "feat: gantt dependency line support tree node #2701\n\n"
},
{
"comment": "fix: pivot table header icon display incorrect #2735\n\n"
},
{
"comment": "fix: parse axes config error when user set axes #2749\n\n"
},
{
"comment": "feat: when drag on header can select cells continuous #2751\n\n"
},
{
"comment": "fix: cellType set funciton occor error #2754\n\n"
},
{
"comment": "fix: when pivot cell type set chart not data cell render error #2758\n\n"
},
{
"comment": "fix: legend problems #2764 #2755\n\n"
},
{
"comment": "fix: create task shedule date error #2771\n\n"
},
{
"comment": "fix: fix cellLocation in pivot-table #2694"
},
{
"comment": "fix: fix menu scale pos problem #2734"
},
{
"comment": "fix: fix tree frozen row problem #2619"
}
]
}
},
{
"version": "1.10.3",
"tag": "@visactor/vtable_v1.10.3",
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 Fri, 01 Nov 2024 03:33:15 GMT and should not be manually modified.
This log was last generated on Thu, 07 Nov 2024 13:33:17 GMT and should not be manually modified.

## 1.10.4
Thu, 07 Nov 2024 13:33:17 GMT

### Updates

- fix: when markline date less then minDate should not show #2689


- feat: gantt dependency line support tree node #2701


- fix: pivot table header icon display incorrect #2735


- fix: parse axes config error when user set axes #2749


- feat: when drag on header can select cells continuous #2751


- fix: cellType set funciton occor error #2754


- fix: when pivot cell type set chart not data cell render error #2758


- fix: legend problems #2764 #2755


- fix: create task shedule date error #2771


- fix: fix cellLocation in pivot-table #2694
- fix: fix menu scale pos problem #2734
- fix: fix tree frozen row problem #2619

## 1.10.3
Fri, 01 Nov 2024 03:33:15 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.10.3",
"version": "1.10.4",
"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.10.3",
"version": "1.10.4",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down
Loading