Skip to content

Commit

Permalink
chore: publish 1.1.16 (#2390)
Browse files Browse the repository at this point in the history
* chore: publish 1.1.16

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
honkinglin and github-actions[bot] committed Jul 26, 2023
1 parent 1944220 commit e3c1d2c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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
spline: explain
---

## 🌈 1.1.16 `2023-07-26`
### 🚀 Features
- `TimePicker`:
- disableTime回调新增毫秒参数 @uyarn ([#2388](https://github.com/Tencent/tdesign-react/pull/2388))
- 优化展示不可选时间选项时滚动到不可选选项的体验 @uyarn ([#2388](https://github.com/Tencent/tdesign-react/pull/2388))
- `Dropdown`: 新增panelTopContent及 panelBottomContent 支持需要上下额外节点的场景使用 @uyarn ([#2387](https://github.com/Tencent/tdesign-react/pull/2387))

### 🐞 Bug Fixes
- `Table`:
- 可编辑表格场景,支持设置 `colKey` 值为链式属性,如:`a.b.c` @chaishi ([#2381](https://github.com/Tencent/tdesign-react/pull/2381))
- 树形结构表格,修复当 `selectedRowKeys` 中的值在 data 数据中不存在时报错问题,[issue#2375](https://github.com/Tencent/tdesign-react/issues/2375) @chaishi ([#2385](https://github.com/Tencent/tdesign-react/pull/2385))
- `Guide`: 修复设置step为 -1 时需要隐藏组件的功能 @uyarn ([#2389](https://github.com/Tencent/tdesign-react/pull/2389))

## 🌈 1.1.15 `2023-07-19`
### 🚀 Features
- `DatePicker`: 优化关闭浮层后重置默认选中区域 @honkinglin ([#2371](https://github.com/Tencent/tdesign-react/pull/2371))
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-react",
"purename": "tdesign",
"version": "1.1.15",
"version": "1.1.16",
"description": "TDesign Component for React",
"title": "tdesign-react",
"main": "lib/index.js",
Expand Down

0 comments on commit e3c1d2c

Please sign in to comment.