Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Dec 8, 2023
2 parents f0c3f17 + ab4e39d commit 92152bd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
10 changes: 9 additions & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.16.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
[
{
"definitionName": "lockStepVersion",
"policyName": "vtableMain",
"version": "0.16.0",
"mainProject": "@visactor/vtable",
"nextBump": "minor"
}
]
2 changes: 1 addition & 1 deletion packages/react-vtable/package.json
Original file line number Diff line number Diff line change
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
Expand Up @@ -65,4 +65,4 @@
"name": "VisActor",
"url": "https://www.visactor.io/"
}
}
}
2 changes: 1 addition & 1 deletion packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,4 +620,4 @@
}
}
]
}
}
10 changes: 4 additions & 6 deletions packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ Fri, 08 Dec 2023 09:27:10 GMT
- feat: add api delRecords


This log was last generated on Fri, 08 Dec 2023 09:17:16 GMT and should not be manually modified.

## 0.15.5
Fri, 08 Dec 2023 09:17:16 GMT

### 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
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}

0 comments on commit 92152bd

Please sign in to comment.