Skip to content

v1.3.0

Choose a tag to compare

@RogerioDoCarmo RogerioDoCarmo released this 04 Jul 11:44

What's Changed

Security

  • Patched undici, ws, tar, form-data transitive advisories via pnpm.overrides (#58, #59) — clears the Dependabot alerts flagged since 1.2.6.

Fixes

  • iOS App Store (Guideline 5.1.1): reworded the camera permission button from "Grant Permission" to "Continue" (#60).
  • Web Storybook: fixed a build-time dependency-optimizer crash and a follow-up silent rendering hang, both caused by expo-modules-core's type-only declaration files being mishandled by Vite's Rolldown-based optimizer.
  • Android splash screen: switched to an icon-only asset — Android 12+'s native windowSplashScreenAnimatedIcon API forces the icon into a square container, which clipped the taller icon+wordmark image used on iOS.

Features

  • Open Settings button (#61): when camera permission is permanently blocked, PermissionGate now shows a button that opens the OS app settings directly, alongside the existing guidance text.
  • Adaptive splash screen (#62): background now switches between white and black to match the device's light/dark mode, with the "Miroji" wordmark shown below the icon on iOS.

Docs

  • Added COMMANDS.md, a day-to-day CLI quick reference (local builds, testing, Storybook, EAS, git workflow).
  • Richer README badge section (build/deploy status, code quality, tech stack, project info, AI dev tooling).

Chore

  • Version bumped to 1.3.0.

Full Changelog: v1.2.6...v1.3.0