Skip to content

Releases: cubing/cubing.js

v0.54.1

02 Feb 09:33
Compare
Choose a tag to compare

Release notes:

  • [scramble] Prevent 2×2×2 scrambles from having adjacent L and R moves.

v0.54.0

02 Feb 08:59
Compare
Choose a tag to compare

Release notes:

  • [scramble] Use WASM for Square-1 scrambles.

v0.53.15

01 Feb 12:47
Compare
Choose a tag to compare

Release notes:

  • [puzzles] Add an SVG for baby_fto.

v0.53.14

01 Feb 09:19
Compare
Choose a tag to compare

Release notes:

  • [scramble] Fix scramble filtering for some events.
  • [scramble] Change baby_fto scrambles to use BR moves instead of D.

v0.53.13

20 Jan 21:22
Compare
Choose a tag to compare

Release notes:

  • [twisty] Use IntersectionObserver to avoid rendering players until they're on the screen.

v0.53.12

20 Jan 13:03
Compare
Choose a tag to compare

Release notes:

  • Update twsearch to get FMC scrambles without unintuive cancellations (e.g. R3' moves).

v0.53.11

16 Jan 13:05
Compare
Choose a tag to compare

Release notes:

  • Remove a a workaround for a Chrome bug that caused facelets to render darker on macOS.

v0.53.10

04 Jan 14:50
Compare
Choose a tag to compare

Release notes:

  • [scramble] baby_fto scrambles no longer include redundant moves (adjacent U and D moves).

v0.53.9

02 Jan 02:32
Compare
Choose a tag to compare

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

30 Nov 08:57
Compare
Choose a tag to compare

Release notes:

  • [twisty] Use Symbol for parsed alg char index tracking avoid exposing them publicly.