Skip to content

Commit

Permalink
Publish v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giotiskl committed Mar 22, 2016
1 parent b46f94b commit bf6234e
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 27 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##Version 1.1.0
-Added new API method .filterizr('toggleFilter', toggledFilter), which is used for the new multi-filtering mode.
-Added new filtering mode and filtering controls for multi-filtering. The user can now activate filters and display specific portions of the gallery alone or in combination. When all filters are turned of an unfiltered gallery is shown.
-All filtered out .filtr-item elements now get a 'filteredOut' class when they are filtered out of the visible elements, so that the user can target them if needed.
-Improved error checking, when the value of the data-category attribute of .filtr-item elements is not an integer or a string of integers delimited by ', ' a comprehensive error is thrown.

##Version 1.0.1
-Improved sorting functionality. Users can now sort based on custom data-attributes. Just add your custom data-attribute
(e.g. data-mySortData) and then call
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.filterizr.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": "filterizr",
"version": "1.0.1",
"version": "1.1.0",
"description": "Filterizr is a jQuery plugin that sorts, shuffles and applies stunning filters over responsive galleries using CSS3 transitions and custom CSS effects",
"main": "src/jquery.filterizr.js",
"scripts": {
Expand Down
Loading

0 comments on commit bf6234e

Please sign in to comment.