Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paramquery committed Mar 9, 2015
1 parent ecac61f commit 7eddccc
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 20 deletions.
10 changes: 9 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
Version 1.0.1 (02/23/2015)
Version 1.1.0 (03/09/2015)
==========================

New: bottom edge detection.

Fix: strange blue box at bottom when search is false.


Version 1.0.1 (02/22/2015)
==========================

Fix: Radio button & Checkbox in popup menu not checked/unchecked when click directly.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,30 @@ ParamQuery select is an open source jQuery select plugin which converts ordinary

2. [Demos or Examples](http://paramquery.com/select)

Dependencies:

jquery >= 1.7.0
jqueryui >= 1.9.1


### Features:

```
1. use checkboxes with options in multiple select lists.
1. Checkboxes with options in multiple select lists.
2. Rdio buttons with options in single select lists.
2. use radio buttons with options in single select lists.
3. Search box.
3. search box.
4. Support for grouping via optgroup tag.
3. support for grouping via optgroup tag.
5. Support for disabled options via disabled attribute.
4. support for disabled options via disabled attribute.
6. Keyboard navigation.
6. keyboard navigation.
7. Edge detection.
7. theme roller ready.
8. Theme roller ready.
8. Supports major browsers IE8+, Chrome, Firefox, Safari, Opera.
9. Supports major browsers IE8+, Chrome, Firefox, Safari, Opera.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ParamQuery Select",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "http://paramquery.com/select",
"authors": [
"Paramvir Dhindsa <http://paramquery.com>"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "paramquery-select",
"version": "1.0.1",
"name": "pqselect",
"fullname": "paramquery-select",
"version": "1.1.0",
"author": {
"name": "Paramvir Dhindsa",
"url": "http://www.paramquery.com/"
Expand Down
4 changes: 2 additions & 2 deletions pqselect.dev.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pqselect.dev.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pqselect.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7eddccc

Please sign in to comment.