Skip to content

Commit

Permalink
Version 1.0.9 + added bower.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Mar 17, 2016
1 parent ad454f1 commit a01b5ba
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ $("#myFilter").on("submit.search", function(event){

structured-filter is as easily themeable as any jQuery UI widget, using one of the [jQuery UI themes](http://jqueryui.com/themeroller/#themeGallery) or your own custom theme made with [Themeroller](http://jqueryui.com/themeroller/).

A version of structured-filter for [Bootstrap](http://getbootstrap.com/) and [Backbone.js](http://backbonejs.org/) is available as part of [Evolutility](http://evoluteur.github.com/evolutility/index.html).
[Evolutility](http://evoluteur.github.com/evolutility/index.html) provides a set of generic views for CRUD (Create, Read, Update, Delete) and more.
A version of structured-filter for [Bootstrap](http://getbootstrap.com/) and [Backbone.js](http://backbonejs.org/) is available as part of [Evolutility](http://evoluteur.github.com/evolutility/index.html)
set of [generic views](http://evoluteur.github.io/evolutility/doc/views.html) for CRUD (Create, Read, Update, Delete) and more.


## License
Expand Down
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "structured-filter",
"version": "1.0.9",
"description": "jQuery UI widget for structured queries",
"homepage": "http://evoluteur.github.io/structured-filter/",
"main": [
"js/structured-filter.js",
"less/structured-filter.less"
],
"license": "MIT",
"dependencies": {
"jquery": "~2.1.4",
"jquery-ui": "^1.10"
},
"keywords": [
"filter",
"query",
"builder"
"editor",
"search",
"form",
"ui",
"input",
"widget",
"jquery",
"jquery-ui"
]
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 id="github">
<a href="https://github.com/evoluteur/structured-filter">GitHub</a>
</h2>

<p>structured-filter (currently v1.0.8) 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.0.9) is a Web UI for building structured search queries. It is a full jQuery UI widget, supporting various configurations and themes.
</p>

<p class="demo-links">API Tests:
Expand Down Expand Up @@ -139,7 +139,7 @@ <h2 id="github">
}else if(v===1){
msg = '1 condition in filter.';
}else{
msg = v + ' conditions in filter.'
msg = v + ' conditions in filter.';
}
alert(msg);
});
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
* structured-filter 1.0.9
*
* Copyright (c) 2016, Olivier Giulieri
*
Expand Down
4 changes: 2 additions & 2 deletions js/structured-filter.min.js

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

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.8",
"version": "1.0.9",
"copyright": "(c) 2016 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/structured-filter/",
"author": {
Expand Down

0 comments on commit a01b5ba

Please sign in to comment.