2.1.0
This is the 2.1.0 update. Please note: this release contains several breaking changes.
New features:
- Add
useTracker(Credit @copleykj)
Breaking changes:
- You may no longer use named imports for any property of the Meteor object (e.g.
import {subscribe} from '@meteorrn/core'). Only the following named exports are available:{ Accounts, withTracker, Mongo, packageInterface, ReactiveDict }. - You may no longer access
Accountsas a property ofMeteor(e.g.Meteor.Accounts), use the named import instead Meteor.collection(lowercasec) has been removed
Minor changes:
"@react-native-community/netinfo"has been made optional
Bug fixes:
- Remove dependency on a require cycle