React Onesignal Versions Save

React OneSignal Module: Make it easy to integrate OneSignal with your React App!

3.0.1

9 months ago

What's Changed

  • Fix server-side rendering in frameworks like Next.js erroring on window.

Full Changelog: https://github.com/OneSignal/react-onesignal/compare/3.0.0...3.0.1

3.0.0

9 months ago

⚠️This is a major release which contains breaking API changes ⚠️

In this major version release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

Migration Guide

Check out the User Model Migration Guide to get high level understanding of the concepts in this major release. For code specific change to upgrade your site from v2 to v3 see the onesignal-react specific migration guide.

3.0.0-beta5

1 year ago

What's Changed

  • Update migration guide
  • Check to see if we are in a client environment (prevent SSR errors)
  • Type definition improvements
  • API Changes

API Changes

Full Changelog: https://github.com/OneSignal/react-onesignal/compare/3.0.0-beta3...3.0.0-beta5

3.0.0-beta3

1 year ago

What's Changed

Full Changelog: https://github.com/OneSignal/react-onesignal/compare/3.0.0-beta2...3.0.0-beta3

3.0.0-beta2

1 year ago

What's Changed

Full Changelog: https://github.com/OneSignal/react-onesignal/compare/3.0.0-beta1...3.0.0-beta2

3.0.0-beta1

1 year ago

User Model (Beta)

🚧 Beta release. Please test thoroughly prior to production use. 🚧

In this major version beta release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

For information please see the migration guide

What's Changed

New Contributors

Full Changelog: https://github.com/OneSignal/react-onesignal/compare/2.0.4...3.0.0-beta1

2.0.4

2 years ago

What's Changed

What's fixed

Full Changelog: https://github.com/OneSignal/react-onesignal/compare/2.0.3...2.0.4

2.0.3

2 years ago

What's Changed

Fixed

  • Switch from a timeout strategy during OneSignal initialization to script#onload and script#onerror so that calls to #init will always resolve.

Full Changelog: https://github.com/OneSignal/react-onesignal/compare/2.0.2...2.0.3

2.0.2

2 years ago
  • Fixes functions that weren't returning promises. See #53

2.0.1

2 years ago

Adds homepage and repository links from #50