Skip to content

Bower support + Bug fixes

Compare
Choose a tag to compare
@giotiskl giotiskl released this 21 May 16:20
· 450 commits to master since this release
  • 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).

Closes #9, #3