Skip to content

0.53.0

Compare
Choose a tag to compare
@itsdouges itsdouges released this 08 Jun 04:04
· 767 commits to main since this release

New Features

  • Refresh scene command now available in the file menu, also available via the CommandOrCtrl + R hotkey.
  • Template dependencies used during project creation now use the latest versions available today.

Bug Fixes

  • macOS/Windows - Homebrew is now available in the PATH environment variable during dependency installation.
  • macOS/Windows - The view logs button on the welcome screen is no longer is disabled during project creation.
  • macOS/Windows - Welcome screen version number now positioned depending on OS.
  • macOS/Windows - When installing dependencies a dialog is presented to select a package manager if it could not be inferred.
  • Dependencies (react / @react-three/fiber / three) that were inconsistently listed as peer dependencies are now all peer dependencies, fixing pnpm usage.
  • The three peer dependency has been loosend from a carat ^ to a greater than or equals >= range.
  • Changes to prop types are now correctly propagating to all referencing modules that import them, previously you would have to restart triplex for the change to be applied.
  • Fix shell exec incorrectly having multiple install commands breaking yarn installation.