Smart TV SDK release notes
Swrve has an open source SDK repository. There are two options for downloading the latest public Swrve SmartTV SDK:
- Install the SDK using npm (node package manager).
Run the following command:npm install @swrve/smarttv-sdk
. - Download the SDK from the GitHub public repository.
For upgrade instructions, see the Smart TV upgrade guide.
Release 1.1.8
Release date: May 18, 2023
Fixes
-
Fixed an issue with campaign click events reporting incorrect message IDs, which displayed 0 in the engaged event reports for all campaigns.
Release 1.1.7
Release date: April 27, 2023
Fixes
-
Fixed an issue with campaign throttling due to an incorrect UTC DateTime format check.
Release 1.1.6
Release date: March 22, 2023
Fixes
-
Fixed an issue with deeplink handling. If a custom button callback is defined, the SDK will not attempt to open URL-based deeplinks.
Release 1.1.5
Release date: March 8, 2023
Fixes
- Fixed an issue where campaigns set to trigger on app launch were not displaying correctly if an app-level display rule was set.
- Fixed issue with QA User campaign state not resetting on App reload.
- Fixed DateTime formats to include milliseconds.
- Adjusted lifecycle listeners to use
onbeforeunload
to improve performance. - Adjusted session restore logic to accurately determine when a new session is started.
Release 1.1.4
Release date: May 11, 2022
Fixes
- Resolved an issue affecting Tizen variants where device resolution information was not being returned correctly.
Release 1.1.3
Release date: April 20, 2022
Features
- Added the
inAppMessageStyleOverride
configuration option that allows you to override the in-app message container CSS style.
Fixes
- Resolved an issue where in-app messages were not appearing in certain viewport configurations.
- Resolved an issue where the SDK was not tracking impression events for message center campaigns.
Release 1.1.2
Release date: December 8, 2021
Fixes
- Resolved an issue where campaign state was not storing correctly for in-app messages.
Release 1.1.1
Release date: September 3, 2021
Features
- Added support for Universal Module Definition (UMD).
Fixes
- Handle key up event when closing an in-app message.
Previous releases summary
Date | Version | Features and Fixes |
---|---|---|
October 22, 2020 | 1.1.0 | Updated tracking of device OS and type for platform-specific delivery of in-app messages. Fixed package.json dependencies to resolve Dependabot alerts. |
February 26, 2019 | 1.0.3 | Fixed an issue where the User Identity URL endpoint was not correct for apps using our EU stack. |
December 6, 2018 | 1.0.2 | Various bug fixes. |
October 25, 2018 | 1.0.1 | Various bug fixes. |