Skip to content

Commit c80f40a

Browse files
committed
feat(Tabs): support data-*
react-component/tabs#92
1 parent ca34b20 commit c80f40a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.en-US.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ timeline: true
1414

1515
---
1616

17+
## 1.6.2
18+
19+
`2017-08-13`
20+
21+
- **Improve && Enhancement**
22+
- `Tabs` support `data-*` attribute ([#1648](https://github.com/ant-design/ant-design-mobile/issues/1648))
23+
1724
## 1.6.1
1825

1926
`2017-08-12`

CHANGELOG.zh-CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ timeline: true
1414

1515
---
1616

17+
## 1.6.2
18+
19+
`2017-08-13`
20+
21+
- **Improve && Enhancement**
22+
- `Tabs` 支持 `data-*` 属性 ([#1648](https://github.com/ant-design/ant-design-mobile/issues/1648))
23+
1724
## 1.6.1
1825

1926
`2017-08-12`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-mobile",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "基于 React 的移动设计规范实现",
55
"homepage": "http://mobile.ant.design",
66
"keywords": [
@@ -48,7 +48,7 @@
4848
"rc-steps": "~2.5.1",
4949
"rc-swipeout": "~1.3.0",
5050
"rc-table": "~5.4.0",
51-
"rc-tabs": "~8.1.0",
51+
"rc-tabs": "~9.1.0",
5252
"rc-tooltip": "~3.4.3",
5353
"rc-touchable": "~1.2.2",
5454
"react-native-camera-roll-picker": "~1.1.6",

0 commit comments

Comments
 (0)