You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scene traversal that takes place during a selection now stops at the first found object instead of continuing until no children remain. Any odd scene transforms should now be fixed.
Scene components now better handle edge cases. When children as function the function behavior is respected. When children end up being falsy we no longer render the intermediate scene elements.
Distributables now come with an icon.
Windows - The fs watcher used for the save indicator endpoint now uses polling to work around a timing bug.