Releases: meteorrn/meteor-react-native
Releases · meteorrn/meteor-react-native
2.8.1
What's Changed
- docs: add logo to readme by @bratelefant in #146
- feature: make NetInfo injectable/truly optional by @jankapunkt in #145
- Docs: Added jsDoc by @jankapunkt in #144
- do not save token Id, if value is null by @bratelefant in #149
- Fix/connection events by @jankapunkt in #147
- Fix: prototype pollution in collection by @jankapunkt in #157
- fix: strictly respect autoConnect flag by @jankapunkt in #153
Full Changelog: v2.7.1...v2.8.1
v2.8.0-rc.0
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
What's Changed
- build(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #135
- build(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2 by @dependabot in #134
- Implement Accounts.has2faEnabled by @bratelefant in #139
- fix: enableVerbose() not setting isVerbose correctly by @taras-danyliuk in #140
- Release 2.7.1 to master by @jankapunkt in #138
New Contributors
- @taras-danyliuk made their first contribution in #140
Full Changelog: v2.7.0...v2.7.1
v2.7.0
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
- Update Meteor.d.ts by @pihentagy in #132
- add 2fa login by @bratelefant in #136
New Contributors
- @pihentagy made their first contribution in #132
Full Changelog: v2.6.0...v2.7.0
v2.6.0
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
- Merge release 2.5.0 into master by @jankapunkt in #117
- Meteor rn reachability url pr by @bratelefant in #120
- Local collection reactivity fixed by @bratelefant in #123
- Fix: use a maintained minimal event emitter to prevent missing events error by @jankapunkt in #129
- set subs to not ready on disconnect by @bratelefant in #128
- Merge master back into dev, prepare release 2.6.0 by @jankapunkt in #130
- Fix loginWithToken when token is invalid by @vforvasile in #126
- Release 2.6.0 by @jankapunkt in #131
New Contributors
- @bratelefant made their first contribution in #120
- @vforvasile made their first contribution in #126
Full Changelog: v2.5.0...v2.6.0
2.5.0
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
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
- Implement tests + coverage by @jankapunkt in #83
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #91
- Bring dev up to date with master by @TheRealNate in #101
- Merge dev into master by @TheRealNate in #102
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #105
- Add loggingOut as a reactive source by @matheusccastroo in #108
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #107
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #106
- Update dependencies by @jankapunkt in #99
- Update user logging sequence and make collections deal with reactivity better by @ToyboxZach in #111
- Release 2.4.0 by @jankapunkt in #113
New Contributors
- @jankapunkt made their first contribution in #83
- @matheusccastroo made their first contribution in #108
- @ToyboxZach made their first contribution in #111
Full Changelog: v2.3.0...v2.4.0
2.3.0
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
calledeventInterface
, which allows you to register DDP event handlers (usingMeteor.ddp.eventInterface.on
which persist regardless of disconnection from server or the changing of the underlying web socket
2.2.0
- 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)
npm install --save @meteorrn/[email protected]