Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Vai al 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>
3 giorni fa
.github update dependencies (#562) 2 mesi fa
apps/website Add 6.1.1 to mini changelog 2 mesi fa
packages/shuffle release 6.1.1 2 mesi fa
.browserslistrc Start v6 2 anni fa
.eslintignore Replace JSHint and JSCS with ESLint 7 anni fa
.eslintrc.js Create monorepo (#399) 2 anni fa
.gitignore Create monorepo (#399) 2 anni fa
.node-version update dependencies (#562) 2 mesi fa
.prettierignore Create monorepo (#399) 2 anni fa
CONTRIBUTING.md Update changelog for 6.1.0 2 anni fa
README.md Migrate to github actions (#378) 2 anni fa
package.json Bump typescript from 4.9.5 to 5.4.5 3 giorni fa
prettier.config.js Start v6 2 anni fa
turbo.json update dependencies (#562) 2 mesi fa
yarn.lock Bump typescript from 4.9.5 to 5.4.5 3 giorni fa

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.