Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into 1740-bug-legends
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed May 24, 2024
2 parents 795553b + 6a5f177 commit ce51d50
Show file tree
Hide file tree
Showing 16 changed files with 77 additions and 43 deletions.
6 changes: 3 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Add 'vchart' label to any change within the 'vchart' package
# Add 'vtable' label to any change within the 'vtable' package
vtable:
- packages/vtable/**

# Add 'react-vchart' label to any change within the 'react-vchart' package
# Add 'react-vtable' label to any change within the 'react-vtable' package
react-vtable:
- packages/react-vtable/**

# Add 'openinula-vchart' label to any change within the 'openinula-vchart' package
# Add 'openinula-vtable' label to any change within the 'openinula-vtable' package
openinula-vtable:
- packages/openinula-vtable/**

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
pull-requests: write

steps:
- uses: actions/labeler@master
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'

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.0.0","mainProject":"@visactor/vtable","nextBump":"major"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.0.1","mainProject":"@visactor/vtable","nextBump":"patch"}]
18 changes: 18 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v1.0.1

2024-05-23


**🆕 New feature**

- **@visactor/vtable**: tree mode can set icon [#1697](https://github.com/VisActor/VTable/issues/1697)
- **@visactor/vtable**: add setRowHeight&setColWidth api

**🐛 Bug fix**

- **@visactor/vtable**: ignore cell merge in selectCells()



[more detail about v1.0.1](https://github.com/VisActor/VTable/releases/tag/v1.0.1)

# v1.0.0

2024-05-21
Expand Down
18 changes: 18 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v1.0.1

2024-05-23


**🆕 新增功能**

- **@visactor/vtable**: tree mode can set icon [#1697](https://github.com/VisActor/VTable/issues/1697)
- **@visactor/vtable**: add setRowHeight&setColWidth api

**🐛 功能修复**

- **@visactor/vtable**: ignore cell merge in selectCells()



[更多详情请查看 v1.0.1](https://github.com/VisActor/VTable/releases/tag/v1.0.1)

# v1.0.0

2024-05-21
Expand Down
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.0.0",
"version": "1.0.1",
"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.0.0",
"version": "1.0.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": "1.0.0",
"version": "1.0.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": "1.0.0",
"version": "1.0.1",
"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.0.0",
"version": "1.0.1",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
18 changes: 18 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.0.1",
"tag": "@visactor/vtable_v1.0.1",
"date": "Wed, 22 May 2024 12:21:05 GMT",
"comments": {
"none": [
{
"comment": "feat: tree mode can set icon #1697\n\n"
},
{
"comment": "fix: ignore cell merge in selectCells()"
},
{
"comment": "feat: add setRowHeight&setColWidth api"
}
]
}
},
{
"version": "1.0.0",
"tag": "@visactor/vtable_v1.0.0",
Expand Down
13 changes: 12 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log - @visactor/vtable

This log was last generated on Tue, 21 May 2024 12:41:50 GMT and should not be manually modified.
This log was last generated on Wed, 22 May 2024 12:21:05 GMT and should not be manually modified.

## 1.0.1
Wed, 22 May 2024 12:21:05 GMT

### Updates

- feat: tree mode can set icon #1697


- fix: ignore cell merge in selectCells()
- feat: add setRowHeight&setColWidth api

## 1.0.0
Tue, 21 May 2024 12:41:50 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.0.0",
"version": "1.0.1",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down

0 comments on commit ce51d50

Please sign in to comment.