Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
lgarron committed Dec 23, 2020
1 parent 90a23e3 commit 89c5ee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubing",
"version": "0.13.0",
"version": "0.14.0",
"description": "A collection of Javascript cubing libraries.",
"author": "The js.cubing.net team",
"type": "module",
Expand Down

0 comments on commit 89c5ee2

Please sign in to comment.