Skip to content

Commit

Permalink
Bump 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Aug 29, 2017
1 parent 1fe1695 commit a2c09ef
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,26 @@ timeline: true
* Major version release is not included in this schedule for breadking change and new features.

---
## 1.6.4
`2017-08-29`

- **Bug fix**
- Fix `SeachBar` in specific Client when `onClear` event was triggered, the `SearchBar` can't be auto focused. ([#1721](https://github.com/ant-design/ant-design-mobile/issues/1721))
- Fix `ListView` `scrollerOptions` undefined. ([#16](https://github.com/react-component/m-list-view/pull/16))
- Fix `SwipeAction` [touchabled feedback conflict with swipe gesture](https://github.com/react-component/swipeout/commit/b9b373bf4d378c5c98730b5ce96953050c29dbe2)
- Fix `Stepper` icon can not custom icon color。([#1694](https://github.com/ant-design/ant-design-mobile/issues/1694))
- Fix React Native `ImagePicker` throw error in react 16. ([#1707](https://github.com/ant-design/ant-design-mobile/issues/1707))
- Fix ` SwipeAction` z-index conflict with `InputItem`. ([#1720](https://github.com/ant-design/ant-design-mobile/issues/1720))

- **Improve && Enhancement**
- `InputItem` Refactor Custom Input, make sure there is only one MoneyKeyboard。 ([#1724](https://github.com/ant-design/ant-design-mobile/issues/1724))
- `InputItem` Refactor Custom Input, make sure there is only one MoneyKeyboard。 ([#1724](https://github.com/ant-design/ant-design-mobile/issues/1724))
- upgrade `rmc-picker` to v4。([#1593](https://github.com/ant-design/ant-design-mobile/issues/1593))
- `SearchBar` [support MaxLength](https://github.com/ant-design/ant-design-mobile/commit/cb674f77d8e6495a081c06c65b71f23a04c32954)
- `InputItem[type=money]` refactor to use global standalone instance。([#1763](https://github.com/ant-design/ant-design-mobile/pull/1736))
- `SearchBar` refactor to clear not blur。([#1731](https://github.com/ant-design/ant-design-mobile/pull/1731))
- `Picker` support visiable in controlled mode。([900f691](https://github.com/ant-design/ant-design-mobile/commit/900f6910bdd2b42fa97bac142671bf5089abc0a3))



## 1.6.3

Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,23 @@ timeline: true


## 1.6.4
`2017-08-29`

- **Bug fix**
- 修复 `SeachBar` 在特定客户端内`onClear`事件触发时无法自动`focus`到搜索栏的问题。([#1721](https://github.com/ant-design/ant-design-mobile/issues/1721))
- 修复 `SeachBar` 在特定客户端内`onClear`事件触发时无法自动 `focus` 到搜索栏的问题。([#1721](https://github.com/ant-design/ant-design-mobile/issues/1721))
- 修复 `ListView` 空保护 bug ([#16](https://github.com/react-component/m-list-view/pull/16))
- 修复` SwipeAction` [触摸反馈与滑动冲突的问题](https://github.com/react-component/swipeout/commit/b9b373bf4d378c5c98730b5ce96953050c29dbe2)
- 修复 `Stepper` icon 不支持自定义颜色。([#1694](https://github.com/ant-design/ant-design-mobile/issues/1694))
- 修复 RN `ImagePicker` 不兼容 react 16 error. ([#1707](https://github.com/ant-design/ant-design-mobile/issues/1707))
- 修复` SwipeAction``InputItem` z-index 冲突的问题。([#1720](https://github.com/ant-design/ant-design-mobile/issues/1720))

- **Improve && Enhancement**
- `InputItem` 重构自定义数字键盘,优化代码,保持只有一个自定义金额键盘实例。 ([#1724](https://github.com/ant-design/ant-design-mobile/issues/1724))
- `InputItem` 重构自定义数字键盘,优化代码,保持只有一个自定义金额键盘实例。 ([#1724](https://github.com/ant-design/ant-design-mobile/issues/1724))
- 统一升级 `rmc-picker` 到 v4。([#1593](https://github.com/ant-design/ant-design-mobile/issues/1593))
- `SearchBar` [支持 MaxLength](https://github.com/ant-design/ant-design-mobile/commit/cb674f77d8e6495a081c06c65b71f23a04c32954)
- `InputItem[type=money]` 虚拟数字键盘重构,全局独立复用。([#1763](https://github.com/ant-design/ant-design-mobile/pull/1736))
- `SearchBar` 清除交互体验优化。([#1731](https://github.com/ant-design/ant-design-mobile/pull/1731))
- `Picker` 显示支持受控模式。([900f691](https://github.com/ant-design/ant-design-mobile/commit/900f6910bdd2b42fa97bac142671bf5089abc0a3))

## 1.6.3

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd-mobile",
"version": "1.6.4-alpha.4",
"version": "1.6.4",
"description": "基于 React 的移动设计规范实现",
"homepage": "http://mobile.ant.design",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"rc-notification": "~2.0.0",
"rc-slider": "~8.2.0",
"rc-steps": "~2.5.1",
"rc-swipeout": "~1.4.6-alpha.6",
"rc-swipeout": "~1.4.6",
"rc-table": "~5.4.0",
"rc-tabs": "~9.1.0",
"rc-tooltip": "~3.4.3",
Expand Down

0 comments on commit a2c09ef

Please sign in to comment.