Releases: giotiskl/filterizr
Releases · giotiskl/filterizr
Fix gutter calculation for insertItem
Improve window resizing and gutterPixels behavior
- Improve window resizing for precise and correct re-rendering of grid
- Improve behavior of
gutterPixels
when setting them throughsetOptions
Add gutterPixels, removeItem, built-in spinner
- 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
v2.1.1 2.1.1
Integrate imagesloaded, extends options with more selectors and onInit
Drop jQuery dedependency
v2.0.1 2.0.1
Support Bootstrap v4+ and display flex
Bug fixes, better test coverage
- 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
- Fix broken container height for certain layouts (e.g. sameWidth, packed)
- Fix initial item overlapping
Closes: #82
jQuery as peer dependency
- 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