Skip to content

Commit

Permalink
bump 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Jun 24, 2017
1 parent 50daddc commit a982cb9
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ timeline: true

---

## 1.4.0

`2017-06-24`

- **Feature**
- `Button` 新增 `activeClassName` 以自定义点击时类名。([3331f00](https://github.com/ant-design/ant-design-mobile/commit/3331f00b1a89d7fb76dcffa554f1cf9b165819d9))
- `Card.Header` 的 thumb 支持 React.Element。([#1484](https://github.com/ant-design/ant-design-mobile/issues/1484))
- `InputItem` 支持通过 locale 来自定义内置文案。([#1475](https://github.com/ant-design/ant-design-mobile/issues/1475))

- **Bug Fix**
- 修复 ListView sticky header 被遮挡的问题。([#1456](https://github.com/ant-design/ant-design-mobile/issues/1456))
- `InputItem` 修复当`type=money` 虚拟键盘无法隐藏的问题。([#1468](https://github.com/ant-design/ant-design-mobile/issues/1468))


- **Improve && Enhancement**
- `InputItem` 背景图片替换为 svg。([#1470](https://github.com/ant-design/ant-design-mobile/issues/1470))
- `Button` 高度增大为 `94px`
- `ListItem` 高度减小为 `88px`
- `Result` 间距,字体,颜色调整。

## 1.3.1

`2017-06-19`
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ timeline: true

---

## 1.4.0

`2017-06-24`

- **Feature**
- `Button` 新增 `activeClassName` 以自定义点击时类名。([3331f00](https://github.com/ant-design/ant-design-mobile/commit/3331f00b1a89d7fb76dcffa554f1cf9b165819d9))
- `Card.Header` 的 thumb 支持 React.Element。([#1484](https://github.com/ant-design/ant-design-mobile/issues/1484))
- `InputItem` 支持通过 locale 来自定义内置文案。([#1475](https://github.com/ant-design/ant-design-mobile/issues/1475))

- **Bug Fix**
- 修复 ListView sticky header 被遮挡的问题。([#1456](https://github.com/ant-design/ant-design-mobile/issues/1456))
- `InputItem` 修复当`type=money` 虚拟键盘无法隐藏的问题。([#1468](https://github.com/ant-design/ant-design-mobile/issues/1468))


- **Improve && Enhancement**
- `InputItem` 背景图片替换为 svg。([#1470](https://github.com/ant-design/ant-design-mobile/issues/1470))
- `Button` 高度增大为 `94px`
- `ListItem` 高度减小为 `88px`
- `Result` 间距,字体,颜色调整。

## 1.3.1

`2017-06-19`
Expand Down
1 change: 1 addition & 0 deletions components/button/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Properties | Descrition | Type | Default
| type | can be set to `primary`/`ghost`/`warning` or omitted | string | - |
| size | can be set to `large``small` or omitted | string | `large`|
| activeStyle | the feedback's custom style (set to false to disable click feedback) | {}/false | {} |
| activeClassName | the feedback's custom class name | string | |
| disabled | set disabled | boolean | false |
| onClick | set the handler to handle `click` event | (e: Object): void | - |
| style | custom style | Object | - |
Expand Down
1 change: 1 addition & 0 deletions components/button/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ subtitle: 按钮
| type | 按钮类型,可选值为`primary`/`ghost`/`warning`或者不设 | string | - |
| size | 按钮大小,可选值为`large``small` | string | `large`|
| activeStyle | 点击反馈的自定义样式 (设为 false 时表示禁止点击反馈) | {}/false | {} |
| activeClassName | 点击反馈的自定义类名 | string | |
| disabled | 设置禁用 | boolean | false |
| onClick | 点击按钮的点击回调函数 | (e: Object): void ||
| style | 自定义样式 | Object ||
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-mobile",
"version": "1.3.1",
"version": "1.4.0",
"description": "基于 React 的移动设计规范实现",
"homepage": "http://mobile.ant.design",
"keywords": [
Expand Down

0 comments on commit a982cb9

Please sign in to comment.