Releases: realm/react-realm-context
Releases · realm/react-realm-context
0.3.0: Fixed types
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
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
Release 0.1.0 (2018-12-14)
Enhancements
- Initial release of React Realm Context, see README.md for its features.
Fixed
- None
Internals
- None