You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
## CHANGELOG
2
2
3
+
### 5.4.0 (2023-08-29)
4
+
**SDK**
5
+
-**Feature:** Added a new interface `downloadMiniApp(appId:versionId:completionHandler:)` to download Miniapp from platform in background if needed.
6
+
-**Feature:** Added a utility method to know if Miniapp has beend downloaded properly. `isMiniAppCacheAvailable(appId: String, versionId:)`
7
+
-**Refactor:** Updated unzip Miniapp method with optional completion handler that will let the host app know if the download is success. `unzipMiniApp(fileName:miniAppId:versionId:completionHandler:)`
8
+
9
+
**Sample App**
10
+
-**Feature:** Added Menu in list view to Download and check if Miniapp is downloaded already.
11
+
3
12
### 5.3.1 (2023-08-02)
4
13
**SDK**
5
14
-**Feature:** Updated `loadFromBundle(miniAppManifest:completionHandler)` interface with optional MiniAppManifest object.
completionHandler?(.failure(.unknownError(domain:MASDKLocale.localize(.unknownError), code:1, description:"Failed to Unzip Miniapp with Error: \(err)")))
0 commit comments