Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 3.25.3 changelog #19905

Merged
merged 5 commits into from Nov 25, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.en-US.md
Expand Up @@ -15,6 +15,17 @@ timeline: true

---

## 3.25.3

`2019-11-24`

- 🐞 Fix TimePicker disabled item focus style. [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix TimePicker disabled item style when focussed.

- 🐞 Fix Menu.Item link style inside Badge. [#19810](https://github.com/ant-design/ant-design/pull/19810)
- 🐞 Fix Upload `picture-card` type, list item remove style. [#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix Upload picture-card type, for crashed style when list item is removing.

- 🇳🇱 Update `sk-SK` locales. [#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19)
- TypeScript
- ⚡️ Export interface types in Tooltip. [19846](https://github.com/ant-design/ant-design/pull/19846) [@kachkaev](https://github.com/kachkaev)

## 3.25.2

`2019-11-17`
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.zh-CN.md
Expand Up @@ -15,6 +15,17 @@ timeline: true

---

## 3.25.3

`2019-11-24`

- 🐞 修复 TimePicker 禁用项 focus 时的样式问题。 [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837)
- 🐞 修复 Menu.Item 链接在 Badge 内的样式问题。[#19810](https://github.com/ant-design/ant-design/pull/19810)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复 Menu.Item 在 Badge 内时,a 标签始终处于 active 状态的问题。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Menu.Item 的链接在 Badge 内时

- 🐞 修复 Upload 类型为 `picture-card` 时,列表删除的样式问题。[#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- 列表删除的样式问题。
+ 列表删除时的样式问题。

- 🇳🇱 更新 `sk-SK` 国际化。[#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19)
- TypeScript
- ⚡️ 导出 Tooltip 类型定义。[19846](https://github.com/ant-design/ant-design/pull/19846) [@kachkaev](https://github.com/kachkaev)

## 3.25.2

`2019-11-17`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.25.2",
"version": "3.25.3",
"description": "An enterprise-class UI design language and React components implementation",
"keywords": [
"ant",
Expand Down