Skip to content

Commit

Permalink
Merge pull request #2875 from VisActor/main
Browse files Browse the repository at this point in the history
Merge main into develop
  • Loading branch information
Rui-Sun authored Nov 20, 2024
2 parents d729182 + 2cb5ed7 commit 65ea8fb
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 11 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":"1.11.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.11.1","mainProject":"@visactor/vtable","nextBump":"patch"}]
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.11.0",
"version": "1.11.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.11.0",
"version": "1.11.1",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-calendar",
"version": "1.11.0",
"version": "1.11.1",
"description": "The calendar component of VTable",
"author": {
"name": "VisActor",
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.11.0",
"version": "1.11.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.11.0",
"version": "1.11.1",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-gantt",
"version": "1.11.0",
"version": "1.11.1",
"description": "canvas table width high performance",
"keywords": [
"vtable-gantt",
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.11.0",
"version": "1.11.1",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
30 changes: 30 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.11.1",
"tag": "@visactor/vtable_v1.11.1",
"date": "Tue, 19 Nov 2024 12:21:58 GMT",
"comments": {
"none": [
{
"comment": "fix: add isValidatingValue state to fix call validateValue api repeatedly #2830\n\n"
},
{
"comment": "fix: when up on canvas blank area not drag position rightly #2831\n\n"
},
{
"comment": "feat: add setCustomSelectRanges in stateManager #2750 #2845"
},
{
"comment": "feat: optimize range select in HeaderHighlightPlugin"
},
{
"comment": "feat: isShowOverflowTextTooltip support function"
},
{
"comment": "fix: fix cell border dash update #2818"
},
{
"comment": "fix: fix merge cell text position #2858"
}
]
}
},
{
"version": "1.11.0",
"tag": "@visactor/vtable_v1.11.0",
Expand Down
19 changes: 18 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Change Log - @visactor/vtable

This log was last generated on Fri, 15 Nov 2024 11:58:31 GMT and should not be manually modified.
This log was last generated on Tue, 19 Nov 2024 12:21:58 GMT and should not be manually modified.

## 1.11.1
Tue, 19 Nov 2024 12:21:58 GMT

### Updates

- fix: add isValidatingValue state to fix call validateValue api repeatedly #2830


- fix: when up on canvas blank area not drag position rightly #2831


- feat: add setCustomSelectRanges in stateManager #2750 #2845
- feat: optimize range select in HeaderHighlightPlugin
- feat: isShowOverflowTextTooltip support function
- fix: fix cell border dash update #2818
- fix: fix merge cell text position #2858

## 1.11.0
Fri, 15 Nov 2024 11:58:31 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.11.0",
"version": "1.11.1",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vue-vtable",
"version": "1.11.0",
"version": "1.11.1",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down

0 comments on commit 65ea8fb

Please sign in to comment.