Skip to content

Commit 599be0b

Browse files
committed
bump version and update readme
1 parent 3bf8f38 commit 599be0b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ You can find them in the example.
1919

2020
## Update History
2121

22+
### v0.6.1
23+
- Fix [#127](https://github.com/sohobloo/react-native-modal-dropdown/issues/127) `renderButtonText` does not work on `select(idx)` (Thanks to [@swb2016](https://github.com/swb2016))
24+
- Code optimization.
25+
2226
### v0.6.0
2327
- Introduce `renderButtonText` property to extract button text from object array data.
2428

2529
[Full update history list](https://github.com/sohobloo/react-native-modal-dropdown/wiki/Update-History)
2630

2731
## Installation
2832
```sh
29-
npm i react-native-modal-dropdown -S
33+
npm i react-native-modal-dropdown -save
3034
```
3135

3236
## Usage

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-modal-dropdown-demo",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A demo for react-native-modal-dropdown component.",
55
"homepage": "https://github.com/sohobloo/react-native-modal-dropdown",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-modal-dropdown",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A react-native dropdown component for both iOS and Android.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)