Skip to content

Commit

Permalink
feat: release 1.3.1 (#2400)
Browse files Browse the repository at this point in the history
* feat: release 1.3.1

* docs: optimize tree doc

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
xiaosansiji and github-actions[bot] authored May 11, 2023
1 parent cc1a0c2 commit e862cd5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ toc: false
docClass: timeline
---

## 🌈 1.3.1 `2023-05-11`
### 🚀 Features
- `ColorPicker`: 新增`size` API @uyarn ([#2388](https://github.com/Tencent/tdesign-vue/pull/2388))
### 🐞 Bug Fixes
- `Table`: 修复表格右侧冻结时表头无法对齐问题 @huangpiqiao ([#2371](https://github.com/Tencent/tdesign-vue/pull/2371))
- `Form`: 修复`disabled`下部分组件未禁用的缺陷 @uyarn ([#2405](https://github.com/Tencent/tdesign-vue/pull/2405))
- `TagInput`: 修复`disabled`响应丢失导致无法切换可清空状态的缺陷 @uyarn ([#2406](https://github.com/Tencent/tdesign-vue/pull/2406))
- `Select`: @uyarn ([#2406](https://github.com/Tencent/tdesign-vue/pull/2406))
- 修复使用布尔值导致的控制台告警
- 修复多选时折叠项在表单中的异常
- `Popup`: 修复 `onScrollToBottom` 在部分 windows 环境下无法触发的问题 @uyarn ([#2404](https://github.com/Tencent/tdesign-vue/pull/2404))
- `DatePicker`: 修复默认时间不生效的问题,将原本漏掉的 result 对于 defaultTime 的处理补充回来 @Ericleungs ([common#1331](https://github.com/Tencent/tdesign-common/pull/1331))

## 🌈 1.3.0 `2023-04-27`
### 🚀 Features
- `StickyTool`: 新增 `StickyTool` 侧边栏组件 @ZekunWu ([#2213](https://github.com/Tencent/tdesign-vue/pull/2213))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-vue",
"purename": "tdesign",
"version": "1.3.0",
"version": "1.3.1",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/tree/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ checkable | Boolean | false | 隐藏节点复选框 | N
data | Array | [] | 树数据,泛型 `T` 表示树节点 TS 类型。TS 类型:`Array<T>` | N
disableCheck | Boolean / Function | false | 禁用复选框,可支持禁用不同的行。TS 类型:`boolean \| ((node: TreeNodeModel<T>) => boolean)` | N
disabled | Boolean | - | 是否禁用树操作 | N
draggable | Boolean | - | [开发中]节点是否可拖拽 | N
draggable | Boolean | - | 节点是否可拖拽 | N
empty | String / Slot / Function | '' | 数据为空时展示的文本。TS 类型:`string \| TNode`[通用类型定义](https://github.com/Tencent/tdesign-vue/blob/develop/src/common.ts) | N
expandAll | Boolean | false | 是否展开全部节点 | N
expandLevel | Number | 0 | 默认展开的级别,第一层为 0 | N
Expand Down

0 comments on commit e862cd5

Please sign in to comment.