Skip to content

Commit

Permalink
build: prelease version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent bc7f105 commit 58c991b
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 89 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@visactor/vtable/develop_2023-12-14-03-48.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@visactor/vtable/develop_2023-12-14-12-04.json

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":"0.16.3","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.17.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
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": "0.16.3",
"version": "0.17.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": "0.16.3",
"version": "0.17.0",
"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": "0.16.3",
"version": "0.17.0",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -84,4 +84,4 @@
"axios": "^1.4.0",
"@types/react-is": "^17.0.3"
}
}
}
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": "0.17.0",
"tag": "@visactor/vtable_v0.17.0",
"date": "Fri, 15 Dec 2023 11:23:08 GMT",
"comments": {
"none": [
{
"comment": "feat: add option showGrandTotalsOnTop #650\n\n"
},
{
"comment": "feat: optimize diffCellIndices in toggleHierarchyState()"
},
{
"comment": "fix: fix right frozen adaptive problem"
},
{
"comment": "feat: add disableAxisHover config"
},
{
"comment": "feat: optimize computeTextWidth() in pivot table"
},
{
"comment": "fix: fix disableHover bottom frozen hover error"
},
{
"comment": "fix: fix rowUpdatePos update in updateRow()"
},
{
"comment": "refactor: dropdownMenu hide #727\n\n"
}
]
}
},
{
"version": "0.16.3",
"tag": "@visactor/vtable_v0.16.3",
Expand Down
20 changes: 19 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log - @visactor/vtable

This log was last generated on Wed, 13 Dec 2023 11:43:30 GMT and should not be manually modified.
This log was last generated on Fri, 15 Dec 2023 11:23:08 GMT and should not be manually modified.

## 0.17.0
Fri, 15 Dec 2023 11:23:08 GMT

### Updates

- feat: add option showGrandTotalsOnTop #650


- feat: optimize diffCellIndices in toggleHierarchyState()
- fix: fix right frozen adaptive problem
- feat: add disableAxisHover config
- feat: optimize computeTextWidth() in pivot table
- fix: fix disableHover bottom frozen hover error
- fix: fix rowUpdatePos update in updateRow()
- refactor: dropdownMenu hide #727



## 0.16.3
Wed, 13 Dec 2023 11:43:30 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": "0.16.3",
"version": "0.17.0",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down

0 comments on commit 58c991b

Please sign in to comment.