Skip to content

Releases: rakutentech/js-miniapp

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.

v1.14.0

11 Apr 09:30
4d58a2f
Compare
Choose a tag to compare
  • Feature: Added downloadFile(filename, url, headers) to download and save the file with proper filename

v1.13.0

17 Dec 02:15
v1.13.0
68a59c0
Compare
Choose a tag to compare
  • Feature: Added default values for message form in demo app
  • Feature: Added hostLocale to HostEnvironmentInfo to retrieve locale info from host app
  • Feature: Added camera picture screen in demo app