Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 1.0.6
  • Loading branch information
retrofox committed Feb 10, 2014
1 parent e0e8303 commit 6523c02
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

1.0.6 / 2014-02-10
==================

* core: add `select` method

1.0.5 / 2014-02-05
==================

Expand Down
8 changes: 8 additions & 0 deletions Readme.md
Expand Up @@ -104,6 +104,14 @@ var dropdown = Dropdown('.dropdown-link', {
dropdown.focus('banana');
```

### Dropdown#select(slug):

Select dropdown with the item given. it doesn't emit `focus` event.

```js
dropdown.focus('banana');
```

## License

(The MIT License)
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "dropdown",
"description": "Dropdown component",
"repo": "component/dropdown",
"version": "1.0.5",
"version": "1.0.6",
"author": "Damian Suarez <rdsuarez@gmail.com>",
"twitter": "@retrofox",
"keywords": [
Expand Down

0 comments on commit 6523c02

Please sign in to comment.