v2.1.0-beta.7
Pre-release
Pre-release
·
2 commits
to main
since this release
Patch Changes
- fdcc1f8: Fix measurement/dimension labels never appearing in viewers that stream new content (e.g. per
Grasshopper solve).updateScene/clearSceneremoved every top-level scene child except the floor on each update,
which detached the persistent CSS2Dlabel-layergroup. Labels added afterwards were parented to
an orphaned group, so the CSS2D renderer (which walks the live scene) never injected their DOM.
clearScenenow preserves persistent infrastructure —floor,grid, andlabel-layer— across
content updates. Demos that add geometry directly (never callingupdateScene) were unaffected,
which is why the label only went missing in consumer apps.- The CSS2D label overlay also gets an explicit
z-indexso it stacks above container scrims (e.g.
blur/loading overlays) that previously painted over it, while staying below menu/popover layers.