Skip to content

Conversation

@TheRealNate
Copy link
Collaborator

@TheRealNate TheRealNate commented Aug 9, 2020

The latest beta release of this update on NPM is 2.1.0-beta1

Breaking changes:

  • This release will end support for old package name meteor-react-native
  • Support for Meteor.collection (lowercase-C) has been removed. Use Mongo.Collection (recommended) or Meteor.Collection (less recommended) instead

Updates:

  • Add useTracker

Bugs Fixes:
This release fixes issues #3, #4, and #29

Nathaniel Dsouza and others added 7 commits August 7, 2020 17:45
* Allow other AsyncStorage packages to be used

* Allows for option to specify AsyncStorage package...
Either React Native Async Storage (Expo), with fallback using @react-native-community/async-storage if no AsyncStorage is provided for backwards compatibility.

* Remove commented code

* Fix package version

* Add "Custom Storage Adapter" to Installation

* Update AsyncStorage options

* Bump package version to 2.0.2 since no longer a breaking change

* Throw an error instead of console error if no AsyncStorage installed

* Remove dead code `setItem()`

* Temporary solution to depreciated componentWillUpdate...
Using the [`UNSAFE_componentWillUpdate()`](https://reactjs.org/docs/react-component.html#unsafe_componentwillupdate) version to get throgh React v17.

* Moved code to a constructor to replace componentWillMount()...
depreciated code

Co-authored-by: Nathaniel Dsouza <nate@kidzideaz.xyz>
@TheRealNate
Copy link
Collaborator Author

Beta release 2.1.0-beta1 has been published, and is open for testing.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 💯

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 💯

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 💯

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 💯

* Update MFA companion package (#27)

* Create manual.yml
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 💯

@TheRealNate
Copy link
Collaborator Author

This release will also fix #3 and #4

@TheRealNate TheRealNate changed the title 2.1.0 WIP: 2.1.0 Aug 9, 2020
* Update MFA companion package (#27)

* Create manual.yml

* Create stale.yml

* Update stale.yml

* Update index.js

* Add a semicolon

* Remove unused assignment to options (#34)

* Remove unused assignment to options

* Mark SHA256 insufficient as wontfix

* Remove unused variable self

* Remove unused variable serializedValue

* Remove unused state properties loading
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
JavaScript Source Analyzer 0 0 6 2

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@TheRealNate
Copy link
Collaborator Author

TheRealNate commented Sep 16, 2020

Since this release affects core features of Meteor React Native (withTracker), we are still working on testing this release. We are eager for help from the community to test this release! Whether you have an issue, or everything works fine, let us know your experience with this beta release by reacting on the original post.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
JavaScript Source Analyzer 0 0 3 1

Recommendation

Looks good ✔️

@meteorrn meteorrn deleted a comment from lgtm-com bot Dec 11, 2020
@meteorrn meteorrn deleted a comment from lgtm-com bot Dec 11, 2020
@meteorrn meteorrn deleted a comment from lgtm-com bot Dec 11, 2020
@meteorrn meteorrn deleted a comment from lgtm-com bot Dec 11, 2020
@meteorrn meteorrn deleted a comment from lgtm-com bot Dec 11, 2020
@meteorrn meteorrn deleted a comment from lgtm-com bot Dec 11, 2020
@meteorrn meteorrn deleted a comment from lgtm-com bot Dec 11, 2020
@meteorrn meteorrn deleted a comment from lgtm-com bot Dec 11, 2020
@lgtm-com
Copy link

lgtm-com bot commented Dec 11, 2020

This pull request introduces 4 alerts and fixes 2 when merging 8852e46 into ae4d2c9 - view on LGTM.com

new alerts:

  • 4 for Property access on null or undefined

fixed alerts:

  • 2 for Self assignment

@meteorrn meteorrn deleted a comment from lgtm-com bot Dec 11, 2020
@lgtm-com
Copy link

lgtm-com bot commented Dec 11, 2020

This pull request fixes 2 alerts when merging 3039ba1 into 89f4a92 - view on LGTM.com

fixed alerts:

  • 2 for Self assignment

@TheRealNate TheRealNate changed the title WIP: 2.1.0 RC: 2.1.0 Dec 11, 2020
@lgtm-com
Copy link

lgtm-com bot commented Dec 11, 2020

This pull request fixes 2 alerts when merging 65cda3e into 89f4a92 - view on LGTM.com

fixed alerts:

  • 2 for Self assignment

@TheRealNate
Copy link
Collaborator Author

2.1.0 has been marked as release candidate. You can see the full changelog on the GitHub releases page.

To install: npm install --save @meteorrn/core@2.1.0-rc1

@lgtm-com
Copy link

lgtm-com bot commented Dec 11, 2020

This pull request fixes 2 alerts when merging 4310f0e into 89f4a92 - view on LGTM.com

fixed alerts:

  • 2 for Self assignment

@TheRealNate TheRealNate marked this pull request as ready for review December 18, 2020 01:19
@lgtm-com
Copy link

lgtm-com bot commented Dec 18, 2020

This pull request fixes 2 alerts when merging 1e42049 into 8f3e040 - view on LGTM.com

fixed alerts:

  • 2 for Self assignment

@TheRealNate
Copy link
Collaborator Author

2.1.0 will be published on NPM shortly

@TheRealNate TheRealNate merged commit 579a117 into master Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants