Skip to content

0.2.0: RealmProgress component & Realm instance swapping

Compare
Choose a tag to compare
@realm-ci realm-ci released this 28 Feb 13:23
· 5 commits to master since this release

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)