0.54.1
New Sponsors
Thank you for sponsoring the development of Triplex! With every new sponsor more time can be dedicated to implementing features, fixing bugs, and improving your experience.
blueangel1313 |
Bug Fixes
- Add support for scene objects to be passed transform props (
position
,rotation
, andscale
) via spread props. - During save a route transition will only occur if saving the file to another path.
- Focus state is now handled across the app.
- Delete and undo/redo actions are no longer double fired when using the hotkey in the editor.
- The Triplex orthographic cameras near plane has been decreased to ensure objects stay within view in the scene.
- Fixes a bug on Windows where it would throw assuming you were opening a file out of the open project.
- On save unused identifiers are now removed.
- Adding custom components to a scene no longer results in mismatches causing the context panel to error.
- Fix prop updated flow affecting children jsx elements unexpectedly.
- The welcome screen is now closed as early as possible instead of waiting for the scene to completely open.