Releases: cubing/cubing.js
Releases · cubing/cubing.js
v0.49.3
Release notes:
- [puzzles] Update the FTO SVG colors to match 3D. Thanks to @torchlight for noticing!
v0.49.2
Release notes:
- [bluetooth] Improve detection of
Hi-
as a known GiiKER prefix.
v0.49.1
Release notes:
- [bluetooth] Add
Hi-
as a known GiiKER prefix.
v0.49.0
Release notes:
- Bump the
random-uint-below
dependency to avoid an edge case that could produce invalid/biased numbers. (This was extremely unlikely for the ranges of random numbers used bycubing.js
, and did not affect scramble generation powered bytwsearch
.)
v0.48.4
v0.48.3
Release notes:
- [twisty] Make the
mode
option field ofManagedCustomElement
optional. - [twisty] Increase the number of supported moves for the simultaneous move indexer up to 1024.
- [puzzle-geometry] Swap the F and R colors for FTO.
- [search] Avoid
2'
suffixes in 2x2x2 scrambles.
v0.48.2
Release notes:
- [types] Export
*
instead oftype *
in re-exports.
v0.48.1
Release notes:
- Fix packaging to include the type re-exports.
v0.48.0
Release notes:
- [puzzles] Add
LSOLL
andLSOCLL
stickerings. - [puzzles] Add the TriQuad puzzle.
- [types] Include re-exported types in top-level folders again.
- This allows TypeScript to pick up the types without having to author
tsconfig.json
, particularly in VS Code.
- This allows TypeScript to pick up the types without having to author
v0.47.1
Release notes:
- [twisty] Ensure the initial hint facelets animation always finishes.