Skip to content

Miniapp SDK v5.0.0

Compare
Choose a tag to compare
@rleojoseph rleojoseph released this 04 Nov 08:25
· 116 commits to master since this release

SDK

  • Feature: Support for showing multiple MiniApps at the same time. Added MiniAppView which will replace
  • Feature: Async/Await Support with MiniAppView's loadAsync that will load the MiniApp.
  • Feature: Added MiniAppParameters and a new config MiniAppConfig that is used to initialize MiniAppView
  • Feature: Added a new additional initializer to load MiniApps from URL for local testing.
  • Feature: Support for SwiftUI. Added MiniAppSUIView to the UI module that conforms to UIViewRepresentable and will autoload when added.

Sample app

  • Feature: New demo app interface with List I and List II (multiple miniapp support demo) and reworked with SwiftUI