Skip to content

Commit

Permalink
Version 0.13.0
Browse files Browse the repository at this point in the history
- Search optgroups #1343
- Change search match style #1344
- Remove memoization of search field width. #1359
- Remove Chosen's ID dependency #1360
- Rebuild Search Results After liszt:updated #1361
- Clear highlight when no results are found #1364
  • Loading branch information
pfiller committed Jul 17, 2013
1 parent 5dd7df1 commit a060ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chosen.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chosen",
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
"version": "0.12.1",
"version": "0.13.0",
"licenses": [
{
"type": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "harvest",
"name": "chosen",
"version": "0.12.1",
"version": "0.13.0",
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a060ce9

Please sign in to comment.