From 7ac44f5cececa65316bf41d1c1b550c6fb02c5a1 Mon Sep 17 00:00:00 2001 From: Eric Giovanola Date: Wed, 23 Mar 2016 12:16:35 -0700 Subject: [PATCH] Update readme and version to 0.2.3 --- README.md | 7 +------ package.json | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b8f55fc6..d825da2e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ var myData = [ As far as the source of the data, the component simply handles rendering and selection. It is agnostic about the data source (eg: an async endpoint), which should be handled separately. ## Example -An example file is included with the project. Simply open `index.html` in a browser. You can also try the [live example](http://ericgio.github.io/react-bootstrap-typeahead/). +An example file is included with the NPM module. Simply open `example/index.html` in a browser. If you're using the repository code, you'll need to run `npm run example` to build the example index file. You can then open the HTML file as described above. You can also try the [live example](http://ericgio.github.io/react-bootstrap-typeahead/). ## Documentation @@ -88,8 +88,3 @@ newSelectionPrefix | string | 'New selection:' | Provides the ability to specify options `required` | array | | Full set of options, including any pre-selected options. placeholder | string | | Placeholder text for the input. selected | array | `[]` | The selected option(s) displayed in the input. Use this prop if you want to control the component via its parent. - -## Future Enhancements -- [ ] Custom `Token` and `MenuItem` rendering -- [x] Create a new data item on the fly -- [ ] Test coverage diff --git a/package.json b/package.json index d856193d..36ed3f66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap-typeahead", - "version": "0.2.2", + "version": "0.2.3", "description": "React-based typeahead using the Bootstrap theme", "main": "lib/index.js", "directories": {