Skip to content

v1.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 May 06:46

   🚀 Features

  • Implement update management features across platforms; add UpdateApi and related methods for handling update status and applying updates  -  by @dos1in (ef565)
  • Implement remote update management for MiniPrograms across platforms; add updateManifestUrl support and integrate update checks  -  by @dos1in (dcd9b)
  • Add support for getUpdateManager API in compatibility reference for wx APIs  -  by @dos1in (0cdaf)
  • Add option to update QuickJS from origin/master before native builds in CMake configuration  -  by @dos1in (71be8)
  • Rename frontend linting workflow  -  by @dos1in (d44a5)
  • List custom APIs from registerApi in Object.keys(wx)  -  by @lbb00 in #234 (bd2f0)
  • android:
    • Enhance error handling in QuickJS integration by adding Java exception message retrieval and improving JavaScript error detail extraction  -  by @dos1in (644dd)
  • android,iOS:
    • Integrate TabBar dynamic API with badge and red dot support  -  by @dos1in (3a0ae)
  • fe:
  • harmony:
    • Add TabBar dynamic API support (badge, redDot, style, visibility)  -  by @Hierifer, huteng and Claude Opus 4.6 in #236 (569bc)
  • iOS:
    • Replace List with ScrollView and LazyVStack for improved item display  -  by @dos1in (60722)

   🐞 Bug Fixes

  • fe,container: Remove unnecessary border colors  -  by @Hierifer and Claude Opus 4.6 in #233 (ae2ad)
    View changes on GitHub