Filterizr Versions Save

:sparkles: Filterizr is a JavaScript library that sorts, shuffles and filters responsive galleries using CSS3 transitions :sparkles:

v2.2.2

4 years ago
  • Fix bug with gutter calculation for newly inserted items
  • Performance optimizations

v2.2.1

4 years ago
  • Improve window resizing for precise and correct re-rendering of grid
  • Improve behavior of gutterPixels when setting them through setOptions

v2.2.0

4 years ago
  • Add a gutterPixels option that allows settings margins
  • Add a removeItem method that removes items from the grid
  • Add a built-in spinner animation to display while images are loading on first render

v2.1.1

4 years ago

v2.1.0

4 years ago

v2.0.1

4 years ago

1.3.5

5 years ago

Version 1.3.5

  • Add support for Bootstrap v4+ and flex layouts
  • Fix bug with infinite loop for sameWidth layout when window resizing and cols <= 0
  • Add polyfill for Array.prototype.includes and String.prototype.includes for IE11
  • Drop IE10 support, grids now use flex

closes #89 , #99, #88

1.3.4

6 years ago
  • Fixes a bug where the filter method would be called multiple times
  • Fixes a bug where some events would not deregister due to a problematic selector in destroy
  • Improves test coverage

1.3.3

6 years ago
  • Fix broken container height for certain layouts (e.g. sameWidth, packed)
  • Fix initial item overlapping

Closes: #82

1.3.2

6 years ago
  • Set jquery@^1.9.0 as peer dependency
  • Fix search bug which wouldn't filter out items not meeting the search criteria when a filter was active
  • Entry point of package now sets a default export of the jQuery object extended with Filterizr.

Merges: #80