Skip to content

Releases: noah-wardlow/mujoco-react

v10.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:08

10.9.0 (2026-07-19)

Features

  • honor jointLimits in GenericIK and bound per-iteration steps (d919db8)

v10.8.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 15:27

10.8.0 (2026-07-13)

Features

  • add hiddenBodies prop to skip rendering named bodies (f0108cd)

v10.7.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 23:55

10.7.0

Summary

This release improves the named actuator-control API so application code can write MuJoCo controls without hard-coding data.ctrl indices or carrying owner labels through normal controller code.

Highlights

  • Official MuJoCo bindings: no packaging or WASM-loading changes.
  • IK/control API: added defineControls() and useControls() for alias-based named actuator groups; useControlGroup() now supports set(name, value), patch(values), write(values), get(name), and generated owners by default.
  • New hooks/components/entrypoints: exported defineControls, useControls, ControlsHandle, and DefinedControls from the main package entrypoint.
  • Docs/examples: updated README and policy primitive docs to show the ergonomic named-control path first and clarify that generated register modules are injected by the Vite plugin, not imported manually by apps.
  • Migration/compatibility: existing controlGroup() / useControlGroup() remains available; prefer patch({ ... }) for batch object writes and set(name, value) for single writes.
  • Intentionally excluded: no changes to IK solver behavior, camera APIs, policy inference, MuJoCo WASM packaging, or example deployment configuration.
  • Verification: library npm run typecheck, library npm run build, linked example npx tsc --noEmit, linked example npm run build, published-package example npx tsc --noEmit, and published-package example npm run build.

v10.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 04:56

10.6.0 (2026-06-26)

Bug Fixes

  • stop IK solver diverging on unreachable targets (5a944ef)

Features

  • accept tuples and plain objects for IK target pose (656ddfe)

v10.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 03:38

10.5.0 (2026-06-26)

Features

  • live camera streams, policy image tensors, and typed control groups (ff236a4)

v10.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 21:06

10.4.0 (2026-06-24)

Features

  • add virtual camera debug overlays (bfe7dff)

v10.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:22

10.3.0 (2026-06-23)

Features

  • add policy camera render options (af6e9eb)

v10.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 21:47

10.2.1 (2026-06-22)

Bug Fixes

  • expose policy queue depth and capture mirroring (75f0cdf)

v10.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 20:11

10.2.0 (2026-06-22)

Features

  • add image point projection API (e195347)

v10.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 18:38

10.1.0 (2026-06-22)

Features

  • add policy primitives and camera capture controls (88d0e30)