Releases: giotiskl/filterizr
Releases · giotiskl/filterizr
Bug fix
Extend public API, add tests, rewrite in ES6, ESLint.
Add support for latest jQuery versions
Bower support + Bug fixes
- Added Bower support.
- Fixed a bug which made Filterizr incompatible with some other scripts (e.g. Mootools) due to using for..in loops on Arrays.
- Fixed a bug where .filteredOut items would be clickable by adding
pointer-events: none
on all filtered out items (for IE10 a.filteredOut { z-index: 1-; }
rule is still needed in your CSS file).
Bug fixes
- Improved UX of setOptions method when overriding the callbacks object in options. All undefined callbacks will now be set to an empty function by default.
- Fixed a bug in getCategory method of filtr items, where a string would be compared with a number, by using parseInt.
- Fixed a bug in toggleFilter method where if the user would resize the window undefined would be added to the toggledOn filters and would cause an error to be thrown if the user switched off the categories.
Search feature
Added the ability to filter your items based on a search term.
Multi-filtering mode
1.1.0 Publish v1.1
Sorting with custom data-attributes
1.0.1 Merge branch 'master' of https://github.com/giotiskl/Filterizr