Skip to content

Commit

Permalink
Version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Dec 6, 2020
1 parent 2fbbd58 commit 8a20a27
Show file tree
Hide file tree
Showing 29 changed files with 33,711 additions and 59,820 deletions.
1,682 changes: 857 additions & 825 deletions build/spatial-controls.esm.js

Large diffs are not rendered by default.

2,029 changes: 883 additions & 1,146 deletions build/spatial-controls.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/spatial-controls.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions build/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { Action, SpatialControls } from "./core";
export { KeyCode, PointerButton } from "./input";
export { MovementState, RotationManager, TranslationManager } from "./managers";
export { GeneralSettings, KeyBindings, PointerSettings, RotationSettings, SensitivitySettings, TranslationSettings, Settings, ZoomSettings } from "./settings";
export { Direction, MovementStrategy, Strategy, ZoomStrategy } from "./strategies";
export * from "./core";
export * from "./input";
export * from "./managers";
export * from "./settings";
export * from "./strategies";
2 changes: 1 addition & 1 deletion build/types/settings/KeyBindings.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { KeyCode } from "../input";
import { Action } from "../core";
import { Action } from "../core/Action";
export declare class KeyBindings {
defaultActions: Map<KeyCode, Action>;
actions: Map<KeyCode, Action>;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spatial-controls",
"version": "3.0.3",
"version": "3.0.4",
"description": "Customizable 3D controls.",
"homepage": "https://github.com/vanruesc/spatial-controls",
"main": "build/spatial-controls.js",
Expand Down
Loading

0 comments on commit 8a20a27

Please sign in to comment.