Releases: inProgress-team/react-native-meteor
Releases · inProgress-team/react-native-meteor
1.4.0
1.3.0
1.2.0
Breaking changes
NetInfo change event changed to connectionChange event (#273) (dea57bc) - @ujwal-setlur
New features and enhancements
- Implement Optimistic UI in update method (#227) (c4fbeb0) - @malithjkmt
- Fix deprecated React.createClass() to a new module createReactClass (#270) (3ad1e43) - @rj-david
- Clear cache of minimongo on connect to remove stale documents (#275) (ac2d379) - @ujwal-setlur
RN 0.46 compatibility
Fix import for RN 0.46 for batchedUpdates function.
Add peer dependencies
- Added peer dependencies for RN 0.45.x
- Updated README with compatibility information
1.0.5
1.0.3
1.0.1
Final 1.0.0
react-native-meteor is now available in final and stable version. Thanks everyone who contributed to this project !
- Better containers performance
- Fix subscriptions readiness handling
1.0.0-rc15
- Add a check to ensure collection exist before DDP tries to remove or change data
- getAuthToken Method