Skip to content

v1.7.2

Choose a tag to compare

@BlackishGreen33 BlackishGreen33 released this 02 Apr 11:19
· 30 commits to main since this release

Highlights / 亮点

中文

  • v1.7.2 关闭四个 preview native capabilities 的主要 orange-to-yellow gaps:expo-file-systemexpo-image-pickerexpo-locationexpo-camera
  • expo-file-system 扩展 base64、append / partial read、md5 snapshots 与 direct sandbox downloads。
  • expo-image-picker 扩展 single-select、multi-select、mixed library selection、system photo / video capture 与 one-shot pending result recovery。
  • expo-locationexpo-camera 增加 background permission、watch / heading hooks、embedded camera preview、pause / resume、recording controls 与 microphone permission wiring。
  • official native-capabilities sample、support matrix、README 与 acceptance log 更新为 v1.7.2 的 credible yellow subset。

English

  • v1.7.2 closes the main orange-to-yellow gaps for four preview native capabilities: expo-file-system, expo-image-picker, expo-location, and expo-camera.
  • expo-file-system expands base64, append / partial read, md5 snapshots, and direct sandbox downloads.
  • expo-image-picker expands single-select, multi-select, mixed library selection, system photo / video capture, and one-shot pending result recovery.
  • expo-location and expo-camera add background permission, watch / heading hooks, embedded camera preview, pause / resume, recording controls, and microphone permission wiring.
  • The official native-capabilities sample, support matrix, README, and acceptance log were updated for the credible v1.7.2 yellow subset.

Validation / 验证

中文

  • repo 门禁:pnpm buildpnpm testpnpm release:check
  • official-native-capabilities-sampledoctor --target-tier previewsync-templatebundlebuild-hap --mode debug
  • release:check 中完成 debug HAP smoke。

English

  • Repo gates: pnpm build, pnpm test, and pnpm release:check.
  • official-native-capabilities-sample: doctor --target-tier preview, sync-template, bundle, and build-hap --mode debug.
  • Debug HAP smoke completed during release:check.

Notes / 说明

中文

  • 四项能力仍是 preview,不是 verified
  • 四项能力的 runtimeMode 仍为 adapterevidence.release 仍为 false
  • v1.7.2 目标是 preview subset closure,不是 capability graduation。
  • Harmony platform differences 在文档中显式记录,避免把 nearest credible equivalent 写成 1:1 Expo contract。

English

  • All four capabilities remain preview, not verified.
  • Their runtimeMode remains adapter, and evidence.release remains false.
  • The v1.7.2 goal is preview subset closure, not capability graduation.
  • Harmony platform differences are documented explicitly so nearest credible equivalents are not presented as 1:1 Expo contracts.