Releases: cubing/cubing.js
Releases · cubing/cubing.js
v0.54.1
v0.54.0
Release notes:
- [scramble] Use WASM for Square-1 scrambles.
v0.53.15
Release notes:
- [puzzles] Add an SVG for
baby_fto
.
v0.53.14
Release notes:
- [scramble] Fix scramble filtering for some events.
- [scramble] Change
baby_fto
scrambles to useBR
moves instead ofD
.
v0.53.13
Release notes:
- [twisty] Use
IntersectionObserver
to avoid rendering players until they're on the screen.
v0.53.12
Release notes:
- Update
twsearch
to get FMC scrambles without unintuive cancellations (e.g. R3' moves).
v0.53.11
Release notes:
- Remove a a workaround for a Chrome bug that caused facelets to render darker on macOS.
v0.53.10
Release notes:
- [scramble]
baby_fto
scrambles no longer include redundant moves (adjacentU
andD
moves).
v0.53.9
Release notes:
- [twisty] Add
opposite-centers
stickering. - [twisty] Ignore comments and newlines when determining simultaneous moves.
- [search] Fix target pattern parameter for
solveTwsearch(…)
. - [puzzles] Add
baby_fto
.
v0.53.8
Release notes:
- [twisty] Use
Symbol
for parsed alg char index tracking avoid exposing them publicly.