Skip to content

Commit

Permalink
Merge pull request #730 from VisActor/release/0.16.3
Browse files Browse the repository at this point in the history
[Auto release] release 0.16.3
  • Loading branch information
fangsmile committed Dec 14, 2023
2 parents 0bd6249 + 622723a commit fd8e2c3
Show file tree
Hide file tree
Showing 37 changed files with 1,069 additions and 71 deletions.
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.2","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.16.3","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.16.2",
"version": "0.16.3",
"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.2",
"version": "0.16.3",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
24 changes: 24 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.16.3",
"tag": "@visactor/vtable_v0.16.3",
"date": "Wed, 13 Dec 2023 11:43:30 GMT",
"comments": {
"none": [
{
"comment": "fix: fix axis theme get function"
},
{
"comment": "feat: add enableCellPadding config in custom layout"
},
{
"comment": "feat: add column disableHover&disableSelect config"
},
{
"comment": "fix: pivot table support not number type #718\n\n"
},
{
"comment": "fix: edge cell selection border clip #716\n\n"
}
]
}
},
{
"version": "0.16.2",
"tag": "@visactor/vtable_v0.16.2",
Expand Down
17 changes: 16 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log - @visactor/vtable

This log was last generated on Wed, 13 Dec 2023 03:30:39 GMT and should not be manually modified.
This log was last generated on Wed, 13 Dec 2023 11:43:30 GMT and should not be manually modified.

## 0.16.3
Wed, 13 Dec 2023 11:43:30 GMT

### Updates

- fix: fix axis theme get function
- feat: add enableCellPadding config in custom layout
- feat: add column disableHover&disableSelect config
- fix: pivot table support not number type #718


- fix: edge cell selection border clip #716



## 0.16.2
Wed, 13 Dec 2023 03:30:39 GMT
Expand Down
Loading

0 comments on commit fd8e2c3

Please sign in to comment.