-
-
Notifications
You must be signed in to change notification settings - Fork 36
RC: 2.1.0 #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RC: 2.1.0 #30
Conversation
* 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>
|
Beta release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 💯
There was a problem hiding this 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
There was a problem hiding this 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 * 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
There was a problem hiding this 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 👍
|
Since this release affects core features of Meteor React Native ( |
There was a problem hiding this 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 ✔️
|
This pull request introduces 4 alerts and fixes 2 when merging 8852e46 into ae4d2c9 - view on LGTM.com new alerts:
fixed alerts:
|
|
This pull request fixes 2 alerts when merging 3039ba1 into 89f4a92 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 2 alerts when merging 65cda3e into 89f4a92 - view on LGTM.com fixed alerts:
|
|
To install: |
|
This pull request fixes 2 alerts when merging 4310f0e into 89f4a92 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 2 alerts when merging 1e42049 into 8f3e040 - view on LGTM.com fixed alerts:
|
|
|
The latest beta release of this update on NPM is
2.1.0-beta1Breaking changes:
meteor-react-nativeMeteor.collection(lowercase-C) has been removed. UseMongo.Collection(recommended) orMeteor.Collection(less recommended) insteadUpdates:
useTrackerBugs Fixes:
This release fixes issues #3, #4, and #29