Browse Source

add 3.23.0 changelog

pull/18455/head
陈帅 5 years ago
committed by 愚道
parent
commit
d6d342a5d1
  1. 10
      CHANGELOG.en-US.md
  2. 11
      CHANGELOG.zh-CN.md

10
CHANGELOG.en-US.md

@ -15,6 +15,16 @@ timeline: true
---
## 3.23.0
- 🔥 Pageheader has been rewritten to accommodate more situations. [#18128](https://github.com/ant-design/ant-design/pull/18128)
- 💄 Tweak Table expand icon style. [c5344bd](https://github.com/ant-design/ant-design/commit/c5344bde529a2f2ec814f46e7ec5d249eac8d608)
- 🌟 Add `tabBarExtraContent` property to Card component. [#18433](https://github.com/ant-design/ant-design/pull/18433) [@lengthmin](https://github.com/lengthmin)
- 🌟 Anchor.Link add add new property `target`. [#18335](https://github.com/ant-design/ant-design/pull/18335) [@DiamondYuan](https://github.com/DiamondYuan)
- 🐞 Fix prop `style` is getting duplicated on Table. [#18330](https://github.com/ant-design/ant-design/pull/18330) [@MrHeer](https://github.com/MrHeer)
- 🐞 Fix Input line height style bug in IE. [#17759](https://github.com/ant-design/ant-design/pull/17759)
- 🐞 Fix Steps progressDot broken style. [#18356](https://github.com/ant-design/ant-design/pull/18356)
## 3.22.2
`2019-08-27`

11
CHANGELOG.zh-CN.md

@ -15,6 +15,16 @@ timeline: true
---
## 3.23.0
- 🔥 PageHeader 样式重写以适应更多的情况。 [#18128](https://github.com/ant-design/ant-design/pull/18128)
- 💄 调整 Table `expand icon` 的样式。 [c5344bd](https://github.com/ant-design/ant-design/commit/c5344bde529a2f2ec814f46e7ec5d249eac8d608)
- 🌟 Card 组件新增了 `tabBarExtraContent` props。 [#18433](https://github.com/ant-design/ant-design/pull/18433) [@lengthmin](https://github.com/lengthmin)
- 🌟 Anchor.Link 增加 `target` 属性。 [#18335](https://github.com/ant-design/ant-design/pull/18335) [@DiamondYuan](https://github.com/DiamondYuan)
- 🐞 修复 Table 的 `style` 属性被应用了两次的问题. [#18330](https://github.com/ant-design/ant-design/pull/18330) [@MrHeer](https://github.com/MrHeer)
- 🐞 修复 Input 在 IE 下错位的问题。 [#17759](https://github.com/ant-design/ant-design/pull/17759)
- 🐞 修复 Steps `progressDot` 样式错位问题。 [#18356](https://github.com/ant-design/ant-design/pull/18356)
## 3.22.2
`2019-08-27`
@ -40,6 +50,7 @@ timeline: true
- 🐞 修复 Upload 错误换行的问题。[#18423](https://github.com/ant-design/ant-design/pull/18423)
- 💄 增加 less 变量 `@select-dropdown-bg` `@select-item-selected-bg` `@select-item-active-bg` `@anchor-border-colorr` `@descriptions-bg`。[#18444](https://github.com/ant-design/ant-design/pull/18444) [#18372](https://github.com/ant-design/ant-design/pull/18440) [@MrHeer](https://github.com/MrHeer)
## 3.22.0
`2019-08-17`

Loading…
Cancel
Save