v0.6.0
0.6.0 (2026-07-20)
This release introduces a new read-only mode for demo instances and resolves a key issue with mobile dependencies.
✨ Highlights
- Added read-only mode for demo instances to restrict updates during demos. See setup details below. (#ee177d0)
- Fixed an issue by adding
react-native-workletsas a direct dependency for mobile apps. (#ac1ee7d)
⚠️ Breaking changes
- Admins must set the
READ_ONLYenvironment variable to"true"to enable the read-only mode for demo instances. Update your environment configuration accordingly before upgrading.
Full changelog (auto-generated)
0.6.0 (2026-07-20)
⚠ BREAKING CHANGES
- Admins must set the
READ_ONLYenvironment variable to "true" for demo instances to enable this feature.
Features
- add read-only mode for demo instances (ee177d0)
Bug Fixes
- add react-native-worklets as a direct mobile dependency (ac1ee7d)