Skip to content

Releases: rakutentech/js-miniapp

v1.22.0

05 Dec 09:24
Compare
Choose a tag to compare
Release v1.22.0 changes

v1.21.0

30 Jul 06:57
Compare
Choose a tag to compare
Refactor

v1.20.2

27 Mar 02:15
Compare
Choose a tag to compare
v1.20.2 Release changes

v1.20.0

21 Mar 08:05
Compare
Choose a tag to compare
v1.20.0 Changes

v1.19.0

02 Nov 02:00
Compare
Choose a tag to compare
Release changes for v1.19.0

v1.18.0

25 Jul 02:55
2f882c8
Compare
Choose a tag to compare
Initial commit (#266)

v1.18.0-alpha

11 Jul 19:50
Compare
Choose a tag to compare
v1.18.0-alpha Pre-release
Pre-release
Updated versions

v1.17.0

30 Mar 01:34
Compare
Choose a tag to compare
Updated Changelog for the release

v1.16.0

30 Jan 02:12
Compare
Choose a tag to compare
  • Feature: Added Universal Bridge related interface e.g. sendJsonToHostapp to send any JSON/String to the HostApp. Also, added support with HostAppEvents to receive any JSON/String to MiniApp from the HostApp.
  • Feature: Added allEmailList property in Contact 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

24 Jun 04:45
Compare
Choose a tag to compare
  • 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.