diff --git a/uni_modules/uni-table/changelog.md b/uni_modules/uni-table/changelog.md new file mode 100644 index 0000000..cacf2a6 --- /dev/null +++ b/uni_modules/uni-table/changelog.md @@ -0,0 +1,27 @@ +## 1.2.3(2023-03-28) +- 修复 在vue3模式下可能会出现错误的问题 +## 1.2.2(2022-11-29) +- 优化 主题样式 +## 1.2.1(2022-06-06) +- 修复 微信小程序存在无使用组件的问题 +## 1.2.0(2021-11-19) +- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource) +- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-table](https://uniapp.dcloud.io/component/uniui/uni-table) +## 1.1.0(2021-07-30) +- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834) +## 1.0.7(2021-07-08) +- 新增 uni-th 支持 date 日期筛选范围 +## 1.0.6(2021-07-05) +- 新增 uni-th 支持 range 筛选范围 +## 1.0.5(2021-06-28) +- 新增 uni-th 筛选功能 +## 1.0.4(2021-05-12) +- 新增 示例地址 +- 修复 示例项目缺少组件的Bug +## 1.0.3(2021-04-16) +- 新增 sortable 属性,是否开启单列排序 +- 优化 表格多选逻辑 +## 1.0.2(2021-03-22) +- uni-tr 添加 disabled 属性,用于 type=selection 时,设置某行是否可由全选按钮控制 +## 1.0.1(2021-02-05) +- 调整为uni_modules目录规范 diff --git a/uni_modules/uni-table/components/uni-table/uni-table.vue b/uni_modules/uni-table/components/uni-table/uni-table.vue index 21d9527..9fe681d 100644 --- a/uni_modules/uni-table/components/uni-table/uni-table.vue +++ b/uni_modules/uni-table/components/uni-table/uni-table.vue @@ -1,89 +1,89 @@ - - - - - diff --git a/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue b/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue index fbe1bdc..1d808b3 100644 --- a/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue +++ b/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue @@ -1,29 +1,29 @@ - - - - - diff --git a/uni_modules/uni-table/components/uni-td/uni-td.vue b/uni_modules/uni-table/components/uni-td/uni-td.vue index 9ce93e9..e0d743b 100644 --- a/uni_modules/uni-table/components/uni-td/uni-td.vue +++ b/uni_modules/uni-table/components/uni-td/uni-td.vue @@ -9,30 +9,30 @@ - - - - - - - diff --git a/uni_modules/uni-table/components/uni-th/filter-dropdown.vue b/uni_modules/uni-table/components/uni-th/filter-dropdown.vue index df22a71..add1098 100644 --- a/uni_modules/uni-table/components/uni-th/filter-dropdown.vue +++ b/uni_modules/uni-table/components/uni-th/filter-dropdown.vue @@ -1,511 +1,511 @@ - - - - - + + + + + diff --git a/uni_modules/uni-table/components/uni-th/uni-th.vue b/uni_modules/uni-table/components/uni-th/uni-th.vue index 14889dd..75fa42a 100644 --- a/uni_modules/uni-table/components/uni-th/uni-th.vue +++ b/uni_modules/uni-table/components/uni-th/uni-th.vue @@ -1,285 +1,285 @@ - - - - - + + + + + diff --git a/uni_modules/uni-table/components/uni-thead/uni-thead.vue b/uni_modules/uni-table/components/uni-thead/uni-thead.vue index 0dd18cd..a12078a 100644 --- a/uni_modules/uni-table/components/uni-thead/uni-thead.vue +++ b/uni_modules/uni-table/components/uni-thead/uni-thead.vue @@ -1,129 +1,129 @@ - - - - - diff --git a/uni_modules/uni-table/components/uni-tr/table-checkbox.vue b/uni_modules/uni-table/components/uni-tr/table-checkbox.vue index 1089187..f22936b 100644 --- a/uni_modules/uni-table/components/uni-tr/table-checkbox.vue +++ b/uni_modules/uni-table/components/uni-tr/table-checkbox.vue @@ -1,41 +1,41 @@ -