Skip to content

Latest commit

 

History

History
169 lines (106 loc) · 7.84 KB

CHANGELOG.md

File metadata and controls

169 lines (106 loc) · 7.84 KB

Release 3.3.0 (2019-01-04)

Changes since v3.2.0

Enhancements

  • Adding in-app messages from Realm to the Greeting window. (#1056)
  • Error dialogs now clearly separates the failed intent and the message from the throw exception. (#1061)

Fixed

  • Fixed text rendering issue resulting in clipping of property name and types in the header of the browser window. It was only observed on Windows with high pixel density displays. (#1059, since v1.0.0)
  • Fixed an issue where sidebars got resized when a window got resized despite the sidebar being collapsed. (#1060, since v2.7.0)
  • Fixed potential issues from writing to partial Realms by opening them in a read-only mode. (#1062 & #1063, since v1.0.0)
  • Fixed the error shown when connecting to a Realm Cloud instance with an expired token. (#1067, since v1.18.1)

Internals

  • Fixed the Dockerfile used when testing PRs. (#1057)
  • Removing all existing and future unused locals. (#1058)
  • Refactored singleton windows. (#1066)

Release 3.2.0 (2018-12-21)

Changes since v3.1.3

This version of Studio changes how Realm state and file size metrics (displayed in the server administration window) are fetched from the server. Consequently server must be at least version 3.16.0 to display these sizes correctly.

Enhancements

  • Showing connection state (disconnected, connecting or connected) in the server administration window. (#1028)
  • No longer waiting for the entire admin Realm to download before showing realms and users in the server administration window. (#1028)

Fixed

  • Fixed displaying Realm state and file size in the server administration window. (#1028)
  • Fixed process directory creation on initial startup. (#1054, since v3.1.2)

Internals

  • None

Release 3.1.3 (2018-12-17)

Changes since v3.1.2

Enhancements

  • None

Fixed

  • Fixed connecting to a server using an admin token (again²). (#1050, since v3.0.0)

Internals

  • Removed all use of Realm JS from the main process. (#1049)
  • Upgraded Realm JS to v2.21.1. (#1050)

Release 3.1.2 (2018-12-11)

This version had a regression running on Windows and was therefore never released.

Changes since v3.1.1

Enhancements

  • None

Fixed

  • Fixed connecting to a server using an admin token (again). (#1038, since v3.0.0)

Internals

  • None

Release 3.1.1 (2018-12-07)

Changes since v3.1.0

Enhancements

  • None

Fixed

  • Fixed focussing classes with a missing object in the __Class table. It would show "Permissions for [name] class is missing". (#1037, since 3.1.0)

Internals

  • None

Release 3.1.0 (2018-12-07)

Changes since v3.0.7

Enhancements

  • When browsing a reference Realm a permission sidebar appears in the browser. (#946)

Fixed

  • Fixed missing padding in the Realm browsers sidebar when a schema was missing. (#1026)

Internals

  • Excluding the unpackaged directories when uploading to S3 (again). (#1013)
  • Updated the message in the greeting window to include a button for signing up for the Realm Cloud. (#1032 and #1035)

Release 3.0.7 (2018-11-16)

Changes since v3.0.6

Enhancements

  • None

Fixed

  • Fixed the automatic updating, which was was broken on Windows. (#1004)
  • Fixed choosing a PM timestamp when creating an object with a datetime value. (#1005)
  • Fixed adding a property when class had many properties and no objects. (#1008)
  • Fixed scrolling the modal dialog after adding an object to list when creating objects. (#1009)
  • Fixed the application menu, which was not updated until the user refocussed the window. (#1011)

Internal

  • Cleaned up the package.json by using semver instead of compare-versions and moved types to devDependencies. (#1010)
  • Excluding the unpackaged directories when uploading to S3. (#1012)
  • realm-js analytics have been disabled on the main process (similar to what we do for the renderer). (#994)

Release 3.0.6 (2018-11-14)

Changes since v3.0.5

Enhancements

  • None

Fixed

  • Windows are no longer rendering blank when connecting to a server on the Windows OS. (#998)

Internal

  • Updated Webpack and dependant modules. (#999)
  • Updated TS-lint, Prettier and fixed linting errors. (#1000)

Release 3.0.5 (2018-11-13)

Changes since v3.0.4

Enhancements

  • None

Fixed

  • Fixed the getting started scene of the server administration window, which was missing a button for the React Native quick start guide and the iOS and Android URLs was rendering 404 errors. (#963)
  • Fixed not showing the path-level permissions of a reference or partial Realm. (#989)
  • Fixed Windows getting smaller on the Windows OS each time the window was opened. (#991)

Internal

  • Updated the changelog and releasenotes. (#988)
  • Upgraded to Electron 3.0 + dependencies (#935)

Release 3.0.4 (2018-11-12)

Changes since v3.0.3

Enhancements

  • None

Fixed

  • Fixed a crash when sorting a column with type list. (#984)

Internal

  • Moved sentry id to the title and using the bug template for the body. (#983)
  • Automated building up release notes in this file as PRs are merged. (#987)

The project didn't use to have a CHANGELOG.md.

The notes for previous releases can be found on GitHub: https://github.com/realm/realm-studio/releases