Skip to content

v1.0.12

Choose a tag to compare

@github-actions github-actions released this 27 Jul 23:35

1.0.12 (2026-07-27)

  • format the repo with oxfmt (1e7a566)

Bug Fixes

  • android: apply codepush.gradle without an apply from: anchor (7d29583), closes #26
  • android: hook CodePush into MainApplication's ReactHost (0519cd7)
  • build: keep tsc's incremental cache out of the emit path (2fe3574)
  • lint: clear the magic oxlint preset (aa671ac)

Code Refactoring

  • android: take ResourceXML from expo/config-plugins (91b76ce)
  • declare PluginConfigType as a type alias (cc67b2a)
  • kebab-case filenames (6c0ef7a)

Documentation

  • ci: note the check-approval gate on release PRs (#23) (3330f5e)
  • say which SDKs prebuild is tested against (641ad2c), references #import
  • tooling: refresh the config comments for 1.2.0 (39242cc)

Build System

  • deps: bump the magic packages to 1.1.0 (327fa39)
  • deps: bump the magic packages to 1.2.0 (39b11d7)
  • deps: move to pnpm and swap eslint/prettier for the magic stack (8a40864)

Continuous Integration

  • call the shared workflow by tag instead of @main (#29) (46cc903)
  • lint: make a stale disable directive fail the build (fd29026)
  • run the checks through GSTJ/magic and pnpm (2a13c39)

Chores

  • extend the shared renovate preset (cbf6fd2)
  • tooling: adopt the magic oxlint and oxfmt configs (84a44dc)
  • tooling: drop the workarounds 1.1.0 made unnecessary (46dc95b)