Releases: rakutentech/js-miniapp
Releases · rakutentech/js-miniapp
v1.22.0
v1.21.0
Refactor
v1.20.2
v1.20.2 Release changes
v1.20.0
v1.20.0 Changes
v1.19.0
Release changes for v1.19.0
v1.18.0
Initial commit (#266)
v1.18.0-alpha
Updated versions
v1.17.0
Updated Changelog for the release
v1.16.0
- Feature: Added Universal Bridge related interface e.g.
sendJsonToHostapp
to send any JSON/String to the HostApp. Also, added support withHostAppEvents
to receive any JSON/String to MiniApp from the HostApp. - Feature: Added
allEmailList
property inContact
to support multiple email address of a specific contact. - Feature: Added
closeMiniApp(withConfirmation: boolean)
interface which will help the miniapp to close on its own, provided Native Host application allows them to close. - Update: Moved
setCloseAlert(alertInfo: CloseAlertInfo)
interface to a MiniApp.miniappUtils object
v1.15.0
- Feature: Added
setCloseAlert(alertInfo: CloseAlertInfo)
interface support to Mini Apps share info about Close confirm alert - Feature: Added Secure storage related interfaces.
setItems(items: MiniAppSecureStorageKeyValues)
,getItem(key: string)
,removeItems(key: [string])
,clear()
,size()
. These interfaces can be used to storage items in the SDK.