Releases: nerfstudio-project/viser
Releases · nerfstudio-project/viser
v0.1.34
Fix edge cases in 3D gui container.
Full Changelog: v0.1.33...v0.1.34
v0.1.33
Minor bug fixes: GUI dropdown edge case, unnecessary client builds.
Full Changelog: v0.1.32...v0.1.33
v0.1.32
Fixed edge cases with GUI containers.
Full Changelog: v0.1.31...v0.1.32
v0.1.31
What's Changed
- Fix bug in SE3::as_matrix by @Alescontrela in #216
New Contributors
- @Alescontrela made their first contribution in #216
Full Changelog: v0.1.30...v0.1.31
v0.1.30
What's Changed
- Support batch axes + broadcasting for
viser.transforms
by @brentyi in #208 - Handle empty string case for plotly json loading (bugfix) by @chungmin99 in #209
- Fix wrong length value for the initial value of vector3 by @yzslab in #213
New Contributors
Full Changelog: v0.1.29...v0.1.30
v0.1.29
What's Changed
- Fix termination problems when share URL is active by @brentyi in #204
- Ship client source with package by @atonderski in #205
- Fix
.add_image()
race condition by @brentyi in #206 - Add support for data URLs for images inside markdown elements by @brentyi in #207
- Visualize Plotly in viser by @chungmin99 in #198
New Contributors
- @atonderski made their first contribution in #205
Full Changelog: v0.1.28...v0.1.29
v0.1.28
v0.1.27
What's Changed
- Fix client auto-build for Windows machines by @simonbethke in #171
- Improve UI internals by @brentyi in #194
on_scene_pointer_done()
=>on_scene_pointer_removed()
by @brentyi in #196- Improve input controls styles by @brentyi in #197
New Contributors
- @simonbethke made their first contribution in #171
Full Changelog: v0.1.26...v0.1.27
v0.1.26
What's Changed
- Fix pose update edge case by @brentyi in #191
- Simplify message windowing + reduce
asyncio
overhead by @brentyi in #192 - Add upload file button by @jkulhanek in #168
- UI refinements, share URL QR code generation by @brentyi in #193
- Refactor scene pointer events + support rectangular selection by @chungmin99 in #157
Full Changelog: v0.1.25...v0.1.26
v0.1.25
What's Changed
- Update camera on r3f canvas change, not window by @chungmin99 in #178
- Fix markdown elements by @brentyi in #180
- Fix server-side rendering errors for React client (
nth-child
->nth-of-type
) by @brentyi in #177 - (Significantly) improve performance by turning off compression for websocket messages by @brentyi in #176
- Account for pixel ratio in point cloud shader by @brentyi in #175
Full Changelog: v0.1.24...v0.1.25