Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Go to file
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>
il y a 5 jours
.github update dependencies (#562) il y a 2 mois
apps/website Add 6.1.1 to mini changelog il y a 2 mois
packages/shuffle release 6.1.1 il y a 2 mois
.browserslistrc Start v6 il y a 2 ans
.eslintignore Replace JSHint and JSCS with ESLint il y a 7 ans
.eslintrc.js Create monorepo (#399) il y a 2 ans
.gitignore Create monorepo (#399) il y a 2 ans
.node-version update dependencies (#562) il y a 2 mois
.prettierignore Create monorepo (#399) il y a 2 ans
CONTRIBUTING.md Update changelog for 6.1.0 il y a 2 ans
README.md Migrate to github actions (#378) il y a 2 ans
package.json Bump typescript from 4.9.5 to 5.4.5 il y a 5 jours
prettier.config.js Start v6 il y a 2 ans
turbo.json update dependencies (#562) il y a 2 mois
yarn.lock Bump typescript from 4.9.5 to 5.4.5 il y a 5 jours

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.