Skip to content

Commit

Permalink
bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sohobloo committed Feb 9, 2018
1 parent 3bf8f38 commit 599be0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ You can find them in the example.

## Update History

### v0.6.1
- 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))
- Code optimization.

### v0.6.0
- Introduce `renderButtonText` property to extract button text from object array data.

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

## Installation
```sh
npm i react-native-modal-dropdown -S
npm i react-native-modal-dropdown -save
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-modal-dropdown-demo",
"version": "0.6.0",
"version": "0.6.1",
"description": "A demo for react-native-modal-dropdown component.",
"homepage": "https://github.com/sohobloo/react-native-modal-dropdown",
"license": "MIT",
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": "react-native-modal-dropdown",
"version": "0.6.0",
"version": "0.6.1",
"description": "A react-native dropdown component for both iOS and Android.",
"keywords": [
"react",
Expand Down

0 comments on commit 599be0b

Please sign in to comment.