Skip to content

Commit

Permalink
update changelog (ant-design#2828)
Browse files Browse the repository at this point in the history
* update changelog

* fix text
  • Loading branch information
doxiaodong authored and ziluo committed Sep 6, 2018
1 parent 808c6dc commit eb35121
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ toc: false

---

### 2.2.4

`2018-09-06`
- **Feature**

- 🌟 `InputItem` add `moneyKeyboardHeader` property([#2820](https://github.com/ant-design/ant-design-mobile/pull/2820))
- 🌟 `PickerView` accept one-dimensional array as data property([#2815](https://github.com/ant-design/ant-design-mobile/pull/2815))

- **Bug Fix**

- 🐞 `Popup` Popup should be compatible with bottom safe area [#2810](https://github.com/ant-design/ant-design-mobile/pull/2810)
- 🐞 `Button` fix button with icon and inline style [#2822](https://github.com/ant-design/ant-design-mobile/pull/2822)
- 🐞 `TextareaItem` fix line break cause by textareaItem word count corrupt for iOS [#2825](https://github.com/ant-design/ant-design-mobile/pull/2825)

### 2.2.3

`2018-08-09`
Expand All @@ -23,7 +37,7 @@ toc: false
- 🌟 `ImagePicker` support customized length ([#2700](https://github.com/ant-design/ant-design-mobile/pull/2700))
- 🌟 `Picker` support using label prop with ReactNode ([#2720](https://github.com/ant-design/ant-design-mobile/pull/2720))

- **Enhancement**
- **Enhancement**

- 📝 更新`DatePicker`文档 ([#2657](https://github.com/ant-design/ant-design-mobile/pull/2657))

Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ toc: false

---

### 2.2.4

`2018-09-06`
- **Feature**

- 🌟 `InputItem` 支持自定义金额虚拟键盘头部内容([#2820](https://github.com/ant-design/ant-design-mobile/pull/2820))
- 🌟 `PickerView` data属性支持传入一维数组([#2815](https://github.com/ant-design/ant-design-mobile/pull/2815))

- **Bug Fix**

- 🐞 `Popup` 修复 popup 在 iPhoneX 底部安全区域问题 [#2810](https://github.com/ant-design/ant-design-mobile/pull/2810)
- 🐞 `Button` 修复 `inline``icon` 同时设定时的样式错误 [#2822](https://github.com/ant-design/ant-design-mobile/pull/2822)
- 🐞 `TextareaItem` 修复 ios 文字长度计算的错误 [#2825](https://github.com/ant-design/ant-design-mobile/pull/2825)

### 2.2.3

`2018-08-09`
Expand All @@ -23,7 +37,7 @@ toc: false
- 🌟 `ImagePicker` 支持自定义数量([#2700](https://github.com/ant-design/ant-design-mobile/pull/2700))
- 🌟 `Picker` label属性支持传入ReactNode([#2720](https://github.com/ant-design/ant-design-mobile/pull/2720))

- **Enhancement**
- **Enhancement**

- 📝 更新`DatePicker`文档 ([#2657](https://github.com/ant-design/ant-design-mobile/pull/2657))

Expand Down

0 comments on commit eb35121

Please sign in to comment.