[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #2727 from VisActor/release/1.10.3
Browse files Browse the repository at this point in the history
[Auto release] release 1.10.3
  • Loading branch information
fangsmile authored Nov 1, 2024
2 parents f91e82d + 4e196f1 commit bf00e8e
Show file tree
Hide file tree
Showing 14 changed files with 116 additions and 15 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.10.2","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.10.3","mainProject":"@visactor/vtable","nextBump":"patch"}]
39 changes: 39 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# v1.10.2

2024-11-01


**🆕 New feature**

- **@visactor/vtable**: headerSelectMode option add body setting [#2491](https://github.com/VisActor/VTable/issues/2491)
- **@visactor/vtable**: add freeze_click event [#2641](https://github.com/VisActor/VTable/issues/2641)
- **@visactor/vtable**: add columnWidthConfig to set width by dimensions [#2696](https://github.com/VisActor/VTable/issues/2696)

**🐛 Bug fix**

- **@visactor/vtable**: isColumnHeader api judement logic [#2491](https://github.com/VisActor/VTable/issues/2491)
- **@visactor/vtable**: when collapse last group occor error [#2600](https://github.com/VisActor/VTable/issues/2600)
- **@visactor/vtable**: when collapse tree node occor error [#2600](https://github.com/VisActor/VTable/issues/2600)
- **@visactor/vtable**: min aggregator type handle with NaN value [#2627](https://github.com/VisActor/VTable/issues/2627)
- **@visactor/vtable**: when drag row series number cells not scroll [#2647](https://github.com/VisActor/VTable/issues/2647)
- **@visactor/vtable**: rowSeriesNumber when be frozen can render customlayout [#2653](https://github.com/VisActor/VTable/issues/2653)
- **@visactor/vtable**: when has empty tip scrollbar can not be clicked [#2690](https://github.com/VisActor/VTable/issues/2690)
- **@visactor/vtable**: when field set array,record no corresponding field,occur error [#2702](https://github.com/VisActor/VTable/issues/2702)
- **@visactor/vtable**: when has gantt and table same time internal theme should not be changed [#2708](https://github.com/VisActor/VTable/issues/2708)
- **@visactor/vtable**: fix check state update [#2667](https://github.com/VisActor/VTable/issues/2667)
- **@visactor/vtable**: fix list-editor space problem
- **@visactor/vtable**: change pointerupoutside event callback [#2674](https://github.com/VisActor/VTable/issues/2674) [#2659](https://github.com/VisActor/VTable/issues/2659)
- **@visactor/vtable**: add event in react-vtable
- **@visactor/vtable**: add selected_cell event in select-all [#2664](https://github.com/VisActor/VTable/issues/2664)
- **@visactor/vtable**: fix disableRowSeriesNumberSelect in select-all [#2665](https://github.com/VisActor/VTable/issues/2665)
- **@visactor/vtable**: fix title resize in adaptive mode [#2704](https://github.com/VisActor/VTable/issues/2704)

**🔨 Refactor**

- **@visactor/vtable**: custom merge cell ignore check state jude [#2683](https://github.com/VisActor/VTable/issues/2683)
- **@visactor/vtable**: paste cell value should use editor validateValidate api [#2691](https://github.com/VisActor/VTable/issues/2691)



[more detail about v1.10.2](https://github.com/VisActor/VTable/releases/tag/v1.10.2)

# v1.10.1

2024-10-23
Expand Down
49 changes: 45 additions & 4 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,54 @@
# v1.10.2

2024-11-01


**🆕 新增功能**
# v1.10.2

2024-11-01


**🆕 新增功能**
- **@visactor/vtable**: 添加headerSelectMode选项的可设置body [#2491](https://github.com/VisActor/VTable/issues/2491)
- **@visactor/vtable**: 添加freeze_click事件 [#2641](https://github.com/VisActor/VTable/issues/2641)
- **@visactor/vtable**: 透视表添加columnWidthConfig以根据维度设置宽度 [#2696](https://github.com/VisActor/VTable/issues/2696)

**🐛 功能修复**

- **@visactor/vtable**: 修正isColumnHeader api判断逻辑 [#2491](https://github.com/VisActor/VTable/issues/2491)
- **@visactor/vtable**: 修复当折叠最后一个分组时发生错误 [#2600](https://github.com/VisActor/VTable/issues/2600)
- **@visactor/vtable**: 修复最小聚合器类型处理NaN值 [#2627](https://github.com/VisActor/VTable/issues/2627)
- **@visactor/vtable**: 修复当拖拽行系列编号单元格时不滚动问题 [#2647](https://github.com/VisActor/VTable/issues/2647)
- **@visactor/vtable**: 修复当行系列编号被冻结时可以渲染自定义布局问题 [#2653](https://github.com/VisActor/VTable/issues/2653)
- **@visactor/vtable**: 修复当有空提示时滚动条不能被点击的问题 [#2690](https://github.com/VisActor/VTable/issues/2690)
- **@visactor/vtable**: 修复当字段设置为数组时,记录没有对应的字段,发生错误的问题 [#2702](https://github.com/VisActor/VTable/issues/2702)
- **@visactor/vtable**: 修复当同时有甘特图和表格时,内部主题不应该被更改的问题 [#2708](https://github.com/VisActor/VTable/issues/2708)
- **@visactor/vtable**: 修复检查状态更新 [#2667](https://github.com/VisActor/VTable/issues/2667)
- **@visactor/vtable**: 修复列表编辑器空间问题
- **@visactor/vtable**: 更改pointerupoutside事件回调 [#2674](https://github.com/VisActor/VTable/issues/2674) [#2659](https://github.com/VisActor/VTable/issues/2659)
- **@visactor/vtable**: 在react-vtable中补充vtable中事件
- **@visactor/vtable**: 在选择所有中添加selected_cell事件 [#2664](https://github.com/VisActor/VTable/issues/2664)
- **@visactor/vtable**: 修复选择所有中的disableRowSeriesNumberSelect [#2665](https://github.com/VisActor/VTable/issues/2665)
- **@visactor/vtable**: 修复自适应模式下的标题调整大小问题 [#2704](https://github.com/VisActor/VTable/issues/2704)

**🔨 功能重构**

- **@visactor/vtable**: 自定义合并单元格忽略检查状态判断 [#2683](https://github.com/VisActor/VTable/issues/2683)
- **@visactor/vtable**: 粘贴单元格值应该使用编辑器验证api [#2691](https://github.com/VisActor/VTable/issues/2691)

[更多详情请查看 v1.10.2](https://github.com/VisActor/VTable/releases/tag/v1.10.2)

# v1.10.1

2024-10-23


**🐛 功能修复**

- **@visactor/vtable**: when set rowSeriesNumber then sort icon not update [#2643](https://github.com/VisActor/VTable/issues/2643)
- **@visactor/vtable**: disable cellInnerBorder when no frame border


- **@visactor/vtable**: 当设置行系列编号时排序图标不更新 [#2643](https://github.com/VisActor/VTable/issues/2643)
- **@visactor/vtable**: 当没有边框时禁用cellInnerBorder



[更多详情请查看 v1.10.1](https://github.com/VisActor/VTable/releases/tag/v1.10.1)
Expand Down
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.10.2",
"version": "1.10.3",
"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.10.2",
"version": "1.10.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": "1.10.2",
"version": "1.10.3",
"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.10.2",
"version": "1.10.3",
"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.10.2",
"version": "1.10.3",
"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.10.2",
"version": "1.10.3",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
12 changes: 12 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.10.3",
"tag": "@visactor/vtable_v1.10.3",
"date": "Fri, 01 Nov 2024 03:33:15 GMT",
"comments": {
"none": [
{
"comment": "fix: type define columnWidthConfig\n\n"
}
]
}
},
{
"version": "1.10.2",
"tag": "@visactor/vtable_v1.10.2",
Expand Down
11 changes: 10 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @visactor/vtable

This log was last generated on Thu, 31 Oct 2024 12:52:23 GMT and should not be manually modified.
This log was last generated on Fri, 01 Nov 2024 03:33:15 GMT and should not be manually modified.

## 1.10.3
Fri, 01 Nov 2024 03:33:15 GMT

### Updates

- fix: type define columnWidthConfig



## 1.10.2
Thu, 31 Oct 2024 12:52:23 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.10.2",
"version": "1.10.3",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable/src/ts-types/table-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export interface PivotTableConstructorOptions extends BaseTableConstructorOption
dimensions: IDimensionInfo[];
order: SortOrder;
}[];
columnWidthConfig: {
columnWidthConfig?: {
dimensions: IDimensionInfo[];
width: number;
}[];
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.10.2",
"version": "1.10.3",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down

0 comments on commit bf00e8e

Please sign in to comment.