選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
ファイルへ移動
dependabot[bot] 733d6641c2
Bump typescript from 4.9.5 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
1日前
.github update dependencies (#562) 2ヶ月前
apps/website Add 6.1.1 to mini changelog 2ヶ月前
packages/shuffle release 6.1.1 2ヶ月前
.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) 2ヶ月前
.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 typescript from 4.9.5 to 5.4.5 1日前
prettier.config.js Start v6 2年前
turbo.json update dependencies (#562) 2ヶ月前
yarn.lock Bump typescript from 4.9.5 to 5.4.5 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.