Skip to content

Releases: giotiskl/filterizr

Bug fix

24 Jan 08:33
Compare
Choose a tag to compare

Fixes bug #77 where if the .filtr-container had more classnames Filterizr would not be instantiated

Extend public API, add tests, rewrite in ES6, ESLint.

20 Jan 22:01
Compare
Choose a tag to compare

This release is a major rewrite of Filterizr's core without breaking the existing API. It features:

  • Core rewritten in ES6, with Webpack and Babel
  • ESLint
  • Tests
  • Set up CI
  • Drop Bower support
  • Extend publish API with destroy and insertItem methods.

Closes #6, #20, #69, #13.

Add support for latest jQuery versions

26 May 11:33
Compare
Choose a tag to compare
  • Adds support for latest jQuery versions, removing the deprecated selector property
  • Fixes broken markdown headings

Merges #50, #52
Closes #26

Bower support + Bug fixes

21 May 16:20
Compare
Choose a tag to compare
  • 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

Bug fixes

23 Apr 18:29
Compare
Choose a tag to compare
  • 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

27 Mar 19:46
Compare
Choose a tag to compare

Added the ability to filter your items based on a search term.

Multi-filtering mode

22 Mar 21:18
Compare
Choose a tag to compare
1.1.0

Publish v1.1

Sorting with custom data-attributes

01 Mar 23:40
Compare
Choose a tag to compare
1.0.1

Merge branch 'master' of https://github.com/giotiskl/Filterizr