Skip to content

Commit

Permalink
Version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Jan 9, 2017
1 parent f4db4bb commit 1738aeb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-filter",
"version": "1.0.11",
"version": "1.1.0",
"description": "jQuery UI widget for structured queries",
"homepage": "http://evoluteur.github.io/structured-filter/",
"main": [
Expand Down
8 changes: 5 additions & 3 deletions css/structured-filter.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
structured-filter 1.0.11
structured-filter 1.1.0
http://evoluteur.github.io/structured-filter/
(c) 2017 Olivier Giulieri
*/
Expand All @@ -21,10 +21,9 @@
font-weight: normal;
}
.evo-searchFilters a {
border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
-khtml-border-radius: 14px;
border-radius: 14px;
}
.evo-searchFilters a span.ui-button-text {
padding: 4px 33px 4px 12px;
Expand All @@ -44,6 +43,7 @@
.evo-editFilter span#value {
margin-right: 5px;
}
.evo-editFilter #value input[type="radio"],
.evo-editFilter #value input[type="checkbox"] {
margin-left: 5px;
}
Expand All @@ -64,6 +64,8 @@
color: #555;
border: 1px solid #ccc;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 id="github">

<h1>Structured-Filter</h1>

<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.
<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.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion js/structured-filter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* structured-filter 1.0.11
* structured-filter 1.1.0
*
* (c) 2017 Olivier Giulieri
*
Expand Down
4 changes: 2 additions & 2 deletions js/structured-filter.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-filter",
"version": "1.0.11",
"version": "1.1.0",
"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)...",
"copyright": "(c) 2017 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/structured-filter/",
Expand Down

0 comments on commit 1738aeb

Please sign in to comment.