You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
dependabot[bot] b4b992a207
Bump gulp-sass from 4.1.1 to 5.0.0
Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/dlmanning/gulp-sass/releases)
- [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dlmanning/gulp-sass/compare/v4.1.1...v5.0.0)

---
updated-dependencies:
- dependency-name: gulp-sass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
.github Upgrade to GitHub-native Dependabot (#345) 3 years ago
dist Add sortedItems prop, fix Chrome bug (#351) 3 years ago
docs Update changelog version 3 years ago
gulp Fix build scripts 3 years ago
src Add sortedItems prop, fix Chrome bug (#351) 3 years ago
test Add sortedItems prop, fix Chrome bug (#351) 3 years ago
.babelrc Fix build scripts 3 years ago
.editorconfig Add .editorconfig file. Save all files again to be consistent. 11 years ago
.eslintignore Replace JSHint and JSCS with ESLint 7 years ago
.eslintrc.js Add sortedItems prop, fix Chrome bug (#351) 3 years ago
.gitignore Add RTL feature (#337) 3 years ago
.npmrc Add npmrc file so that npm version doesn't fail. 6 years ago
.travis.yml Remove node 10 from travis (#354) 3 years ago
CONTRIBUTING.md Update release process steps 5 years ago
LICENSE Update license year 5 years ago
README.md Replace inactive dependabot badge 3 years ago
gulpfile.js Update eslint rules 5 years ago
index.d.ts Add sortedItems prop, fix Chrome bug (#351) 3 years ago
jest.config.js Bump jest from 26.6.3 to 27.0.3 (#352) 3 years ago
package.json Bump gulp-sass from 4.1.1 to 5.0.0 3 years ago

README.md

Shuffle Build Status Dependency Status Dependabot Status NPM version

Categorize, sort, and filter a responsive grid of items.

npm install shufflejs

Docs and Demos

All found here

Usage (with ES6)

import Shuffle from 'shufflejs';

const shuffleInstance = new Shuffle(document.getElementById('grid'), {
  itemSelector: '.js-item',
  sizer: '.js-shuffle-sizer',
});

Inspiration

This project was inspired by Isotope and Packery.