Skip to content

Commit

Permalink
build: prelease version 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent 6bc126a commit 5a96241
Show file tree
Hide file tree
Showing 19 changed files with 85 additions and 135 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.

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.20.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.20.1","mainProject":"@visactor/vtable","nextBump":"patch"}]
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.20.0",
"version": "0.20.1",
"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.20.0",
"version": "0.20.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": "0.20.0",
"version": "0.20.1",
"description": "The export 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": "0.20.1",
"tag": "@visactor/vtable_v0.20.1",
"date": "Thu, 29 Feb 2024 11:57:42 GMT",
"comments": {
"none": [
{
"comment": "fix: hideColumnsSubheader with three levels show error #1105\n\n"
},
{
"comment": "feat: add api getRecordIndexByCell #1121\n\n"
},
{
"comment": "refactor: rename resize_column_end event arguments #1129\n\n"
},
{
"comment": "refactor: api return value type\n\n"
},
{
"comment": "refactor: setRecords support restoreHierarchyState #1148\n\n"
},
{
"comment": "fix: customlayout flex render error #1163\n\n"
},
{
"comment": "refactor: vtable not stop event bubble #892"
},
{
"comment": "fix: when scroll tooltip hide #905\n\n"
},
{
"comment": "fix: fix axis innerOffset"
},
{
"comment": "fix-contextMenuItems-add-col-param"
},
{
"comment": "fix: add skipFunctionDiff in react-vtable"
},
{
"comment": "refactor: remove Circular dependency\n\n"
}
]
}
},
{
"version": "0.20.0",
"tag": "@visactor/vtable_v0.20.0",
Expand Down
36 changes: 35 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
# Change Log - @visactor/vtable

This log was last generated on Fri, 23 Feb 2024 10:06:24 GMT and should not be manually modified.
This log was last generated on Thu, 29 Feb 2024 11:57:42 GMT and should not be manually modified.

## 0.20.1
Thu, 29 Feb 2024 11:57:42 GMT

### Updates

- fix: hideColumnsSubheader with three levels show error #1105


- feat: add api getRecordIndexByCell #1121


- refactor: rename resize_column_end event arguments #1129


- refactor: api return value type


- refactor: setRecords support restoreHierarchyState #1148


- fix: customlayout flex render error #1163


- refactor: vtable not stop event bubble #892
- fix: when scroll tooltip hide #905


- fix: fix axis innerOffset
- fix-contextMenuItems-add-col-param
- fix: add skipFunctionDiff in react-vtable
- refactor: remove Circular dependency



## 0.20.0
Fri, 23 Feb 2024 10:06:24 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.20.0",
"version": "0.20.1",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down

0 comments on commit 5a96241

Please sign in to comment.