Skip to content

Releases: meteorrn/meteor-react-native

2.8.1

17 Apr 06:56
f3222c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.8.1

v2.8.0-rc.0

16 Jan 10:31
63671a1
Compare
Choose a tag to compare
v2.8.0-rc.0 Pre-release
Pre-release

This is an intermediate release for testing.

NPM Link: https://www.npmjs.com/package/@meteorrn/core/v/2.8.0-rc.0

v2.7.1

05 Jan 10:22
3160e26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.7.1

v2.7.0

04 Dec 08:00
a2ec075
Compare
Choose a tag to compare

Get the release

npm registry link: https://www.npmjs.com/package/@meteorrn/core/v/2.7.0

Install via

$ npm install @meteorrn/core@2.7.0

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

12 Sep 05:07
a6dec62
Compare
Choose a tag to compare

Get the releases

@meteorrn/core 2.6.0

npm registry link: https://www.npmjs.com/package/@meteorrn/core/v/2.6.0

Install via

$ npm install @meteorrn/core@2.6.0

@meteorrn/local 1.0.3

npm registry link: https://www.npmjs.com/package/@meteorrn/local/v/1.0.3

Install via

$ npm install @meteorrn/local@1.0.3

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

2.5.0

09 Jun 08:14
2f9b4fb
Compare
Choose a tag to compare

What's Changed

  • use @react-native-async-storage/async-storage as default storage fallback by @jankapunkt in #115
  • Replaced wolfy87-eventemitter with core EventEmtiter from 'events' by @jankapunkt in #116

Full Changelog: v2.4.0...v2.5.0

2.4.0

22 Mar 07:09
3f4cd96
Compare
Choose a tag to compare

Package release link

https://www.npmjs.com/package/@meteorrn/core/v/2.4.0

install via

npm install --save-exact @meteorrn/core@2.4.0

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

2.3.0

09 Aug 21:15
Compare
Choose a tag to compare

This release is mostly bug fixes:

  • Fix some bugs in Tracker for people who code which accessed the Tracker API
  • Expose a new semi-public API on Meteor.ddp called eventInterface, which allows you to register DDP event handlers (using Meteor.ddp.eventInterface.on which persist regardless of disconnection from server or the changing of the underlying web socket

2.2.0

08 Jun 00:07
af1364b
Compare
Choose a tag to compare
  • Update tracker to use a file cloned from the latest Meteor tracker distribution instead of 6 year old package
  • Fix bug where withTracker wouldn't respond to change in props
  • Export useTracker so it can be imported the same way as withTracker
  • If an Accounts.onLogin callback is registered while the user is already logged in, the callback will now be executed immediately

2.1.2 (RC1)

20 Jan 01:43
6f418ce
Compare
Choose a tag to compare
2.1.2 (RC1) Pre-release
Pre-release

npm install --save @meteorrn/core@2.1.2-rc1