Releases: meteorrn/meteor-react-native
Releases · meteorrn/meteor-react-native
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
Accounts
as 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
2.0.15
Just some minor fixes:
- Update to the new AsyncStorage package (credit: @OlivierJM)
2.0.14
Major Updates:
None
Minor updates:
None
Bug fixes:
- Fix some code quality issues
- Fix issue with removed observer
2.0.13
Bug Fixes
2.0.10 (Beta #1)
Convert Accounts.js from object to class
2.0.9
v2.0.9 Add verbose mode
2.0.8
Version 2.0.8 of MeteorRN is here, and it adds some nice goodies!
Breaking Changes:
None
@meteorrn/core:
- Support for local/client-only Mongo collections (
new Mongo.Collection(null)
) - Support for observe (
MyCollection.find().observe
)
@meteorrn/local:
A new package that stores your collections locally
Transition from meteor-react-native to @meteorrn/core
v2.0.7 Add pre-release @meteorrn/ndev-mfa companion package
2.0.6
Suppress warnings related to componentWillMount
.
2.0.5
Quick update to README regarding "/websocket" on the connection URL.