Releases: infinitered/ignite
Releases · infinitered/ignite
v10.1.1
10.1.1 (2024-12-20)
Bug Fixes
- use PixelRatio for AutoImage values (#2871 by @coolsoftwaretyler and @markrickert) (86e2947)
v10.1.0
v10.0.5
10.0.5 (2024-11-27)
Bug Fixes
- boilerplate: remove interop definition for FlashList (#2838 by @frankcalise) (b368bcb)
- boilerplate: update app.tsx useEffect (#2850 by @objectiveSee) (2886487)
- cli: component generator template off in expo-router (#2854 by @frankcalise) (95f7642)
- cli: include ajv in devDependencies for Expo Router and npm (#2842 by @coolsoftwaretyler) (6baf76b)
v10.0.4
10.0.4 (2024-10-30)
Bug Fixes
- boilerplate: reworks some mst removal decorators (#2832 by @frankcalise) (4c8d97a)
v10.0.3
v10.0.2
10.0.2 (2024-10-29)
Bug Fixes
- boilerplate: expo-router keyboard provider + theme fix (#2825 by @frankcalise) (f82f324)
- cli: add --legacy-peer-deps for npm users (#2823 by @frankcalise) (e59d880)
- cli: fix issue with workflow prompt values (#2821 by @frankcalise) (f2cdd00)
- cli: replace shell commands with filesystem API (#2817 by @AsterisMono) (fd0a418)
v10.0.1
v10.0.0
10.0.0 (2024-10-14)
Bug Fixes
- boilerplate: expo-router initialize i18n (#2791 by @frankcalise) (a00113e)
- boilerplate: Make icon default color explicit, and respond to dark mode (#2795 by @lindboe) (b82398d)
- cli: improper MST removal when using CLI prompt, new arch compat (#2785 by @frankcalise) (3956652)
- remove snackify command and references (#2763 by @frankcalise) (09671e8)
Features
- Ignite X with Expo 51 (005ef05)
- boilerplate: Toggle component refactored to Checkbox, Radio and Switch (#2667 by @frankcalise) (54f5208)
- cli: expo-router option (#2727 by @frankcalise) (8bea1f9), closes #2731
- cli: generator options --dir and --case (#2726 by @frankcalise) (dff3d24)
- Theming: Adds theming support with documentation. (#2636) (a1ae047)
- v10: cng default (#2641) (c7d998d)
- v10: Remove MobX-State-Tree flag for non-demo projects (#2647 by @Jpoliachik) (a738243)
- add MMKV for v10 (#2660 by @frankcalise) (9164e5e)
BREAKING CHANGES
-
Ignite X is out now! This update adds:
-
Expo Prebuild as default
-
Dark mode support
-
Static routing with Expo Router
-
Flexible generator directory support
-
Option to remove mobx-state-tree
-
AsyncStorage->MMKV
-
New i18n configuration with react-i18next
-
Lint configuration updates
-
Toggle component → Checkbox, Radio, and Switch
-
Improved keyboard avoidance
-
Component test example configuration
Read all about it in our blog article!
v9.10.1
9.10.1 (2024-09-17)
Bug Fixes
- boilerplate: react-test-renderer devDep for RNTL + npm (#2778 by @frankcalise) (07055ac)