Skip to content

Release v21.18.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 08:28
af85778

Summary

Generated TypeScript proxies can now preserve Arc serialization metadata in environments that cannot run legacy decorator transforms, while web projects retain decorator-based output by default.

Added

  • Added opt-in decorator-free metadata registration for generated TypeScript proxies, enabling React Native, Expo, Hermes, and toolchains without legacy decorator transforms. (#2440)