From 4517c064ca30d3a426776c535bb7966a67499d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=90=E5=A4=95=E8=8A=B1=E5=BC=80?= <874518796@qq.com> Date: Tue, 19 Apr 2022 15:55:53 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0n-table=20=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3=E5=8F=8Achangelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ----- uni_modules/n-table/changelog.md | 4 ++++ uni_modules/n-table/package.json | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0e958a8..6c35140 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,5 @@ { "devDependencies": { "cz-conventional-changelog": "^3.3.0" - }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } } } diff --git a/uni_modules/n-table/changelog.md b/uni_modules/n-table/changelog.md index 54e8436..0df52b9 100644 --- a/uni_modules/n-table/changelog.md +++ b/uni_modules/n-table/changelog.md @@ -1,3 +1,7 @@ +## 1.1.1(2022-04-19) +1. update: 单位改成 px,包括文字大小FontSize/ width/ height/ (横屏下 rpx 会有缺陷) +2. add: columns[item].hidden : 是否显示该列,默认false +3. add: props.defaultOpen : 树形结构下是否默认展开全部 默认false ## 1.1.0(2022-04-15) 1. add: columns[item].textAlign : 对应列内容文字对齐方式,优先级比 tableOpt.textAlign 高 例子看第二个 2. add: columns[item].titleTextAlign : 对应列表头文字对齐方式,优先级比 headerOpt.align 高 例子看第二个 diff --git a/uni_modules/n-table/package.json b/uni_modules/n-table/package.json index 4550197..1c60c3b 100644 --- a/uni_modules/n-table/package.json +++ b/uni_modules/n-table/package.json @@ -1,7 +1,7 @@ { "id": "n-table", "displayName": "n-table 多级表头、树形结构,高度配置表格组件", - "version": "1.1.0", + "version": "1.1.1", "description": "n-table 多级表头、树形结构,高度配置表格组件", "keywords": [ "表格,多级表头,树形结构,可配置" @@ -44,7 +44,7 @@ "client": { "Vue": { "vue2": "y", - "vue3": "y" + "vue3": "u" }, "App": { "app-vue": "y", -- GitLab