Skip to content

2.1.0

Compare
Choose a tag to compare
@TheRealNate TheRealNate released this 18 Dec 01:40
· 233 commits to master since this release
579a117

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