Skip to content

Releases: meteorrn/meteor-react-native

v2.9.1

21 Sep 08:35
291c272

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

25 Aug 07:34
c065693

Choose a tag to compare

What's Changed

Full Changelog: v2.8.1...v2.9.0

2.8.1

17 Apr 06:56
f3222c7

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

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

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

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/[email protected]

What's Changed

New Contributors

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

v2.6.0

12 Sep 05:07
a6dec62

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/[email protected]

@meteorrn/local 1.0.3

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

Install via

$ npm install @meteorrn/[email protected]

What's Changed

New Contributors

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

2.5.0

09 Jun 08:14
2f9b4fb

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

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/[email protected]

What's Changed

New Contributors

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

2.3.0

09 Aug 21:15

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