Skip to content

Commit

Permalink
build: prelease version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent 9100577 commit 8b463b8
Show file tree
Hide file tree
Showing 25 changed files with 103 additions and 179 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.

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
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "vtableMain",
"version": "1.6.2",
"version": "1.6.3",
"mainProject": "@visactor/vtable",
"nextBump": "patch"
}
Expand Down
4 changes: 2 additions & 2 deletions 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.6.2",
"version": "1.6.3",
"description": "The openinula version of VTable",
"keywords": [
"openinula",
Expand Down Expand Up @@ -93,4 +93,4 @@
"peerDependencies": {
"openinula": "~0.1.2-SNAPSHOT"
}
}
}
4 changes: 2 additions & 2 deletions 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.6.2",
"version": "1.6.3",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -101,4 +101,4 @@
"@arco-design/web-react": "2.60.2",
"@types/react-reconciler": "0.28.8"
}
}
}
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.6.2",
"version": "1.6.3",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.2",
"version": "1.6.3",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -87,4 +87,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
4 changes: 2 additions & 2 deletions 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.6.2",
"version": "1.6.3",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -83,4 +83,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
59 changes: 58 additions & 1 deletion packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,63 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.6.3",
"tag": "@visactor/vtable_v1.6.3",
"date": "Thu, 29 Aug 2024 12:00:16 GMT",
"comments": {
"none": [
{
"comment": "refactor: scroll event add argument #2249\n\n"
},
{
"comment": "fix: handle with change header postion event #2299\n\n"
},
{
"comment": "refactor: changeCellValue can modify raw record #2305\n\n"
},
{
"comment": "fix: pivot tree can not show value and expand tree occor error #2306\n\n"
},
{
"comment": "fix: set titleOnDimension all sort can not run #2278\n\n"
},
{
"comment": "feat: add formatCopyValue config"
},
{
"comment": "feat: add parentElement config in tooltip #2290"
},
{
"comment": "fix: add judgement in array find function #2289"
},
{
"comment": "fix: fix frozen column custom component clip"
},
{
"comment": "fix: fix cellLocation in top frozen row #2267"
},
{
"comment": "fix: fix list-table group mode style update problem"
},
{
"comment": "fix: fix menu auto hide when page crolled #2241"
},
{
"comment": "fix: fix progress bar cell textAlign update #2225"
},
{
"comment": "fix: fix umd package problem in react-vtable #2244"
},
{
"comment": "fix: fix right frozen size in updateContainerAttrWidthAndX() #2243"
},
{
"comment": "fix: fix leftRowSeriesNumberColumnCount error in getBodyLayoutRangeById() #2234"
}
]
}
},
{
"version": "1.6.2",
"tag": "@visactor/vtable_v1.6.2",
Expand Down Expand Up @@ -2611,4 +2668,4 @@
}
}
]
}
}
34 changes: 33 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
# Change Log - @visactor/vtable

This log was last generated on Thu, 22 Aug 2024 12:27:03 GMT and should not be manually modified.
This log was last generated on Thu, 29 Aug 2024 12:00:16 GMT and should not be manually modified.

## 1.6.3
Thu, 29 Aug 2024 12:00:16 GMT

### Updates

- refactor: scroll event add argument #2249


- fix: handle with change header postion event #2299


- refactor: changeCellValue can modify raw record #2305


- fix: pivot tree can not show value and expand tree occor error #2306


- fix: set titleOnDimension all sort can not run #2278


- feat: add formatCopyValue config
- feat: add parentElement config in tooltip #2290
- fix: add judgement in array find function #2289
- fix: fix frozen column custom component clip
- fix: fix cellLocation in top frozen row #2267
- fix: fix list-table group mode style update problem
- fix: fix menu auto hide when page crolled #2241
- fix: fix progress bar cell textAlign update #2225
- fix: fix umd package problem in react-vtable #2244
- fix: fix right frozen size in updateContainerAttrWidthAndX() #2243
- fix: fix leftRowSeriesNumberColumnCount error in getBodyLayoutRangeById() #2234

## 1.6.2
Thu, 22 Aug 2024 12:27:03 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.6.2",
"version": "1.6.3",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -133,4 +133,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}

0 comments on commit 8b463b8

Please sign in to comment.