Skip to content

Commit

Permalink
Merge pull request #1936 from VisActor/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
fangsmile committed Jun 17, 2024
2 parents fc7b6d3 + 9040f16 commit ce2f8b5
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 74 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.

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.3.1","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.3.2","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.3.1",
"version": "1.3.2",
"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.3.1",
"version": "1.3.2",
"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": "1.3.1",
"version": "1.3.2",
"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.3.1",
"version": "1.3.2",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
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.3.1",
"version": "1.3.2",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
27 changes: 27 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.3.2",
"tag": "@visactor/vtable_v1.3.2",
"date": "Mon, 17 Jun 2024 11:51:18 GMT",
"comments": {
"none": [
{
"comment": "fix: cellIsInVisualView api error #1864\n\n"
},
{
"comment": "refactor: tooltip support scroll #1887\n\n"
},
{
"comment": "fix: if set style autoWrapText, this config not wort when resize column width #1892\n\n"
},
{
"comment": "refactor: when not records pivot table can show corner header #1895\n\n"
},
{
"comment": "refactor: when rowTree children not set value can supplement indicators #1924\n\n"
},
{
"comment": "feat: add blankAreaClickDeselect and outsideClickDeselect config\n\n"
}
]
}
},
{
"version": "1.3.1",
"tag": "@visactor/vtable_v1.3.1",
Expand Down
26 changes: 25 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Change Log - @visactor/vtable

This log was last generated on Thu, 13 Jun 2024 12:35:49 GMT and should not be manually modified.
This log was last generated on Mon, 17 Jun 2024 11:51:18 GMT and should not be manually modified.

## 1.3.2
Mon, 17 Jun 2024 11:51:18 GMT

### Updates

- fix: cellIsInVisualView api error #1864


- refactor: tooltip support scroll #1887


- fix: if set style autoWrapText, this config not wort when resize column width #1892


- refactor: when not records pivot table can show corner header #1895


- refactor: when rowTree children not set value can supplement indicators #1924


- feat: add blankAreaClickDeselect and outsideClickDeselect config



## 1.3.1
Thu, 13 Jun 2024 12:35:49 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.3.1",
"version": "1.3.2",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down

0 comments on commit ce2f8b5

Please sign in to comment.