Releases: OneSignal/onesignal-expo-plugin
1.1.0 Release
Fixes
Fix issue where plugin does not support monorepos by @brismithers in #109
What's Changed
- No longer inject the OneSignal Gradle plugin on Android builds by @brismithers in #108
Full Changelog: 1.0.2...1.1.0
1.0.2 Release
Fixes
Eas build managed credentials support by @rgomezp in #91
What's Changed
- Update credentials guide by @rgomezp in #82
- Bump plist from 3.0.4 to 3.0.5 by @dependabot in #83
- Bump minimist from 1.2.5 to 1.2.6 in /examples/RNOneSignalExpoExample by @dependabot in #84
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #85
- Move capabilities-issues guide into expandable section for historical purposes by @rgomezp in #90
- Eas build managed credentials support by @rgomezp in #91
Full Changelog: 1.0.1...1.0.2
1.0.1 Release
Changes
- Add more info regarding the
expo prebuild
command to README.
Fixes
- Upstream EAS workaround for "Missing Push Capability on iOS" issue. Adds
aps-environment
entitlement to NSE template. Although it is not required in normal builds, there is an upstream limitation from EAS that is resolved by including the push entitlement in both target entitlement files. As of 4/8/22, EAS builds will randomly pick an entitlement file if there are multiple in a project without differentiating among targets. This is resulting in flaky builds where half the time they work and half the time they don't. This can be seen as a temporary fix. Note it carries no side-effects / repercussions (i.e: the entitlement is superfluous but not critical to remove in the future).
Pull Requests
- Adds bug report issue template by @iAmWillShepherd in #74
- Add feedback form by @iAmWillShepherd in #75
- Fix typo in feedback form by @iAmWillShepherd in #76
- Update templates by @iAmWillShepherd in #77
- Fix: Missing Push Capability on iOS by @rgomezp in #80
New Contributors
- @iAmWillShepherd made their first contribution in #74
Full Changelog: 1.0.0...1.0.1
1.0.0 Release
1.0.0 Release - move to general availability (GA)
What's Changed
- Bump url-parse from 1.5.3 to 1.5.10 in /examples/RNOneSignalExpoExample by @dependabot in #69
- Bump node-fetch from 2.6.5 to 2.6.7 by @dependabot in #70
- Add Credentials Guide + Update README by @rgomezp in #68
- 1.0.0 Release by @rgomezp in #72
Full Changelog: 1.0.0-beta11...1.0.0
1.0.0 Release (Beta 11)
What's Changed
- Beta 11 - Fixes write-safety issue, adds linting and fixes linting warnings/errors. by @rgomezp in #58
Full Changelog: 1.0.0-beta10...1.0.0-beta11
1.0.0 Release (Beta 10)
Added
- ability to configure version numbers used in the NSE target's plist file.
OneSignalLog
class for better console logging.- this changelog file.
Fixed
- re-running
expo prebuild
will no longer result in duplicate entitlements and dependencies added to native files.
What's Changed (Auto-generated)
- Bump react-native from 0.63.4 to 0.64.1 in /examples/RNOneSignalExpoExample by @dependabot in #46
- Add ability to configure version numbers, dedupe artifacts from
expo prebuild
- Beta 10 Release by @rgomezp in #52
New Contributors
- @dependabot made their first contribution in #46
Full Changelog: 1.0.0-beta9...1.0.0-beta10
1.0.0 Release (Beta 9)
Add ability to configure iOS deployment target
This release includes the ability to configure what deployment target will be used when building the Notification Service Extension target. See README for details.
What's Changed
- Docs - Add required react-native-onesignal by @jkasten2 in #38
- Update README with latest version tag by @rgomezp in #39
- Make
iPhoneDeploymentTarget
configurable via plugin props by @rgomezp in #41
Full Changelog: 1.0.0-beta8...1.0.0-beta9
1.0.0 Release (Beta 8)
Adds NSE Support for iOS Integration
Automatically adds the Notification Service Extension to the application, adding support for features like:
- Confirmed Deliveries
- Badges
- Media Attachments
- Action Buttons
- Influenced Opens
What's Changed
- Adds NSE Support for iOS Integration by @rgomezp in #36
- Update build script to recreate build directory every time by @rgomezp in #29
- Update README by @rgomezp in #32
- Handle no or missing props from app.json by @jkasten2 in #37
New Contributors
Full Changelog: 1.0.0-beta7...1.0.0-beta8
1.0.0 Release (Beta 7)
🚧 This is a beta release 🚧
See README for more details.
Changelog
- Removed the 'external-accessory' background mode #22
- Documentation improvments
1.0.0 Release (Beta 6)
🚧 This is a beta release 🚧
See README for more details.
Bug fixes, changes to README