Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

49 lines (25 loc) · 1.47 KB

Release 0.3.0 (2019-02-28)

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

Release 0.2.0 (2019-02-28)

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)

Release 0.1.0 (2018-12-14)

Enhancements

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

Fixed

  • None

Internals

  • None