这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: infinitered/ignite

v11.0.1

09 Jul 18:14
Compare
Choose a tag to compare

11.0.1 (2025-07-09)

Bug Fixes

v11.0.0

02 Jul 14:17
Compare
Choose a tag to compare

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

22 May 16:14
Compare
Choose a tag to compare

10.5.3 (2025-05-22)

Bug Fixes

v10.5.2

22 May 03:10
Compare
Choose a tag to compare

10.5.2 (2025-05-22)

Bug Fixes

  • boilerplate: fixes the tintColor of the image on the welcome screen (#2957) (5afc5ba)

v10.5.1

21 May 19:24
Compare
Choose a tag to compare

10.5.1 (2025-05-21)

Bug Fixes

  • boilerplate: Move ErrorBoundary Inside ThemeProvider (#2927) (7bb356e)

v10.5.0

21 May 17:21
Compare
Choose a tag to compare

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

20 May 15:48
Compare
Choose a tag to compare

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

12 May 18:59
Compare
Choose a tag to compare

10.4.0 (2025-05-12)

Features

  • ListItem: Improve ListItem component to dynamically choose between TouchableOpacity and View based on touchable props (#2934) (b25b274)

v10.3.0

29 Apr 17:55
Compare
Choose a tag to compare

10.3.0 (2025-04-29)

Bug Fixes

Features

v10.2.0

26 Mar 15:11
Compare
Choose a tag to compare

10.2.0 (2025-03-26)

Bug Fixes

Features