Releases: cubing/cubing.js
Releases · cubing/cubing.js
v0.14.1
v0.14.0
- 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
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
v0.12.18
v0.12.17
v0.12.16
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
v0.12.14
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.