Skip to content

Releases: cubing/cubing.js

v0.14.1

06 May 13:00
Compare
Choose a tag to compare
Release notes:

- [kpuzzle] Add `EquivalentOrbitTransformations()`.

v0.14.0

06 May 13:00
Compare
Choose a tag to compare
- Add `exports` field to `package.json`, for better `npm` import/require support.
- Use custom orbit controls for rotating 3D puzzles.
- Use optimized puzzles for PG3D.
- Add basic support for simultaneous moves (opt-in so far).
- Add picture cube support.
- Revise puzzle geometry notation.

v0.13.0

06 May 13:00
Compare
Choose a tag to compare
Release notes:

- The `cubing.js` build system and output builds have changed a lot. It should be possible to use the builds like before. Please file an issue if you run into any incomppatibilities while upgrading.
- Add COLL stickering, thanks to @preethamrn. #88

v0.12.19

06 May 13:00
Compare
Choose a tag to compare
Release notes:

- [twisty] Update CLS stickering to show DRF as the only primary sticker (forrealz).

v0.12.18

06 May 13:00
Compare
Choose a tag to compare
- Update CLS stickering to show DRF as only the primary sticker.
- Memory optimizations.

v0.12.17

04 Oct 19:42
Compare
Choose a tag to compare
Release notes:

- [alg] Add support for Megaminx WCA scramble moves.

v0.12.16

04 Oct 19:42
Compare
Choose a tag to compare
Release notes:

- [puzzle-geometry] Stickers are now sized to take up a certain fraction of the each face, for more natural results.
- [puzzle-geometry] Internal move name refactoring.
- [puzzle-geometry] Updated default octahedron colors.
- [twisty] Added a way to show render status, using `debugShowRenderStats()`.

v0.12.15

04 Oct 19:43
Compare
Choose a tag to compare
Release notes:

- [twisty] Add 5x5x5, 6x6x6, and 7x7x7 to `TwistyPlayer`.

v0.12.14

04 Oct 19:43
Compare
Choose a tag to compare
Release notes:

- [kpuzzle] Rename `parse` to `parseKPuzzle`. 30f7701a
- [twisty] Support (experimental) start setup. This allows `TwistyPlayer` to start with an arbitrary state. d8e7b7e6
- [twisty] `TwistyPlayer` now shows full-size opaque foundations below stickers.

See https://experiments.cubing.net/cubing.js/twisty/attributes.html to play with the latest `TwistyPlayer` options.

v0.12.13

04 Oct 19:43
Compare
Choose a tag to compare
Release notes:

- New `TwistyPlayer` attributes for `Cube3D`:
  - hint facelets
  - stickering
- Improve attribute/configuration reliability.