Releases: concrete-utopia/utopia
Release v0.1.37
Release v0.1.37
Release v0.1.36
Release v0.1.36
Release v0.1.35
Release v0.1.35
Release v0.1.34
Release v0.1.34
Release v0.1.33
Release v0.1.33
Release v0.1.32
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)
Release v0.1.31
Release v0.1.31
Release v0.1.30
Release v0.1.29
Release v0.1.29
🚴♀️ If you had cyclic dependencies in your code, the Navigator (and the Utopia Magic) would be oblivious to some of the elements, now it works: #1412
☢️ A small fix for text rendering that would sometimes print [object Object] on the screeen: #1420
🌈 we no longer parse HSL values with 100x multiplier: #1418
🏝 we can now parse elements like <div {...props} />
: #1411
Release v0.1.28
Release v0.1.28