Release v0.1.32
github-actions
released this
29 Jun 05:02
·
3856 commits
to master
since this release
Release v0.1.32
🎨 We had our very first open source contribution! @cscheffauer started working on theming / dark mode support and I am happy to report that he got pretty far!
We fixed the "import from Github" button on the left pane
☢️ We fixed an issue that would prevent npm packages (such as @material-ui/core@next
) that use react/jsx-runtime
from working correctly.
🧑🔬 Trying react-three-fiber
in Utopia unearthed some problems with our introspection system, I'm happy to report we fixed two issues:
- We no longer rely on the HTML DOM to cull the metadata (which threw out everything we collected about react-three-fiber elements).
- We improved our support for React code that renders asynchronously or with any kind of delay. (previously we had a glitch when the Navigator would show outdated metadata until you scrolled the canvas or otherwise interacted with the editor)