Releases: react-native-community/cli
Releases · react-native-community/cli
v1.6.0
Features
- point to
--verbose
when command fails to see the stack trace (#283)
v1.5.2
Fixes
- sort modules in debugger delta patcher to match source map order (#279)
- [General] [Fixed] - Fixes Xcode 10.2 simulator not found issue (#274)
v1.5.1
Fixes
- set project directory to install packages in init command (#262)
v1.5.0
Features
- add hint for browser extensions that may break debug (#253)
- add verbose logging flag, debug logging for (un)link commands (#239)
Fixes
- pass
--projectRoot
argument to Metro (#259)
- throw an error if an invalid platform is passed to the
bundle
command (#240)
Chore & Maintenance
- don't add purge as remote when upgrading (#245)
- rework PackageManager implementation (#243)
v2.0.0
Features
- [BREAKING] remove
dependencies
command (#100)
Chore & Maintenance
- [BREAKING] bump Metro to 0.53 (#222)
- remove legacy
core/findPlugins.js
redundancy (breaking if accessing internals) (#235)
v1.4.6
Fixes
- Bring back lost customDebugger function (#237)
v1.4.2
Fixes
- linking assets on Android (#231)
- refine upgrade error handling; improve the output (#232)
v1.4.1
Fixes
- debugger-ui incorrect path (#226)
- set proper peer dependencies (#227)
v1.4.0
Fixes
- re-export findPlugins under cli/core for backcompat with RN 0.59 (#224)
- android unlink regression (#221)
- path to InitializeCore module in default metro config (#220)
- correct paths for eject command (#208)
- change diff links for upgrade command (#206)
- update links to issue tracker (#196)
- remove flaky check for faulty global react-native bin (#198)
- dependencies being installed as dev dependencies (#202)
Docs
- fix verdaccio command in contributing doc (#219)
- fix cli path in contributing doc (#218)
Chore & Maintenance
- remove some unused files (#217)
- remove unnecessary checks for react peer dep (#216)
- remove unnecessary noHelp option for a command (#215)
- simplify commander/minimist usage (#209)
- use
@react-native-community/eslint-config
(#205)
- simplify cli structure and common tools (#201)
- bump flow to 0.94 (#200)
Fixes
- fix link all (#188)
- fix live reload not working on devices (#193)