Skip to content

Commit

Permalink
[MINI-6229] - Updated documentation for the new interfaces (#265)
Browse files Browse the repository at this point in the history
* initial commit

* Updated all interface documentation

* Feedback
  • Loading branch information
rleojoseph authored Jul 20, 2023
1 parent 08c9119 commit 3c4dc52
Show file tree
Hide file tree
Showing 2 changed files with 487 additions and 74 deletions.
6 changes: 6 additions & 0 deletions js-miniapp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## CHANGELOG

### 1.18.0 (2023-XX-XX)
- **Feature:** Added new interface `isDarkMode()`. Interface to know if the Hostapp/Device is set to use the Dark
- **Feature:** Added new interface `sendAnalytics(analyticsInfo: MAAnalyticsInfo)`. This interface will be used to send analytics to host app.
- **Feature:** Added new interface in Universal Bridge i.e `sendInfoToHostapp` which helps the Miniapp to send `UniversalBridgeInfo` to the HostApp.


### 1.18.0-alpha (2023-07-12)

:warning: This version is an internal release. It is not fully tested and can produce unexpected behaviors. Due to potential changes, the full change log will be provided with the final version and its usage is discouraged.
Expand Down
Loading

0 comments on commit 3c4dc52

Please sign in to comment.