Releases: react-native-community/cli
Releases · react-native-community/cli
v2.7.1
Fixes
- bring
--projectRoot
argument back to start
(#572)
- preserve project folder after
init
failure (#569)
v2.7.0
Features
- print web diff url (Upgrade Helper) when retrieving the latest release (#551)
Fixes
init
template name replacement for "helloworld" (#546)
- remove reliance on
node_modules
in paths to podspecs (#550)
Docs
- fix link in README.md to 1.x branch (#548)
Chore & Maintenance
- setup Azure Pipelines for running CI jobs on Windows (#542, #543)
- standardize internal network requests layer (#463)
v2.6.2
Fixes
- use
execa
to spawn jetifier
in a cross-platform way (#541)
Docs
- better description for
sourceDir
config (#539)
v2.6.1
Fixes
- shorter and correct paths in
init
run instructions (#533)
- typos in
init
messages (#538)
v2.6.0
Features
- support
.prettierrc.js
dotfile in legacy init
templates (#535)
Fixes
- run
jetifier
as executable to avoid race conditions (#536)
- make "install CocoaPods" step in
init
true by default (#527)
v2.5.0
Features
- run
jetifier
before run-android
(#526)
Fixes
- better package class name regex on Android (#525)
v2.4.3
Performance
- cache lazy
config
project getter when accessed repeatedly (#520)
v2.4.2
Fixes
- don't copy node_modules from local templates when
init
(#519)
v2.4.1
Fixes
- add
chalk
as dependency of cli-platform-android
(#517)
v2.4.0
Features
- add
xed -b ios
for opening Xcode to init instructions (#514)
Fixes
- run
pod repo update
after installing CocoaPods in init
(#513)