Skip to content

Commit

Permalink
Version 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Apr 9, 2019
1 parent 1d51d9b commit 686b8e1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-filter",
"version": "2.0.1",
"version": "2.0.2",
"description": "jQuery UI widget for structured queries",
"homepage": "http://evoluteur.github.io/structured-filter/",
"main": [
Expand All @@ -27,7 +27,8 @@
"form",
"ui",
"input",
"widget",
"model",
"metadata",
"jquery",
"jquery-ui"
]
Expand Down
2 changes: 1 addition & 1 deletion css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

body{
padding: 10px 20px;
font-size: 11pt;
font-size: 12pt;
font-family: "Century Gothic",arial;
color: #777;
font-weight: 300;
Expand Down
2 changes: 1 addition & 1 deletion css/structured-filter.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
structured-filter 2.0.1
structured-filter 2.0.2
http://evoluteur.github.io/structured-filter/
(c) 2019 Olivier Giulieri
*/
Expand Down
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 id="github">

<h1>Structured-Filter</h1>

<p>Structured-Filter (currently v2.0.1) 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 v2.0.2) 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 Expand Up @@ -95,8 +95,7 @@ <h1>Structured-Filter</h1>

$(document).ready(function(){

var v,
valueFormat = 'json';
var v, valueFormat = 'json';

function updateValue(format){
switch(format){
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 2.0.1
* structured-filter 2.0.2
*
* (c) 2019 Olivier Giulieri
*
Expand Down
4 changes: 2 additions & 2 deletions js/structured-filter.min.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-filter",
"version": "2.0.1",
"version": "2.0.2",
"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) 2019 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/structured-filter/",
Expand All @@ -25,13 +25,15 @@
},
"main": "js/structured-filter.js",
"keywords": [
"model",
"faceted",
"filter",
"query",
"editor",
"search",
"form",
"widget",
"metadata",
"UI",
"jquery",
"jquery-ui",
"jquery-plugin"
Expand Down

0 comments on commit 686b8e1

Please sign in to comment.