Skip to content

Commit 1738aeb

Browse files
committed
Version 1.1.0.
1 parent f4db4bb commit 1738aeb

6 files changed

+11
-9
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structured-filter",
3-
"version": "1.0.11",
3+
"version": "1.1.0",
44
"description": "jQuery UI widget for structured queries",
55
"homepage": "http://evoluteur.github.io/structured-filter/",
66
"main": [

css/structured-filter.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
structured-filter 1.0.11
2+
structured-filter 1.1.0
33
http://evoluteur.github.io/structured-filter/
44
(c) 2017 Olivier Giulieri
55
*/
@@ -21,10 +21,9 @@
2121
font-weight: normal;
2222
}
2323
.evo-searchFilters a {
24+
border-radius: 14px;
2425
-moz-border-radius: 14px;
2526
-webkit-border-radius: 14px;
26-
-khtml-border-radius: 14px;
27-
border-radius: 14px;
2827
}
2928
.evo-searchFilters a span.ui-button-text {
3029
padding: 4px 33px 4px 12px;
@@ -44,6 +43,7 @@
4443
.evo-editFilter span#value {
4544
margin-right: 5px;
4645
}
46+
.evo-editFilter #value input[type="radio"],
4747
.evo-editFilter #value input[type="checkbox"] {
4848
margin-left: 5px;
4949
}
@@ -64,6 +64,8 @@
6464
color: #555;
6565
border: 1px solid #ccc;
6666
border-radius: 4px;
67+
-moz-border-radius: 4px;
68+
-webkit-border-radius: 4px;
6769
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
6870
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
6971
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 id="github">
2323

2424
<h1>Structured-Filter</h1>
2525

26-
<p>Structured-Filter (currently v1.0.11) is a Web UI for building structured search queries. It is a full jQuery UI widget, supporting various configurations and themes.
26+
<p>Structured-Filter (currently v1.1.0) is a Web UI for building structured search queries. It is a full jQuery UI widget, supporting various configurations and themes.
2727
</p>
2828

2929
<p>

js/structured-filter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* structured-filter 1.0.11
2+
* structured-filter 1.1.0
33
*
44
* (c) 2017 Olivier Giulieri
55
*

js/structured-filter.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structured-filter",
3-
"version": "1.0.11",
3+
"version": "1.1.0",
44
"description": "Generic Web UI for building structured search or filter queries. With it you can build structured search conditions like Firstname starts with 'A' and Birthday after 1/1/1990 and State in (CA, NY, FL)...",
55
"copyright": "(c) 2017 Olivier Giulieri",
66
"homepage": "http://evoluteur.github.io/structured-filter/",

0 commit comments

Comments
 (0)