Releases: rdeits/MeshCat.jl
Releases · rdeits/MeshCat.jl
v0.13.0
v0.12.0
MeshCat v0.12.0
Closed issues:
RotMatrix
fromRotations.jl
is not being brought into scope (#168)- Precompilation error: UnitQuaternion not defined (#172)
- How to toggle the background? (#173)
- Can this package connect to public IP? (#174)
- Support of GeometryBasics.Mesh (#181)
Merged pull requests:
- Switch to GeometryBasics (#166) (@rdeits)
- Correctly pass through
core.host
to the server (#175) (@rdeits) - Update meshcat js to suppport controlling the background (#176) (@rdeits)
- CompatHelper: bump compat for "FFMPEG" to "0.4" (#178) (@github-actions[bot])
- Restore start_browser kwarg from v0.9 (#180) (@Affie)
v0.11.3
v0.11.2
v0.11.1
v0.11.0
MeshCat v0.11.0
Merged pull requests:
- CompatHelper: bump compat for "Cassette" to "0.3" (#144) (@github-actions[bot])
- Re-enable static HTML visualizer rendering (#145) (@rdeits)
- CompatHelper: bump compat for "GeometryTypes" to "0.8" (#147) (@github-actions[bot])
- CompatHelper: bump compat for "Colors" to "0.12" (#148) (@github-actions[bot])
- Mark compatibility with FFMPEG 0.3 (#150) (@rdeits)
- Restrict MeshIO and Meshing compatibility (#155) (@rdeits)
- CompatHelper: bump compat for "Rotations" to "1.0" (#156) (@github-actions[bot])
- Use new Rotations interface (#158) (@bjack205)
v0.10.0
MeshCat v0.10.0
Closed issues:
- Might be nice to have a global
viewer
handle for debugging (#33) - SetProperty commands don't update the internal tree (#35)
- More synchronous operations (#60)
- with_logger(NullLogger()) breaks MeshCat (#68)
- Meshcat works in jupyter notebook but does not in jupyterlab (#83)
- Closing visualizer tab results in websocket connection error (#108)
Merged pull requests:
v0.9.1
- Better lighting controls (see meshcat-dev/meshcat#61 for details)
v0.9.0
v0.9.0 (2019-12-31)
Release notes:
- Add missing
kwargs
propagation inarrow_visualizer.jl
#130 (thanks, @ferrolho) - Update meshcat to meshcat-dev/meshcat@ae82a61.
- Use FFMPEG.jl to provide ffmpeg binary (#131)
- Add Blink.jl as a dependency to work around Pkg resolver issues (#135).
Closed issues:
- Orbit Controls - Panning (#132)
- Use FFMPEG.jl to provide a more uniform ffmpeg experience (#121)
- update threejs (#54)
Merged pull requests:
v0.8.0
v0.8.0 (2019-10-12)
Closed issues:
Merged pull requests:
- Fix MsgPack deprecation (#128) (rdeits)
- Fix MsgPack deprecation warning. (#126) (tkoolen)
- [PR against rd/update-js] updates to match WebIO. (#125) (tkoolen)
- Fix merging of AnimationTracks. (#124) (tkoolen)
- update to the latest meshcat js (#123) (rdeits)
- Add lower bound on Cassette. (#117) (tkoolen)
- Add merge! for animation types, insert! for AnimationTrack. (#115) (tkoolen)
- Fix notebook links in readme. (#114) (tkoolen)
- Use Cassette to record animations (#112) (tkoolen)
- work-around for race condition in
wait\(\)
(#111) (rdeits) - remove unnecessary access of scope.id (#110) (rdeits)
- Update to WebIO v0.8.x (#109) (rdeits)
- Change implementation of wait. (#99) (travigd)