-
Notifications
You must be signed in to change notification settings - Fork 375
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
Merge major_release_5.0.0 into main #1648
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
# Conflicts: # android/build.gradle # examples/RNOneSignalTS/package.json # package.json # react-native-onesignal.podspec
[User Model] Release 5.0.0 Beta 1
Update Push Subscription/Permission Getters to Async
- add getters for onesignal ID/external ID - add user state observer
Add getters and observer for onesignal ID and external ID
Native: - Android 5.1.6 - iOS 5.1.3 Wrapper: - RN 5.1.0
Release 5.1.0
Adding a new github action that allows us to measure issue response time
Update the eslint version to resolve npm install error
Update set_response_time.yml
Bump ios 3.12.4 -> 3.12.6 Bump android 4.8.5 -> 4.8.6
jennantilla
force-pushed
the
user_model_rebase
branch
from
March 12, 2024 22:36
e15e2f2
to
35ce75c
Compare
nan-li
approved these changes
Mar 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
One Line Summary
This PR will merge
major_release_5.0.0
changes intomain
.Details
See here for a comparison of this branch vs.
major_release_5.0.0.
. After this PR,main
andmajor_release_5.0.0
should be equivalent.Note: main and user model diverged on January 4, 2023.
I have compared all changes on main and cherry-picked the merge commits.
To make the main branch reflect v5.x.x., the "old" main branch is maintained in branch
3.x.x_patch_branch
.Testing
Manual testing
Built and ran new branch on Android 13 emulator and iOS 17.2 emulator. Tested various methods to ensure everything is working.
Checklist
Overview
Testing
Final pass
This change is