Skip to content

Releases: meteorrn/meteor-react-native

2.1.0

18 Dec 01:40
579a117
Compare
Choose a tag to compare

This is the 2.1.0 update. Please note: this release contains several breaking changes.

New features:

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 of Meteor (e.g. Meteor.Accounts), use the named import instead
  • Meteor.collection (lowercase c) has been removed

Minor changes:

  • "@react-native-community/netinfo" has been made optional

Bug fixes:

  • Remove dependency on a require cycle

2.0.15

11 Dec 04:59
Compare
Choose a tag to compare

Just some minor fixes:

  • Update to the new AsyncStorage package (credit: @OlivierJM)

2.0.14

31 Aug 17:41
446d752
Compare
Choose a tag to compare

Major Updates:
None

Minor updates:
None

Bug fixes:

  • Fix some code quality issues
  • Fix issue with removed observer

2.0.13

07 Aug 21:33
Compare
Choose a tag to compare

Bug Fixes

2.0.10 (Beta #1)

26 Jul 19:12
Compare
Choose a tag to compare
2.0.10 (Beta #1) Pre-release
Pre-release

Convert Accounts.js from object to class

2.0.9

26 Jul 19:11
Compare
Choose a tag to compare
v2.0.9

Add verbose mode

2.0.8

23 Jun 23:35
Compare
Choose a tag to compare

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

20 Jun 20:53
Compare
Choose a tag to compare
v2.0.7

Add pre-release @meteorrn/ndev-mfa companion package

2.0.6

28 May 20:52
59962c5
Compare
Choose a tag to compare

Suppress warnings related to componentWillMount.

2.0.5

19 May 18:27
3e94986
Compare
Choose a tag to compare

Quick update to README regarding "/websocket" on the connection URL.