This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Releases: infinitered/ignite-bowser
Releases · infinitered/ignite-bowser
v5.0.2
5.0.2 (2020-04-22)
Bug Fixes
- expo: Rolls back to react-native-screens JS version for Expo (#332 by @harrisrobin) (1397749)
- Resolve require cycle warnings (#309 by @harrisrobin) (9945f76)
- tests: Used default in import community AsyncStorage (#329 by @KZhidovinov) (ce91008)
v5.0.1
5.0.1 (2020-04-13)
Bug Fixes
- navigation: Use createNativeStackNavigator from react-native-screens (#330 by @harrisrobin) (044f661)
v5.0.0
5.0.0 (2020-03-29)
- ✨Upgrade React Navigation to V5 ✨ (#311 by @harrisrobin) (f68ec23), closes #311
BREAKING CHANGES
-
- React Navigation upgraded to version 5, a backwards incompatible change
- Navigation state is no longer handled in MobX-State-Tree
- Removed
NavigationStore
- Navigation state is now handled in React hooks (also persisted to async storage)
- Back button handler is a hook now rather than a component
- Added
react-native-safe-area-context
wrapping the primary navigator - Removed
ignite g navigator
generator - Screen generator no longer tries to add the new screen to a navigator
v4.14.3
4.14.3 (2020-03-19)
Bug Fixes
- deps: Bump react native to 0.61.5; bump package versions; fix tests (#325 by @bryanstearns) (a229788)
v4.14.2
4.14.2 (2020-03-17)
Bug Fixes
- lint: format globs; bump Typescript to 3.8 (#324 by @bryanstearns) (3a343bb)
v4.14.1
4.14.1 (2020-03-05)
Bug Fixes
- cli: Switch to npx ignite-cli when ignite not available globally (#322 by @jamonholmgren) (c297d98)
v4.14.0
v4.13.0
v4.12.0
v4.11.4
4.11.4 (2019-12-17)
Bug Fixes
- linting: Fixes linting of newly generated apps (#298 by @bryanstearns) (a8e40d8)