Skip to content

5.0.0-beta94

Pre-release
Pre-release
Compare
Choose a tag to compare
@4ian 4ian released this 14 May 19:39
· 4088 commits to master since this release

This is an experimental bug fix release containing internal changes. In case of issues when using the app, please report them on the forum or as a GitHub issue, and use beta 93 if needed.

Known bug in this experimental release: renaming or deleting a scene will crash the app. Use beta 93 instead.

🐛 Bug fixes

  • Fix color picker fields that couldn't be focused when choosing a color
  • Fix help icon size in the expression selector
  • Fix error highlighting offset in expression fields

🛠Internal improvements

  • Refactor MainFrame as a functional component with hooks (Thanks @HarsimranVirk!)
  • Add documentation for gdjs.RuntimeScene setBackgroundColor and getBackgroundColor.