Skip to content

Commit

Permalink
build: prelease version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2023
1 parent 39809c1 commit 048fe5e
Show file tree
Hide file tree
Showing 14 changed files with 77 additions and 94 deletions.

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/feat-react_2023-11-23-04-15.json

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
"definitionName": "lockStepVersion",
"policyName": "vtableMain",
"version": "0.14.3",
"version": "0.15.0",
"mainProject": "@visactor/vtable",
"nextBump": "minor"
}
]
]
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": "0.14.3",
"version": "0.15.0",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -96,4 +96,4 @@
"axios": "^1.4.0",
"@types/react-is": "^17.0.3"
}
}
}
4 changes: 2 additions & 2 deletions 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.14.3",
"version": "0.15.0",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -65,4 +65,4 @@
"name": "VisActor",
"url": "https://www.visactor.io/"
}
}
}
35 changes: 35 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.15.0",
"tag": "@visactor/vtable_v0.15.0",
"date": "Fri, 24 Nov 2023 12:06:58 GMT",
"comments": {
"minor": [
{
"comment": "feat: add event copy_data #551\n\n"
},
{
"comment": "feat: add column with min limit #590\nOpen\n\n"
},
{
"comment": "feat: edit text value with inputEditor\n\n"
},
{
"comment": "feat: add react-vtable"
}
],
"patch": [
{
"comment": "fix: compute col width when large count col with sampling the frozen bottom rows is not computed\n\n"
},
{
"comment": "fix: fix cell position mismatch problems when bodyRowCount is 0 #596\n\n"
},
{
"comment": "fix/fix cell role judgement in updateCellGroupContent()"
},
{
"comment": "fix: fix text mark x in updateCell()"
}
]
}
},
{
"version": "0.14.3",
"tag": "@visactor/vtable_v0.14.3",
Expand Down
35 changes: 34 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Change Log - @visactor/vtable

This log was last generated on Fri, 17 Nov 2023 08:33:08 GMT and should not be manually modified.
This log was last generated on Fri, 24 Nov 2023 12:06:58 GMT and should not be manually modified.

## 0.15.0
Fri, 24 Nov 2023 12:06:58 GMT

### Minor changes

- feat: add event copy_data #551


- feat: add column with min limit #590
Open


- feat: edit text value with inputEditor


- feat: add react-vtable

### Patches

- fix: compute col width when large count col with sampling the frozen bottom rows is not computed


- fix: fix cell position mismatch problems when bodyRowCount is 0 #596


- fix/fix cell role judgement in updateCellGroupContent()
- fix: fix text mark x in updateCell()

## 0.14.3
Fri, 17 Nov 2023 08:33:08 GMT
Expand Down Expand Up @@ -336,3 +364,8 @@ Wed, 05 Jul 2023 06:55:19 GMT
- feat: add resize event response
- alpha

### Updates

- none
- update vrender version

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": "0.14.3",
"version": "0.15.0",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -123,4 +123,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}

0 comments on commit 048fe5e

Please sign in to comment.