Skip to content

Releases: giotiskl/filterizr

Fix gutter calculation for insertItem

15 Jul 21:40
Compare
Choose a tag to compare
  • Fix bug with gutter calculation for newly inserted items
  • Performance optimizations

Improve window resizing and gutterPixels behavior

10 Jul 18:34
Compare
Choose a tag to compare
  • Improve window resizing for precise and correct re-rendering of grid
  • Improve behavior of gutterPixels when setting them through setOptions

Add gutterPixels, removeItem, built-in spinner

10 Jul 18:31
Compare
Choose a tag to compare
  • 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

Simplify codebase, remove gridSelector from props

04 Jul 20:28
Compare
Choose a tag to compare

Integrate imagesloaded, extends options with more selectors and onInit

30 Jun 21:15
Compare
Choose a tag to compare

Drop jQuery dedependency

26 Jun 12:53
Compare
Choose a tag to compare

Support Bootstrap v4+ and display flex

02 Jun 14:27
Compare
Choose a tag to compare

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

Bug fixes, better test coverage

19 Feb 18:31
Compare
Choose a tag to compare
  • 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

Bug fix: item overlapping, broken container height for some layouts

11 Feb 15:49
Compare
Choose a tag to compare
  • Fix broken container height for certain layouts (e.g. sameWidth, packed)
  • Fix initial item overlapping

Closes: #82

jQuery as peer dependency

11 Feb 10:54
Compare
Choose a tag to compare
  • 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