Web SDK upgrade guide
Upgrading via NPM
If you’re upgrading via NPM, update your package .json dependency @swrve/web-sdk to the latest version of npm i @swrve/web-sdk
.
Version 1.4.2
There are no code changes required to upgrade to Swrve Web SDK v1.4.2.
Version 1.4.1
There are no code changes required to upgrade to Swrve Web SDK v1.4.1.
Version 1.4.0
There are no code changes required to upgrade to Swrve Web SDK v1.4.0.
Version 1.3.2
There are no code changes required to upgrade to Swrve Web SDK v1.3.2.
Version 1.3.1
There are no code changes required to upgrade to Swrve Web SDK v1.3.1.
Version 1.3
This section provides information to enable you to upgrade to Swrve Web SDK v1.3.
In-app purchase events
If you want to use in-app purchase events in your integration, see the In-app purchase events section of the Web integration guide.
Version 1.2.1
There are no code changes required to upgrade to Swrve Web SDK v1.2.1.
Version 1.2
This section provides information to enable you to upgrade to Swrve Web SDK v1.2.
“Default” no longer required
If you are using an ES5 / ES6 implementation, you no longer need to use .default
in your method call. For example, instead of SwrveSDK.default.sendEvent
, use SwrveSDK.sendEvent
.
Version 1.1
This section provides information to enable you to upgrade to Swrve Web SDK v1.1.
Web push notifications
If you are want to send your website users push notifications, see the Push Notifications section of the Web SDK integration guide.