Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:46
· 22 commits to main since this release
9307f81

   🚨 Breaking Changes

  • three: Unify render mode props into one mode  -  by @posva (faa0e)

   🚀 Features

   🐞 Bug Fixes

  • Limit debug console to dev  -  by @posva (32453)
  • Keep wrapped Text from flex-shrinking over its sibling  -  by @posva (a12f5)
  • Clean supersampling toggle  -  by @posva (30ae5)
  • playground:
    • Re-own console after createApp so logs reach files  -  by @posva (a929f)
    • Hand Tres's raw camera to the terminal renderable  -  by @posva (52c19)
  • three:
    • Keep Bun compatible — no eager registerHooks import  -  by @posva (de2c3)
    • Re-sync autoAspect every frame  -  by @posva (c1141)
    • Stub VideoFrame/ImageBitmap globals for three 0.180 in Node  -  by @posva (52e82)
  • vite:
    • Bundle the 3D stack, externalize bun-webgpu by file URL  -  by @posva (1998b)
    • Externalize jimp to its node ESM entry  -  by @posva (f2737)
    View changes on GitHub