Skip to content

Commit

Permalink
Docs/changelog 0.37.2 (#599)
Browse files Browse the repository at this point in the history
* fix: timepicker focus style

* docs: 0.32.0 changelog

Co-authored-by: zeosun <[email protected]>
  • Loading branch information
xiaosansiji and zeosun authored Mar 18, 2022
1 parent 9d8f7f7 commit 689b337
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toc: false
docClass: timeline
---

## 0.37.1 `2022-03-18`
## 0.37.2 `2022-03-18`
### Bug Fixes

* Button: 修复 `disabled` 不生效的问题,[pr #584](https://github.com/Tencent/tdesign-vue/pull/584)[@lanniuniu](https://github.com/lanniuniu)
Expand All @@ -20,10 +20,11 @@ docClass: timeline
- 修复超出滚动失效
- 修复 `paste` 事件未生效
* TreeSelect: 修复异步加载数据的情况下,`label` 展示错误的问题,[issue #537](https://github.com/Tencent/tdesign-vue/issues/537)[@YikaJ](https://github.com/YikaJ)
* InputNumber: 修复 `value` 为 null 时组件报错的问题,[pr #598](https://github.com/Tencent/tdesign-vue/pull/598)[@xiaosansiji](https://github.com/xiaosansiji)

### Features

* Timepicker: `close``open` 事件回调增加参数
* Timepicker: `close``open` 事件回调增加参数[pr #587](https://github.com/Tencent/tdesign-vue/pull/587)[@uyarn](https://github.com/uyarn)

## 0.37.0 `2022-03-14`

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": "0.37.1",
"version": "0.37.2",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/time-picker/time-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ export default mixins(getConfigReceiverMixins<TimePickerInstance, TimePickerConf
clearable={this.clearable}
placeholder=" "
value={this.time ? ' ' : undefined}
class={this.isShowPanel ? `${prefix}-is-focused` : ''}
onFocus={this.handleTInputFocus}
ref="tInput"
>
Expand Down

0 comments on commit 689b337

Please sign in to comment.