Commit Graph

485 Commits (f0e77074da111274b720a9e67584922c62a9e2bb)
 

Author SHA1 Message Date
Glen Cheney f0e77074da 6.1.0 2 years ago
Glen Cheney dffedd8cbb Update changelog for 6.1.0 2 years ago
Glen Cheney 060f16de3b
Add options page to docs (#402) 2 years ago
dependabot[bot] b5043f463d
Bump minimist from 1.2.5 to 1.2.6 (#400)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Glen Cheney b5a6fce46d update publish directory 2 years ago
Glen Cheney 521fffb510
Add auto deploys from `main` (#401)
https://docusaurus.io/docs/deployment#deploying-to-github-pages
2 years ago
Glen Cheney 1a1fccc2b5
Create monorepo (#399)
* Initial monorepo

* Add remaining docs

* updates

* Change dark mode illustration logic

* Drop Node 12

Docusaurus needs 14

* node 16 only?

* Update build command

* install jsdom manually
2 years ago
Glen Cheney 01cfb89287
Merge pull request #396 from Vestride/dependabot/npm_and_yarn/rollup/plugin-commonjs-22.0.1
Bump @rollup/plugin-commonjs from 21.1.0 to 22.0.1
2 years ago
dependabot[bot] 60afb21baa
Bump @rollup/plugin-commonjs from 21.1.0 to 22.0.1
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.1.0 to 22.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.1/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Glen Cheney 9997d805da
Merge pull request #391 from Vestride/dependabot/npm_and_yarn/sinon-14.0.0 2 years ago
dependabot[bot] 0689729f64
Bump sinon from 13.0.2 to 14.0.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 14.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v13.0.2...v14.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Glen Cheney 66d1780196 6.0.0 2 years ago
Glen Cheney 7c35895971
Merge pull request #380 from Vestride/v6
Shuffle v6 (not released yet)
2 years ago
Glen Cheney 4f0e58355d Fix issue Already clicked sort input is not working on Firefox refresh #376 2 years ago
Glen Cheney 8b06a98ec1 Use `dataset.foo` intead of `getAttribute('data-foo') 2 years ago
Glen Cheney 40315cfee5 Replace window resize event with ResizeObserver. 2 years ago
Glen Cheney 52b2235b0f Fix misspelled option in docs 2 years ago
Glen Cheney 56a3273b62 remove `use strict` declarations 2 years ago
Glen Cheney 59eaa5d5a9 ES6-ify 2 years ago
Glen Cheney c27e628139 Untrack dist files 2 years ago
dependabot[bot] 9c2d694817
Bump sinon from 12.0.1 to 13.0.0 (#381) 2 years ago
Glen Cheney 8a4911e100 Start v6 2 years ago
Glen Cheney 34b086274b
Upgrade dependencies (#379) 2 years ago
Glen Cheney 05dd46dc92
Migrate to github actions (#378)
* Migrate to github actions

* Remove `ci`. Forgot I removed the lockfile.

* Use `compile` instead of `build` so that tests aren't run twice

* Update build badge
2 years ago
Glen Cheney 30e5e3ac11 Replace inactive dependabot badge
https://github.com/dependabot/dependabot-core/issues/1912
3 years ago
Glen Cheney 7a19707812
Remove node 10 from travis (#354)
* Remove node 10 from travis

* Trigger build on travis-ci.com
3 years ago
dependabot[bot] 5b020f3257
Bump jest from 26.6.3 to 27.0.3 (#352)
* Bump jest from 26.6.3 to 27.0.3

Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.6.3...v27.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

* Use jsdom test env

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Glen Cheney <cheney.glen@gmail.com>
3 years ago
dependabot[bot] d6257d161c
Bump sinon from 10.0.1 to 11.1.1 (#353)
Bumps [sinon](https://github.com/sinonjs/sinon) from 10.0.1 to 11.1.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v10.0.1...v11.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Glen Cheney a3df28f1b5 5.4.1 3 years ago
Glen Cheney 38ca94900a 5.3.1 3 years ago
Glen Cheney d0d9ab8d34 Update changelog version 3 years ago
Glen Cheney 9f79d9f441
Add sortedItems prop, fix Chrome bug (#351) 3 years ago
Glen Cheney 19875b85b8 Upgrade dependencies 3 years ago
dependabot-preview[bot] 5907f4c7a9
Upgrade to GitHub-native Dependabot (#345)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years ago
dependabot-preview[bot] 959987d211
Bump sinon from 9.2.4 to 10.0.0 (#339)
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 10.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v9.2.4...v10.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years ago
Glen Cheney e815e91009 5.3.0 3 years ago
Glen Cheney b7a620ed59 Fix build scripts 3 years ago
Amir Hossein Karimi 2c8e76f635
Add RTL feature (#337)
* Ignore yarn.lock

* Remove sourceMap from rollup terser
- sourcemap option is removed. Now it is inferred from rollup options.

* Add isRTL option & RTL feature

* Compile dist files

* Add isRTL to documents

* Fix isRTL option passed to ShuffleItem class

* Update TypeScript definitions to add isRTL & Direction CSS

* Compile assets
3 years ago
dependabot-preview[bot] 1cfc241238
Bump gulp-postcss from 8.0.0 to 9.0.0 (#336)
Bumps [gulp-postcss](https://github.com/postcss/gulp-postcss) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/postcss/gulp-postcss/releases)
- [Commits](https://github.com/postcss/gulp-postcss/compare/8.0.0...9.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years ago
dependabot-preview[bot] 4c1076dbd5
Bump autoprefixer from 9.8.6 to 10.2.4 (#335)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.6 to 10.2.4.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.8.6...10.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years ago
dependabot-preview[bot] 1bbbf30a60
Bump typescript from 3.9.7 to 4.0.5 (#329)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
4 years ago
dependabot-preview[bot] 8a8e596ec1
Bump rollup-plugin-terser from 6.1.0 to 7.0.0 (#320)
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 6.1.0 to 7.0.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases)
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v6.1.0...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
4 years ago
Glen Cheney 1dfa6ed358 Fix readme formatting 4 years ago
Glen Cheney c2e8d301bb Replace greenkeeper with dependabot 4 years ago
dependabot-preview[bot] 2d8d55b49b
Bump jest from 25.5.4 to 26.1.0 (#318)
Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 26.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.5.4...v26.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
4 years ago
dependabot-preview[bot] 0ce4fe5e61
Bump eslint from 6.8.0 to 7.5.0 (#319)
* Bump eslint from 6.8.0 to 7.5.0

Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.5.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Remove node 8, add node 12

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Glen Cheney <cheney.glen@gmail.com>
4 years ago
Glen Cheney 2fbbe4fb48 trigger gh-pages 4 years ago
greenkeeper[bot] 52bf3ff44e
chore(package): update rollup-plugin-terser to version 6.0.0 (#313)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
4 years ago
Glen Cheney acf85b9b16 update gitignore 4 years ago
Glen Cheney 7178ceb020 rebuild with new deps 4 years ago