Skip to content

Commit

Permalink
build: prelease version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent 49cdc60 commit f0c3f17
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 152 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.

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.15.4","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.16.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.15.4",
"version": "0.16.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"
}
}
}
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.15.4",
"version": "0.16.0",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
53 changes: 53 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,59 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.16.0",
"tag": "@visactor/vtable_v0.16.0",
"date": "Fri, 08 Dec 2023 09:27:10 GMT",
"comments": {
"none": [
{
"comment": "fix: updateOption to update updateEventBinder\n\n"
},
{
"comment": "fix: columnResizeType: all invalid\n\n"
},
{
"comment": "docs: refix lineheight description\n\n"
},
{
"comment": "fix: fix tree structure bottom frozen update"
},
{
"comment": "feat: axis support chart padding config"
},
{
"comment": "fix: fix limit column width adaptive update"
},
{
"comment": "fix: fix table range when container resize"
},
{
"comment": "feat: optimize pivot header performance"
},
{
"comment": "fix: fix table frame shadow color"
},
{
"comment": "fix: fix scroll position update problem"
},
{
"comment": "feat: add axis theme"
},
{
"comment": "feat: overlay default and hover colors"
}
],
"minor": [
{
"comment": "feat: add api addRecords\n\n"
},
{
"comment": "feat: add api delRecords\n\n"
}
]
}
},
{
"version": "0.15.4",
"tag": "@visactor/vtable_v0.15.4",
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,39 @@
# Change Log - @visactor/vtable

This log was last generated on Fri, 01 Dec 2023 10:28:56 GMT and should not be manually modified.
This log was last generated on Fri, 08 Dec 2023 09:27:10 GMT and should not be manually modified.

## 0.16.0
Fri, 08 Dec 2023 09:27:10 GMT

### Minor changes

- feat: add api addRecords


- feat: add api delRecords



### Updates

- fix: updateOption to update updateEventBinder


- fix: columnResizeType: all invalid


- docs: refix lineheight description


- fix: fix tree structure bottom frozen update
- feat: axis support chart padding config
- fix: fix limit column width adaptive update
- fix: fix table range when container resize
- feat: optimize pivot header performance
- fix: fix table frame shadow color
- fix: fix scroll position update problem
- feat: add axis theme
- feat: overlay default and hover colors

## 0.15.4
Fri, 01 Dec 2023 10:28:56 GMT
Expand Down
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.15.4",
"version": "0.16.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 f0c3f17

Please sign in to comment.