Skip to content

Commit

Permalink
Merge pull request #2050 from VisActor/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
fangsmile committed Jul 5, 2024
2 parents d221ca6 + 80aae0b commit 02743b5
Show file tree
Hide file tree
Showing 19 changed files with 77 additions and 113 deletions.

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.4.2","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.5.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.4.2",
"version": "1.5.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.4.2",
"version": "1.5.0",
"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.4.2",
"version": "1.5.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.4.2",
"version": "1.5.0",
"description": "The export 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.4.2",
"version": "1.5.0",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
41 changes: 41 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.5.0",
"tag": "@visactor/vtable_v1.5.0",
"date": "Fri, 05 Jul 2024 10:43:51 GMT",
"comments": {
"none": [
{
"comment": "feat: add showMoverLine and hideMoverLine api #2009\n\n"
},
{
"comment": "fix: pivot chart select state #2017\n\n"
},
{
"comment": "fix: disable select and edit input should move when input is outside of table #2039\n\n"
},
{
"comment": "fix: last column resize width error #2040\n\n"
},
{
"comment": "fix: fix test judgement in customMergeCell #2031"
},
{
"comment": "fix: fix selected highlight update when scrolling #2028"
},
{
"comment": "fix: fix select-rect update when scroll #2015"
},
{
"comment": "fix: fix frozen cell update problem in sort #1997"
}
],
"minor": [
{
"comment": "feat: add formatExcelJSCell config in vtable-export #1989"
},
{
"comment": "feat: optimize package size & add load on demand feature"
}
]
}
},
{
"version": "1.4.2",
"tag": "@visactor/vtable_v1.4.2",
Expand Down
29 changes: 28 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Change Log - @visactor/vtable

This log was last generated on Tue, 02 Jul 2024 12:48:08 GMT and should not be manually modified.
This log was last generated on Fri, 05 Jul 2024 10:43:51 GMT and should not be manually modified.

## 1.5.0
Fri, 05 Jul 2024 10:43:51 GMT

### Minor changes

- feat: add formatExcelJSCell config in vtable-export #1989
- feat: optimize package size & add load on demand feature

### Updates

- feat: add showMoverLine and hideMoverLine api #2009


- fix: pivot chart select state #2017


- fix: disable select and edit input should move when input is outside of table #2039


- fix: last column resize width error #2040


- fix: fix test judgement in customMergeCell #2031
- fix: fix selected highlight update when scrolling #2028
- fix: fix select-rect update when scroll #2015
- fix: fix frozen cell update problem in sort #1997

## 1.4.2
Tue, 02 Jul 2024 12:48:08 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.4.2",
"version": "1.5.0",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -132,4 +132,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}

0 comments on commit 02743b5

Please sign in to comment.