Realm JavaScript v10.20.0-beta.4
Pre-release
Pre-release
Notes
Based on Realm JS v10.15.0: See changelog below for details on enhancements and fixes introduced between this and the previous pre release (which was based on Realm JS v10.14.0).
Enhancements
- None.
Fixed
- Changed "react-native" main field to point to a
lib/index.native.js
file to help bundlers pick the right file when loading our library on React Native. (#4459) - Fixed resolving the "react-native" package when building from source, enabling developers to run the
./scripts/build-ios.sh
script themselves to build our iOS artifacts with the same version of Xcode / LLVM as they're building their app.
Compatibility
- MongoDB Realm Cloud.
- Realm Studio v11.0.0.
- APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
- File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).
Internal
- None.