Skip to content

Commit

Permalink
release: 3.26.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 authored and afc163 committed Feb 24, 2020
1 parent e85ec40 commit 9c746e3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ timeline: true

---

## 3.26.12

`2020-02-24`

- 🐞 Fix Input with `readOnly` still clearable by `allowClear`. [#21492](https://github.com/ant-design/ant-design/pull/21492)
- 🐞 Fix Upload won't showing download icon defaultly. [#21496](https://github.com/ant-design/ant-design/pull/21496)

## 3.26.11

`2020-02-17`
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ timeline: true

---

## 3.26.12

`2020-02-24`

- 🐞 修复 Input 在设置 `readOnly``allowClear` 仍然可以清除的问题。[#21492](https://github.com/ant-design/ant-design/pull/21492)
- 🐞 修复 Upload 列表默认情况下不展现下载按钮。[#21496](https://github.com/ant-design/ant-design/pull/21496)


## 3.26.11

`2020-02-17`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.26.11",
"version": "3.26.12",
"description": "An enterprise-class UI design language and React components implementation",
"keywords": [
"ant",
Expand Down

0 comments on commit 9c746e3

Please sign in to comment.