Releases: inProgress-team/react-native-meteor
Releases · inProgress-team/react-native-meteor
1.0.0-beta26
- Fix FSCollection insert, update, and remove
- Allow hot reloading
- Disabled FSCollectionImagesPreloader with Android
1.0.0-beta25
- Subscriptions ready handle #40
- Deprecated startMeteorSubscriptions. A warning message is shown is you use this method. Will be removed soon. Please use getMeteorData to start subscriptions.
1.0.0-beta24
- FSCollectionImagesPreloader component
1.0.0-beta23
- Fix btoa not available when Chrome debuguer tools not launched
1.0.0-beta22
- EJSON type FS.File added. getFileRecord() now works in FS.File references in your objects
1.0.0-beta21
- Fix #41
1.0.0-beta20
- Added react-native-meteor-router-flux repository
- MeteorComplexListView component
1.0.0-beta19
- Reconnects when call Meteor.logout
- Optimize performances
- Somes fixs
1.0.0-beta18
- Fix #32
1.0.0-beta17
- Meteor.collection(collectionName).update (only online for now)
- Meteor.logoutOtherClients
- Allow to insert documents with specified _id and prevent insert with existing _id