Skip to content

Commit 623aaa0

Browse files
committed
docs(location): changelog
1 parent 938f1e3 commit 623aaa0

File tree

1 file changed

+39
-15
lines changed

1 file changed

+39
-15
lines changed

CHANGELOG.md

Lines changed: 39 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,51 @@
1+
<a name="0.0.4"></a>
2+
## [0.0.4](https://github.com/xgfe/react-native-picker-xg/compare/v0.0.1...v0.0.4) (2016-06-12)
3+
4+
5+
### Bug Fixes
6+
7+
* **location:** delete unneed files ([8cd4e7c](https://github.com/xgfe/react-native-picker-xg/commit/8cd4e7c))
8+
* **location:** the version of istanbul ([706af22](https://github.com/xgfe/react-native-picker-xg/commit/706af22))
9+
10+
11+
### Features
12+
13+
* **location:** add the iconStyle properties ([d181481](https://github.com/xgfe/react-native-picker-xg/commit/d181481))
14+
* **location:** add the unit test ([ea6f368](https://github.com/xgfe/react-native-picker-xg/commit/ea6f368))
15+
* **location:** add unit test, add note, add pushOpera function, change some exposed properties. ([711d491](https://github.com/xgfe/react-native-picker-xg/commit/711d491))
16+
17+
18+
119
<a name="0.0.1"></a>
2-
## 0.0.1 (2016-05-30)
20+
## [0.0.1](https://github.com/xgfe/react-native-picker-xg/compare/09fff47...v0.0.1) (2016-06-01)
321

422

523
### Bug Fixes
624

7-
* **location:** fix the iOS can not work bug ([61274f6](https://github.com/lulutia/react-native-tpicker/commit/61274f6))
8-
* **location:** fix the layout bug and the cancel bug ([9588da1](https://github.com/lulutia/react-native-tpicker/commit/9588da1))
9-
* **location:** fix the setState didn't work problem ([365d37a](https://github.com/lulutia/react-native-tpicker/commit/365d37a))
10-
* **location:** fix the wrong text bug ([7c346f6](https://github.com/lulutia/react-native-tpicker/commit/7c346f6))
11-
* **location:** try to solve the layout bug ([70b8f75](https://github.com/lulutia/react-native-tpicker/commit/70b8f75))
25+
* **location:** fix the iOS can not work bug ([61274f6](https://github.com/xgfe/react-native-picker-xg/commit/61274f6))
26+
* **location:** fix the layout bug and the cancel bug ([9588da1](https://github.com/xgfe/react-native-picker-xg/commit/9588da1))
27+
* **location:** fix the setState didn't work problem ([365d37a](https://github.com/xgfe/react-native-picker-xg/commit/365d37a))
28+
* **location:** fix the wheel bug ([7936943](https://github.com/xgfe/react-native-picker-xg/commit/7936943))
29+
* **location:** fix the wrong text bug ([7c346f6](https://github.com/xgfe/react-native-picker-xg/commit/7c346f6))
30+
* **location:** try to solve the layout bug ([70b8f75](https://github.com/xgfe/react-native-picker-xg/commit/70b8f75))
1231

1332

1433
### Features
1534

16-
* **location:** add readme ([aa9e3c5](https://github.com/lulutia/react-native-tpicker/commit/aa9e3c5))
17-
* **location:** add animation ([eceeaa3](https://github.com/lulutia/react-native-tpicker/commit/eceeaa3))
18-
* **location:** add propTypes check ([e5c19ac](https://github.com/lulutia/react-native-tpicker/commit/e5c19ac))
19-
* **location:** add TextInput style ([02b2ec2](https://github.com/lulutia/react-native-tpicker/commit/02b2ec2))
20-
* **location:** add the default props value ([a5dbab3](https://github.com/lulutia/react-native-tpicker/commit/a5dbab3))
21-
* **location:** add two wheels, however some layout bugs still here ([01502cd](https://github.com/lulutia/react-native-tpicker/commit/01502cd))
22-
* **location:** android wheel done, however, the iOS do not work ([3e8edba](https://github.com/lulutia/react-native-tpicker/commit/3e8edba))
23-
* **location:** cancel function ([ffd9d03](https://github.com/lulutia/react-native-tpicker/commit/ffd9d03))
24-
* **location:** trying to realize cascade wheels ([40c8b20](https://github.com/lulutia/react-native-tpicker/commit/40c8b20))
35+
* **location:** change the location of the readme ([fe48dbc](https://github.com/xgfe/react-native-picker-xg/commit/fe48dbc))
36+
* **location:** add a onResult func to expose the result ([8050882](https://github.com/xgfe/react-native-picker-xg/commit/8050882))
37+
* **location:** add animation ([eceeaa3](https://github.com/xgfe/react-native-picker-xg/commit/eceeaa3))
38+
* **location:** add propTypes check ([e5c19ac](https://github.com/xgfe/react-native-picker-xg/commit/e5c19ac))
39+
* **location:** add readme ([aa9e3c5](https://github.com/xgfe/react-native-picker-xg/commit/aa9e3c5))
40+
* **location:** add TextInput style ([02b2ec2](https://github.com/xgfe/react-native-picker-xg/commit/02b2ec2))
41+
* **location:** add the cascade function ([74ac881](https://github.com/xgfe/react-native-picker-xg/commit/74ac881))
42+
* **location:** add the default props value ([a5dbab3](https://github.com/xgfe/react-native-picker-xg/commit/a5dbab3))
43+
* **location:** add two wheels, however some layout bugs still here ([01502cd](https://github.com/xgfe/react-native-picker-xg/commit/01502cd))
44+
* **location:** android wheel done, however, the iOS do not work ([3e8edba](https://github.com/xgfe/react-native-picker-xg/commit/3e8edba))
45+
* **location:** cancel function ([ffd9d03](https://github.com/xgfe/react-native-picker-xg/commit/ffd9d03))
46+
* **location:** cascade wheel ([6dd50c5](https://github.com/xgfe/react-native-picker-xg/commit/6dd50c5))
47+
* **location:** fix the layout bug and use a strange way to set the width = = ([9a4755d](https://github.com/xgfe/react-native-picker-xg/commit/9a4755d))
48+
2549

2650

2751

0 commit comments

Comments
 (0)