Socket
Socket
Sign inDemoInstall

filterizr

Package Overview
Dependencies
3
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

2.2.4

Diff

Changelog

Source

Version 2.2.4

  • Set display: none on filtered out items
yiotis
published 2.2.3 •

Changelog

Source

Version 2.2.3

  • Fix bug with circular JSON ref by dememoizing getFiltered
yiotis
published 2.2.2 •

Changelog

Source

Version 2.2.2

  • Performance optimization (by use of memoization)
  • Fix insertItem behavior when using gutterPixels
yiotis
published 2.2.1 •

Changelog

Source

Version 2.2.1

  • Fix grid behavior when changing gutterPixels through setOptions
  • Improve calculation of grid paddings when tweaking gutterPixels
  • Improve behavior of window resize event in reordering the grid
yiotis
published 2.2.0 •

Changelog

Source

Version 2.2.0

  • Add gutterPixels options to support margins out of the box
  • Change column calculation logic to use Math.floor instead of Math.round (fixes overflowing elements at the grid's end)
  • Add new public method removeItem that removes an item from the grid
  • Add a built-in loading spinner animation controlled through the spinner option in options.
  • Fix timing of callbacks
yiotis
published 2.1.1 •

Changelog

Source

Version 2.1.1

  • Remove gridSelector as it could not be used in any viable use case
  • Further simplification/optimization of codebase
yiotis
published 2.1.0 •

Changelog

Source

Version 2.1.0

  • Export TS type declarations for package consumers
  • Add searchTerm, gridSelector and gridItemsSelector to options
  • Extend constructor of Filterizr to accept either a selector or an HTMLElement as the first argument
  • Add ActiveFilter class to abstract away some complexity from toggleFilter
  • Add FilterizrOptions class to abstract away some complexity from the options
  • Add BrowserWindow class to abstract away window events
  • Add FilterItems class to abstract away the operations on FilterItem collections
  • Delay setting the transition property on FilterItem to have the animations playing only after the grid has been initialized.
  • Integrate imagesloaded with Filterizr to solve the common issue of overlapping images
  • Implement onInit event fired only once on the first render
yiotis
published 2.0.1 •

Changelog

Source

Version 2.0.1

  • Fix bug where setupControls in options was no functional
yiotis
published 2.0.0 •

Changelog

Source

Version 2.0.0

  • Filterizr is now a JavaScript library and has no jQuery dependency, but can still be used as a jQuery plugin
  • Converted the codebase to TypeScript
  • Fix a few minor bugs
  • Improved behavior of shuffle
  • Rebuilt the website in React
yiotis
published 1.3.5 •

Changelog

Source

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
23Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc