Download Latest Version Realm JavaScript v12.14.2 source code.tar.gz (37.1 MB)
Email in envelope

Get an email when there's a new version of realm by MongoDB

Home / v12.14.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-11-12 1.3 kB
Realm JavaScript v12.14.0 source code.tar.gz 2024-11-12 37.1 MB
Realm JavaScript v12.14.0 source code.zip 2024-11-12 37.8 MB
Totals: 3 Items   74.9 MB 0

Enhancements

  • Added excludeFromIcloudBackup option to the Realm constructor to exclude the realm files from iCloud backup. (#4139 and #6927)

    :::typescript const realm = new Realm({ schema: [ / your schema / ], // Set to true to exclude from iCloud backup, false to include, defaults to false excludeFromIcloudBackup: true, });

Thanks @danibonilha for your PR and time crafting the testing guide for the iCloud backup exclusion feature.

Fixed

Compatibility

  • React Native >= v0.71.4
  • Realm Studio v15.0.0.
  • File format: generates Realms with format v24 (reads and upgrades file format v10).

Internal

Source: README.md, updated 2024-11-12