Skip to content

Releases: realm/realm-studio

11.1.1

18 Jan 07:48
Compare
Choose a tag to compare

Changes since v11.1.0

Enhancements

  • None

Fixed

  • Implemented a simpler and shallow way of serializing objects (and lists of objects) in the browser. (#1452, since v11.0.0)

11.1.0

09 Jul 09:10
Compare
Choose a tag to compare

Changes since v11.0.1

Enhancements

  • Added reading properties of type "Dictionary". (#1443)

Fixed

  • Fixed opening synchronized Realm files. (#1443)

11.0.1

30 Jun 06:34
562710a
Compare
Choose a tag to compare

Changes since v11.0.0

Enhancements

  • None

Fixed

  • Fixed browsing Realms on non-darwin platforms. (184667)

11.0.0

24 Jun 20:01
1c0a371
Compare
Choose a tag to compare

Changes since v11.0.0-beta.1

Breaking Changes

  • Added support for reading / writing Realm files using Realm file format v22 (This supports a number of new datatypes available with beta versions of realm-js v10.5.0, realm-java v10.6.0, realm-cocoa v10.8.0 and realm-dotnet v10.2.0). When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. NOTE: Once the file has been upgraded, there is no way to downgrade it again and it can only be used by the SDKs that support Realm file format v22.

Enhancements

  • Added the ability to choose "All Files" when opening a Realm file, enabling opening files regardless of their file extension. (#1410)
  • Added reading and writing properties of type "UUID". (#1404)
  • Added reading properties of type "Set" and "Mixed". NOTE: Dictionary support got disabled in Realm JS after the merge of this PR. (#1419)

Fixed

  • "Download a demo Realm file" links to a demo-files of the correct file-format. (#1429)
  • Contained errors from rendering a cell to the cell component that threw. (#1435)

11.0.0-beta.1

21 May 14:22
0932215
Compare
Choose a tag to compare
11.0.0-beta.1 Pre-release
Pre-release

Changes since v11.0.0-beta.0

Enhancements

  • None

Fixed

  • Fixed the "browser" window crashing (rendered a white screen). The Realm JS native module was missing from the asar archive after the change to cmake moved the build artifacts. (#1426)

11.0.0-beta.0

18 May 11:54
f8d6c16
Compare
Choose a tag to compare
11.0.0-beta.0 Pre-release
Pre-release

Changes since v11.0.0-alpha.0

Breaking Changes

  • Added support for reading / writing Realm files using Realm file format v21 (This supports a number of new datatypes available with beta versions of realm-js v10.5.0, realm-java v10.6.0, realm-cocoa v10.8.0 and realm-dotnet v10.2.0). When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. NOTE: Once the file has been upgraded, there is no way to downgrade it again and it can only be used by the SDKs that support Realm file format v21.

Enhancements

  • Added reading properties of type "Set", "Dictionary" and "Mixed". (#1419)

Fixed

  • None

11.0.0-alpha.0

03 May 13:44
b9123ba
Compare
Choose a tag to compare
11.0.0-alpha.0 Pre-release
Pre-release

Changes since v10.1.2

Breaking Changes

  • Added support for reading / writing Realm files using Realm file format v21 (This supports a number of new datatypes available with beta versions of realm-js v?.?.?, realm-java v?.?.?, realm-cocoa v?.?.? and realm-dotnet v?.?.?). When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. NOTE: Once the file has been upgraded, there is no way to downgrade it again and it can only be used by the SDKs that support Realm file format v21.

Enhancements

  • Added the ability to choose "All Files" when opening a Realm file, enabling opening files regardless of their file extension. (#1410)
  • Added reading and writing properties of type "UUID". (#1404)

Fixed

  • None

10.1.2

17 Feb 15:38
Compare
Choose a tag to compare

Changes since v10.1.1

Enhancements

  • None

Fixed

  • When exporting to JSON, 'data' properties are serialized to base64-strings, and not {}. (#1367, since v10.1.0)
  • Fixed CSV importing into an existing Realm a bit more. The user now gets to choose what class data gets imported into. (#1391, since 1.12.0 & 5.0.2)

5.0.3

18 Feb 00:01
Compare
Choose a tag to compare

Changes since v5.0.2

Enhancements

  • None

Fixed

  • When exporting to JSON, 'data' properties are serialized to base64-strings, and not {}. (#1390, since v5.0.0)
  • Fixed CSV importing into an existing Realm a bit more. The user now gets to choose what class data gets imported into. (#1391, since 1.12.0 & 5.0.2)

10.1.1

28 Jan 12:56
e36837b
Compare
Choose a tag to compare

Changes since v10.1.0

Enhancements

  • None

Fixed

  • Fixed CSV importing into an existing Realm. The schema declared by the Realm file was not used, but instead generated from the in the CSV file data. (#1382, since 1.12.0)
  • Fixed the ability to run on Apple M1 SoC based computers. (#1386)