docs: Add emoji

This commit is contained in:
Wei Zhu 2018-04-01 20:35:56 +08:00
parent 5e52247083
commit 266c8ad17c
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ timeline: true
`2018-04-01`
- Tree
- In this version, we refactored the underlying code of Tree to resolve some long living issues.
- 🛠 In this version, we refactored the underlying code of Tree to resolve some long living issues.
- 🌟 Added `defaultExpandParent` for expanding parent at first render.
- 🌟 Added `disabled` for disabling the whole tree.
- 🌟 Added `TreeNode[icon]` to allow setting custom node icon.

View File

@ -20,7 +20,7 @@ timeline: true
`2018-04-01`
- Tree
- 在这个版本里,我们重构了 Tree 底层的代码,以解决一些存在了很久的问题。
- 🛠 在这个版本里,我们重构了 Tree 底层的代码,以解决一些存在了很久的问题。
- 🌟 新增 `defaultExpandParent` 用于在第一次渲染时自动展开父节点。
- 🌟 新增 `disabled` 用于禁用整棵树。
- 🌟 TreeNode 新增 `icon` 用于设置自定义图标。