Skip to content

Commit

Permalink
build: prelease version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Rui-Sun committed Jun 12, 2024
1 parent 81c5f1f commit 7d5f476
Show file tree
Hide file tree
Showing 22 changed files with 94 additions and 145 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.

10 changes: 0 additions & 10 deletions common/changes/@visactor/vtable/fix-ellipsis_2024-06-11-08-30.json

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.2.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.0",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
50 changes: 50 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,56 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.3.0",
"tag": "@visactor/vtable_v1.3.0",
"date": "Wed, 12 Jun 2024 12:30:16 GMT",
"comments": {
"none": [
{
"comment": "refactor: memory release logic optimization #1856\n\n"
},
{
"comment": "refactor: arrow key with shift ctrl key to select cells #1873\n\n"
},
{
"comment": "fix: icon inlineEnd inlineFront x position compute error #1882\n\n"
},
{
"comment": "fix: drill down icon can not be click #1899\n\n"
},
{
"comment": "feat: add ignoreIcon&formatExportOutput config in vtable-export #1813"
},
{
"comment": "feat: add textArea editor\n\n"
},
{
"comment": "feat: add strokeColor style #1847"
},
{
"comment": "feat: add dx&dy in title component #1874"
},
{
"comment": "fix: fix frozenColCount large than colCount error #1872"
},
{
"comment": "feat: add shrinkSparklineFirst config #1862"
},
{
"comment": "fix: fix ellipsis error in _disableColumnAndRowSizeRound mode #1884"
}
],
"minor": [
{
"comment": "feat: tooltip disappear delay time #1848\n\n"
},
{
"comment": "feat: add sort config for pivotTable #1865\n\n"
}
]
}
},
{
"version": "1.2.0",
"tag": "@visactor/vtable_v1.2.0",
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 Thu, 06 Jun 2024 02:34:10 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jun 2024 12:30:16 GMT and should not be manually modified.

## 1.3.0
Wed, 12 Jun 2024 12:30:16 GMT

### Minor changes

- feat: tooltip disappear delay time #1848


- feat: add sort config for pivotTable #1865



### Updates

- refactor: memory release logic optimization #1856


- refactor: arrow key with shift ctrl key to select cells #1873


- fix: icon inlineEnd inlineFront x position compute error #1882


- fix: drill down icon can not be click #1899


- feat: add ignoreIcon&formatExportOutput config in vtable-export #1813
- feat: add textArea editor


- feat: add strokeColor style #1847
- feat: add dx&dy in title component #1874
- fix: fix frozenColCount large than colCount error #1872
- feat: add shrinkSparklineFirst config #1862
- fix: fix ellipsis error in _disableColumnAndRowSizeRound mode #1884

## 1.2.0
Thu, 06 Jun 2024 02:34:10 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.2.0",
"version": "1.3.0",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down

0 comments on commit 7d5f476

Please sign in to comment.