您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
转到文件
dependabot[bot] 863089553e
Bump the npm_and_yarn group across 1 directory with 3 updates
Bumps the npm_and_yarn group with 3 updates in the / directory: [express](https://github.com/expressjs/express), [follow-redirects](https://github.com/follow-redirects/follow-redirects) and [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware).


Updates `express` from 4.18.1 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.1...4.19.2)

Updates `follow-redirects` from 1.15.5 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6)

Updates `webpack-dev-middleware` from 5.3.1 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.1...v5.3.4)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
1 天前
.github update dependencies (#562) 1 个月前
apps/website Add 6.1.1 to mini changelog 1 个月前
packages/shuffle release 6.1.1 1 个月前
.browserslistrc Start v6 2 年前
.eslintignore Replace JSHint and JSCS with ESLint 7 年前
.eslintrc.js Create monorepo (#399) 2 年前
.gitignore Create monorepo (#399) 2 年前
.node-version update dependencies (#562) 1 个月前
.prettierignore Create monorepo (#399) 2 年前
CONTRIBUTING.md Update changelog for 6.1.0 2 年前
README.md Migrate to github actions (#378) 2 年前
package.json Bump @rollup/plugin-babel from 6.0.3 to 6.0.4 (#557) 4 周前
prettier.config.js Start v6 2 年前
turbo.json update dependencies (#562) 1 个月前
yarn.lock Bump the npm_and_yarn group across 1 directory with 3 updates 1 天前

README.md

Shuffle Build 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.