Skip to content

v8.0.0-rc.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@Zyie Zyie released this 04 Mar 13:11
· 146 commits to dev since this release

ℹ️ INFO

If you have any questions or issues we are actively monitoring our discord and github issues!

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.0.0-rc.10...v8.0.0-rc.11

🔥 Breaking

For users who have already migrated to v8, this release includes one small breaking changes.

  • Breaking: rename renderTargetDescriptor to renderTargetOptions by @GoodBoyDigital in #10237
    Old:
    RenderTarget.defaultDescriptor.resolution = 1;
    New:
    RenderTarget.defaultOptions = 1;
    This change now makes the API consistent with the rest of v8 that uses defaultOptions

🎁 Added

  • Feat: allow simple object manifest by @Zyie in #10235

🐛 Fixed