Minigrid Versions Save

? Minimal 2kb zero dependency cascading grid layout

v2.1.4

8 years ago
  • Add npm files filter #34
  • Replace regexp match with test #35
  • Minor updates on site documentation

v2.1.3

8 years ago
  • Change default gutter to 0. Closes #28
  • Fix issue updating the container className with --loaded modifier multiple times
  • Check if itemsNodeList is an instance of NodeList #33

v2.0.3

8 years ago
  • Replace codepen demo links with jsbin

v2.0.2

8 years ago
  • Fix minigrid dist for gh-pages

v2.0.1

8 years ago
  • Add minigrid dist to gh-pages

v2.0.0

8 years ago
  • Major API change was to remove the arguments and add props object
  • Initialise when the document is ready
  • Append the --loaded modifier to the grid container and items
  • Minor bugs fixes and API improvements

For more information check the CHANGELOG.

v1.6.5

8 years ago
  • Fixed wrong loop #25

v1.6.4

8 years ago
  • Add faster forEach, code style adjustments and eslintrc #24

v1.6.3

8 years ago
  • Improve prefix detection #22

v1.6.2

8 years ago
  • Simplified tests #20. Related #19