v1.3.0
What's Changed
Security
- Patched
undici,ws,tar,form-datatransitive advisories viapnpm.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
windowSplashScreenAnimatedIconAPI 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,
PermissionGatenow 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