Releases: infinitered/ignite
Releases · infinitered/ignite
v11.0.1
v11.0.0
11.0.0 (2025-07-02)
Ignite v11 (Expo SDK 53) (#2938)
BREAKING CHANGE: adopt new architecture by default and remove legacy support (#2961 by @markrickert)
- Enable New Architecture in all new projects; legacy option removed from CLI
- Boilerplate and CLI now assume New Arch by default
feat: upgrade to Expo SDK 53 with Android edge-to-edge support (#2938 by @fpena)
- Upgrade to Expo SDK 53 and align all dependencies
- Add support for Android edge-to-edge using SystemBars
- Update app.json, jest-expo, metro.config, and related config for compatibility
feat: remove mobx-state-tree and enable bring-your-own state management (#2960 by @markrickert)
- Remove MST from boilerplate and CLI
- Replace with lightweight React Context examples for demo state
- Support persistence via useMMKVString
feat: simplify theming with refactored ThemeProvider (#2970 by @markrickert)
- Refactor useAppTheme and ThemeProvider for easier integration
fix: address compatibility issues with React 19, TypeScript, and tests (#2966, #2968 by @objectiveSee)
- Solve TS React 19 type issues
- Fix failing snapshots and metro test conditions
- Add missing ESLint plugin and clean up demo code
chore: update docs, config, and version alignment (#2964 by @frankcalise)
- Sync README, quickstart, and context docs
- Enforce node >= 20 and update linting rules across project
v10.5.3
v10.5.2
v10.5.1
v10.5.0
10.5.0 (2025-05-21)
Features
- ios: add a default iOS privacyManifest (#2953) [skip ci] (f913c61), closes #2674
- fix(boilerplate): Button text uses TextStyle instead of ViewStyle (#2952)
- chore(deps): remove patch-package and related configuration (#2954)
- chore(linter): Add some more rules to the no-restricted-import rule (#2955)
- chore(logbox): Remove LogBox.ignoreLogs() as it no longer works (#2956)
v10.4.1
10.4.1 (2025-05-20)
Bug Fixes
- cli: correct mobx removal when using prompts (#2949 by @frankcalise) (73e9809)
- docs: updated the doc for i18n translate to reflect proper usage of the translation keys (#2924) [skip ci] (7bb8c5c)
- Header: change Header's pointerEvents="none" from a prop to a style (#2933) [skip ci] (a0d305f)
- tests: fix i18n tests failing because of a rogue grep and regex not understanding comments (#2950) [skip ci] (17dd1a4), closes #2924
v10.4.0
v10.3.0
10.3.0 (2025-04-29)
Bug Fixes
Features
- boilerplate: e2e support for dev client or standalone builds (#2931 by @frankcalise and @coolsoftwaretyler) (a126cc3)
v10.2.0
10.2.0 (2025-03-26)
Bug Fixes
- cli: reorder demo app question (#2917 by @frankcalise) (96aa5cd)
Features
- boilerplate: upgrade to react-navigation v7 (#2908 by @frankcalise) (0b14fdd)