Skip to content

Releases: inProgress-team/react-native-meteor

1.4.0

09 Jul 14:16
Compare
Choose a tag to compare

New features and enhancements

1.3.0

25 May 14:10
Compare
Choose a tag to compare

New features and enhancements

🎉

1.2.0

24 Oct 20:42
Compare
Choose a tag to compare

Breaking changes

NetInfo change event changed to connectionChange event (#273) (dea57bc) - @ujwal-setlur

New features and enhancements

RN 0.46 compatibility

14 Jul 05:41
Compare
Choose a tag to compare

Fix import for RN 0.46 for batchedUpdates function.

Add peer dependencies

14 Jul 05:35
Compare
Choose a tag to compare
  • Added peer dependencies for RN 0.45.x
  • Updated README with compatibility information

1.0.5

04 Jul 21:36
Compare
Choose a tag to compare
  • Fix for batchedUpdates undefined in RN0.45 and up ( Issue #183 )
  • Fix for usage of React PropTypes now via prop-types package ( PR #243 )

1.0.3

19 Dec 18:38
Compare
Choose a tag to compare
  • Add support for collection transform
  • Updated example
  • Added yarn
  • Don’t try to reconnect ddp on network connection if it has been explicitly disconnected
  • Don’t send message while the socket is closing

1.0.1

28 Sep 17:03
Compare
Choose a tag to compare
  • Hotfix

Final 1.0.0

28 Sep 14:33
Compare
Choose a tag to compare

react-native-meteor is now available in final and stable version. Thanks everyone who contributed to this project !

  • Better containers performance
  • Fix subscriptions readiness handling

1.0.0-rc15

06 Sep 22:22
Compare
Choose a tag to compare
1.0.0-rc15 Pre-release
Pre-release
  • Add a check to ensure collection exist before DDP tries to remove or change data
  • getAuthToken Method