Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.17.1","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.17.2","mainProject":"@visactor/vtable","nextBump":"patch"}]
26 changes: 26 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v1.17.1

2025-03-10


**🆕 New feature**

- **@visactor/vtable**: pivot table add api setLoadingHierarchyState [#3469](https://github.com/VisActor/VTable/issues/3469)
- **@visactor/vtable**: add validateDragOrderOnEnd on dragOrder option [#3493](https://github.com/VisActor/VTable/issues/3493)
- **@visactor/vtable**: sortByIndicatorRule support sortFunc [#3508](https://github.com/VisActor/VTable/issues/3508)
- **@visactor/vtable-gantt**: gantt chart support create markline
- **@visactor/vtable**: customCellStyle supports functional config [#3483](https://github.com/VisActor/VTable/issues/3483)

**🐛 Bug fix**

- **@visactor/vtable**: mobile drill icon state update [#3485](https://github.com/VisActor/VTable/issues/3485)
- **@visactor/vtable**: active right button interactive [#3482](https://github.com/VisActor/VTable/issues/3482)

**🔧 Configuration releated**

- **@visactor/vtable**: update vrender version



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

# v1.17.0

2025-02-26
Expand Down
24 changes: 24 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v1.17.1

2025-03-10


**🆕 新增功能**

- **@visactor/vtable**: 透视表新增 setLoadingHierarchyState API [#3469](https://github.com/VisActor/VTable/issues/3469)
- **@visactor/vtable**: 在 dragOrder 选项中新增 validateDragOrderOnEnd 配置 [#3493](https://github.com/VisActor/VTable/issues/3493)
- **@visactor/vtable**: sortByIndicatorRule 支持 sortFunc 配置 [#3508](https://github.com/VisActor/VTable/issues/3508)
- **@visactor/vtable-gantt**: 甘特图支持创建标记线
- **@visactor/vtable**: customCellStyle 支持函数配置 [#3483](https://github.com/VisActor/VTable/issues/3483)

**🐛 功能修复**

- **@visactor/vtable**: 移动端下钻图标状态更新 [#3485](https://github.com/VisActor/VTable/issues/3485)
- **@visactor/vtable**: 激活右键交互 [#3482](https://github.com/VisActor/VTable/issues/3482)

**🔧 项目配置**

- **@visactor/vtable**: 更新 vrender 版本

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

# v1.17.0

2025-02-26
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.17.1",
"version": "1.17.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.17.1",
"version": "1.17.2",
"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.17.1",
"version": "1.17.2",
"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.17.1",
"version": "1.17.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.17.1",
"version": "1.17.2",
"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.17.1",
"version": "1.17.2",
"description": "canvas table width high performance",
"keywords": [
"vtable-gantt",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-plugins",
"version": "1.17.1",
"version": "1.17.2",
"description": "The search 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.17.1",
"version": "1.17.2",
"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.17.2",
"tag": "@visactor/vtable_v1.17.2",
"date": "Tue, 11 Mar 2025 08:19:47 GMT",
"comments": {
"none": [
{
"comment": "fix: custom container value error\n\n"
}
]
}
},
{
"version": "1.17.1",
"tag": "@visactor/vtable_v1.17.1",
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 Sun, 09 Mar 2025 12:30:39 GMT and should not be manually modified.
This log was last generated on Tue, 11 Mar 2025 08:19:47 GMT and should not be manually modified.

## 1.17.2
Tue, 11 Mar 2025 08:19:47 GMT

### Updates

- fix: custom container value error



## 1.17.1
Sun, 09 Mar 2025 12:30:39 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.17.1",
"version": "1.17.2",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down
19 changes: 16 additions & 3 deletions packages/vue-vtable/bundler.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,25 @@ module.exports = {
name: 'VueVTable',
umdOutputFilename: 'vue-vtable',
rollupOptions: {
treeshake: true
treeshake: true,
output: {
// 路径映射
paths: {
'@visactor/vtable/es/vrender': 'VTable.vrender'
}
}
},
globals: {
'@visactor/vtable': 'VTable'
'@visactor/vtable': 'VTable',
'vue': 'Vue',
'@visactor/vutils': 'VUtils',
'@visactor/vtable/es/vrender': 'VTable.vrender'
},
external: ['@visactor/vtable'],
external: [
'@visactor/vtable',
'vue',
'@visactor/vtable/es/vrender'
],
alias: {
'@visactor/vtable/es/vrender': '@visactor/vtable/es/vrender.js'
}
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.17.1",
"version": "1.17.2",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-vtable/src/hooks/useCellRender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { VTableVueAttributePlugin } from '../components/custom/vtable-vue-attrib
*/
export function useCellRender(props: any, tableRef: Ref) {
watchEffect(() => {
if (!props?.customConfig?.createReactContainer) {
if (!props?.options?.customConfig?.createReactContainer) {
// 未开启自定义容器
return;
}
Expand Down