Skip to content

Commit

Permalink
Merge pull request #587 from VisActor/release/0.14.3
Browse files Browse the repository at this point in the history
[Auto release] release 0.14.3
  • Loading branch information
Rui-Sun authored Nov 17, 2023
2 parents 5870aa9 + db7d7dd commit b975599
Show file tree
Hide file tree
Showing 22 changed files with 2,697 additions and 753 deletions.
1,002 changes: 494 additions & 508 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/guide/en/custom_define/custom_render.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In the field of data analytics, in order to display data more intuitively, we of

4. Cell custom typography layout. Arrange custom render elements arbitrarily within cells to achieve special layout requirements.

In the VTable library, we can define`表格单元格内容自定义渲染`To achieve the above scenario requirements. Because it is more flexible, it can be customized and displayed according to business data, but the cost for the access party is also large, and it is necessary to calculate the location by itself.
In the VTable library, we can define`表格单元格内容自定义渲染`To achieve the above scenario requirements. Because it is more flexible, it can be customized and displayed according to business data, but the cost for the access party is also large, and it is necessary to calculate the location by itself.(While drawing custom content, default content is allowed to be drawn according to the internal logic of VTable. Please set renderDefault to true.)

## Case study

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/guide/zh/custom_define/custom_render.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

4. 单元格自定义排版布局。在单元格内任意排列自定义渲染元素,实现特殊布局需求。

在 VTable 库中,我们可以通过定义`表格单元格内容自定义渲染`来实现以上场景需求。因为更具灵活性,可根据业务数据进行定制展示,但对于接入方的成本也较大,需要自己计算位置等。
在 VTable 库中,我们可以通过定义`表格单元格内容自定义渲染`来实现以上场景需求。因为更具灵活性,可根据业务数据进行定制展示,但对于接入方的成本也较大,需要自己计算位置等。(绘制自定义内容的同时,允许按VTable内部逻辑绘制出默认内容,请将renderDefault设置为true。)

## 案例分析

Expand Down
15 changes: 15 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.14.3",
"tag": "@visactor/vtable_v0.14.3",
"date": "Fri, 17 Nov 2023 08:33:08 GMT",
"comments": {
"patch": [
{
"comment": "refactor: add dpr argument when init vchart #570\n\n"
},
{
"comment": "fix: select_border_clip\n\n"
}
]
}
},
{
"version": "0.14.2",
"tag": "@visactor/vtable_v0.14.2",
Expand Down
14 changes: 13 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log - @visactor/vtable

This log was last generated on Thu, 16 Nov 2023 04:36:53 GMT and should not be manually modified.
This log was last generated on Fri, 17 Nov 2023 08:33:08 GMT and should not be manually modified.

## 0.14.3
Fri, 17 Nov 2023 08:33:08 GMT

### Patches

- refactor: add dpr argument when init vchart #570


- fix: select_border_clip



## 0.14.2
Thu, 16 Nov 2023 04:36:53 GMT
Expand Down
4 changes: 4 additions & 0 deletions packages/vtable/examples/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@ export const menus = [
{
path: 'pivot',
name: 'pivot-extension-row2'
},
{
path: 'pivot',
name: 'pivot-extension-bp'
}
]
},
Expand Down
Loading

0 comments on commit b975599

Please sign in to comment.