Skip to content

Releases: realm/realm-studio

0.0.1-alpha.5: Re-enabling the browser

13 Sep 11:50
Compare
Choose a tag to compare
Pre-release

This release contains Realm Studio with the ability to browse local and synchronized realms.
It has read-only access to everything but properties of type "string".

0.0.1-alpha.4: Early release with synced data

12 Sep 13:39
Compare
Choose a tag to compare

This release integrates with Realm Object Server through synchronized Realms and adds minor fixes to UX issues found from interviewing Morten Krogh about the usage of Realm Studio.

This release should be used with ROS 2.0.0-alpha.27 or newer, install this via:

npm install [email protected]

0.0.1-alpha.3: Early release with mocked data

09 Sep 00:15
Compare
Choose a tag to compare

This version of Realm Studio focuses on user and realm management - the browser is still in the codebase, but there is currently no path or interaction to open it up.

The current limitations are:

  1. Users and Realms are read and written to a local realms that are not synced with ROS.
  2. The log is not functional with the currently released version of ROS.
  3. There is currently no UI to bring up the browser within Realm Studio - but it's in there.
  4. It has a temporary "Tools" tab (will be removed in the public release) that can be used to generate a lot of users and realms so you can see the nice scrolling, powered by react-virtualized.

Realm Studio alpha.1

09 Aug 12:28
Compare
Choose a tag to compare
Realm Studio alpha.1 Pre-release
Pre-release

An Electron browser that uses Realm in renderer process.