2
0
Çatalla 0
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
Dosyaya git
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>
2 hafta önce
.github update dependencies (#562) 2 ay önce
apps/website Add 6.1.1 to mini changelog 2 ay önce
packages/shuffle release 6.1.1 2 ay önce
.browserslistrc Start v6 2 yıl önce
.eslintignore Replace JSHint and JSCS with ESLint 7 yıl önce
.eslintrc.js Create monorepo (#399) 2 yıl önce
.gitignore Create monorepo (#399) 2 yıl önce
.node-version update dependencies (#562) 2 ay önce
.prettierignore Create monorepo (#399) 2 yıl önce
CONTRIBUTING.md Update changelog for 6.1.0 2 yıl önce
README.md Migrate to github actions (#378) 2 yıl önce
package.json Bump typescript from 4.9.5 to 5.4.5 2 hafta önce
prettier.config.js Start v6 2 yıl önce
turbo.json update dependencies (#562) 2 ay önce
yarn.lock Bump typescript from 4.9.5 to 5.4.5 2 hafta önce

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.