Skip to content

Releases: cubing/cubing.js

v0.51.1

31 Aug 21:05
Compare
Choose a tag to compare

Release notes:

  • [puzzles] Support puzzle-specific keyboard mappings.
  • [search] Remove the note about Firefox 114.
  • Switch built-in module imports to getBuiltinModule(…).

v0.51.0

28 Jul 11:17
Compare
Choose a tag to compare

Release notes:

  • [cubing/notation] Fix the movecount for 3x3x3 moves with amount 0.

v0.50.1

28 Jul 11:14
Compare
Choose a tag to compare

Release notes:

  • [scramble] Update FMC scrambles to avoid collapsing moves between Kociemba phases.

v0.50.0

12 Jul 06:45
Compare
Choose a tag to compare

Release notes:

  • [search] Switch FTO scrambler to Chen Shuang's.

v0.49.3

10 Jul 01:19
Compare
Choose a tag to compare

Release notes:

  • [puzzles] Update the FTO SVG colors to match 3D. Thanks to @torchlight for noticing!

v0.49.2

03 Jul 01:40
Compare
Choose a tag to compare

Release notes:

  • [bluetooth] Improve detection of Hi- as a known GiiKER prefix.

v0.49.1

03 Jul 01:27
Compare
Choose a tag to compare

Release notes:

  • [bluetooth] Add Hi- as a known GiiKER prefix.

v0.49.0

06 Jun 02:23
Compare
Choose a tag to compare

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 by cubing.js, and did not affect scramble generation powered by twsearch.)

v0.48.4

01 May 07:04
Compare
Choose a tag to compare

Release notes:

  • Re-publish to avoid an issue with published types: #329
  • [puzzle-geometry] Fix a bug where center orientations are wrong for some puzzle rotations.

v0.48.3

30 Apr 17:31
Compare
Choose a tag to compare

Release notes:

  • [twisty] Make the mode option field of ManagedCustomElement 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.