Skip to content

Releases: OneSignal/onesignal-expo-plugin

1.0.2 Release

02 May 19:11
06c70af
Compare
Choose a tag to compare

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

11 Apr 18:07
f2e16a9
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0 Release

28 Mar 22:55
5715262
Compare
Choose a tag to compare

1.0.0 Release - move to general availability (GA)

What's Changed

Full Changelog: 1.0.0-beta11...1.0.0

1.0.0 Release (Beta 11)

19 Feb 03:07
13c87fe
Compare
Choose a tag to compare
Pre-release

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)

27 Jan 19:43
d8e9912
Compare
Choose a tag to compare
Pre-release

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

Full Changelog: 1.0.0-beta9...1.0.0-beta10

1.0.0 Release (Beta 9)

11 Jan 01:51
6072578
Compare
Choose a tag to compare
Pre-release

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)

09 Dec 20:32
863c036
Compare
Choose a tag to compare
Pre-release

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)

02 Nov 18:48
fba2a9d
Compare
Choose a tag to compare
Pre-release

🚧 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)

28 Oct 01:13
529a770
Compare
Choose a tag to compare
Pre-release

🚧 This is a beta release 🚧

See README for more details.

Bug fixes, changes to README

1.0.0 Release (Beta 4)

26 Oct 20:23
16afbfe
Compare
Choose a tag to compare
Pre-release

🚧 This is a beta release 🚧

See README for more details.

Changelog

Republish without --tag beta so that NPM recognizes as latest.