Skip to content

Releases: realm/react-realm-context

0.3.0: Fixed types

28 Feb 14:41
Compare
Choose a tag to compare

Changes since v0.2.0

Enhancements

  • None

Fixed

  • Fixed the types by removing the esModuleInterop from the tsconfig.json. (#15, since 0.2.0)

Internals

  • None

0.2.0: RealmProgress component & Realm instance swapping

28 Feb 13:23
Compare
Choose a tag to compare

Changes since v0.1.0

Enhancements

  • Added a RealmProgress component which will report progress when up or downloading. (#14)

Fixed

  • Fixed how context consuming components reacted to a Realm instance being swapped by the RealmProvider. (#12, since 0.1.0)

Internals

  • Added documentation using tsdocs published to GitHub pages on https://realm.github.io/react-realm-context. (#10)
  • Added better component oriented docs to the README.md. (#11)
  • Upgraded dependencies, restructured test utilities and fixed the ROS dependent tests. (#13)

0.1.0: Initial release of React Realm Context

14 Dec 13:09
Compare
Choose a tag to compare

Release 0.1.0 (2018-12-14)

Enhancements

  • Initial release of React Realm Context, see README.md for its features.

Fixed

  • None

Internals

  • None