Skip to content

Releases: concrete-utopia/utopia

Release v0.1.37

05 Jul 05:02
851bdc9
Compare
Choose a tag to compare

Release v0.1.37

Release v0.1.36

02 Jul 05:02
851bdc9
Compare
Choose a tag to compare

Release v0.1.36

Release v0.1.35

01 Jul 05:02
fab9a85
Compare
Choose a tag to compare

Release v0.1.35

Release v0.1.34

30 Jun 08:26
97c0d88
Compare
Choose a tag to compare

Release v0.1.34

Release v0.1.33

30 Jun 05:02
527297f
Compare
Choose a tag to compare

Release v0.1.33

Release v0.1.32

29 Jun 05:02
80264e6
Compare
Choose a tag to compare

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!

:octocat: 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:

  1. We no longer rely on the HTML DOM to cull the metadata (which threw out everything we collected about react-three-fiber elements).
  2. 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

28 Jun 05:02
e3efe95
Compare
Choose a tag to compare

Release v0.1.31

Release v0.1.30

25 Jun 05:02
70ea62a
Compare
Choose a tag to compare

Release v0.1.30

🥞 The error overlay now shows multiple stack frames, with proper source code snippets as well #1429

🎚 Our CEO procrastinated fixed an annoying issue with our slider component #1423

Release v0.1.29

24 Jun 05:02
Compare
Choose a tag to compare

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

23 Jun 10:01
Compare
Choose a tag to compare

Release v0.1.28