Releases: react-native-community/cli
Releases · react-native-community/cli
v3.0.4
v3.0.2
v3.0.1
v3.0.0
Features
- Extract Debugger UI into
@react-native-community/cli-debugger-ui
(#832, #844) - Remove hardcoded React Native configuration (#767)
Included in previous alpha releases:
- new doctor command (#532 and more)
- collapse YellowBox/DevTools frames in Metro config
- support autolinking in monorepos (#768)
- launch default Android emulator during
run-android
(#676) - allow passing in
MainPackageConfig
toPackageList.java
(#653) - use
server.enhanceMiddleware
from custom Metro configuration (#614)
Fixes
- run npx from JS app dir (#824)
- add Carthage to ingnored directories when finding .xcodeproj (#839)
- Properly handle --host param for remote debugging (#829)
- use npx in
init
run instructions (#817) - podfile parsing on invalid yaml (#810)
Chore & Maintenance
- remove platforms from cli dependencies (#845)
- bump TS to 3.7 (#836)
- Remove deprecated lerna field (#837)
Docs
- update linking setup in contributing guide (#806)
v2.10.0
v1.12.0
v3.0.0-alpha.7
v3.0.0-alpha.3
Features
- new
doctor
command (#763, #742, #746, #743, #728, #729, #726, #718, #722, #719, #716, #712, #699, #672, #664, #675, #663, #671, #660, #532) - collapse YellowBox/DevTools frames in Metro config
- support
autolinking
in monorepos (#768) - launch default Android emulator during
run-android
(#676) - Allow passing in
MainPackageConfig
toPackageList.java
(#653) - use
server.enhanceMiddleware
from custom Metro configuration (#614)
Fixes
- do not read configuration outside of the root (#769)
- broken link to react-devtools (#774)
- add fallback behavior when running a default simulator on iOS (#758)
- buggy behaviour when launching debugger on macOS (#771)
- show correct init run instructions with
--directory
(#736) - propagate react-native config error stream to logs (#741)
- warn user if pod install was not run (#679)
- Handle name conflict for
--version
option (#713) - change template label (#681)
- fix semver check was breaking for non-semver versions (#662)
- Infinite spinner white installing cocoapods (#651)
- Change title for newly initialised projects (#650)
- use posix
path.sep
in linking of header search path (#635)
Chore & Maintenance
- migrate codebase to TypeScript (#788, #787, #757, #698, #688, #690, #687, #620, #783, #710, #696, #724, #723, #689, #708, #697, #709, #695, #705, #704, #701, #691, #692, #693, #685, #684, #686) – this was an amazing community effort, thank you!
- use react-native 0.61.0 as peerDependency (#748)
- template shorthands are no longer supported (#715)
- Update user-facing message in installPods.js (#677)
- update
init
banner colors (#641) - remove Delta Bundler from debugger UI. (#640)
Docs
v3.0.0-alpha.2
Features
- set a default
symbolicator.customizeFrame
value for Metro (#596)
v2.9.0
Features
- fallback to default browser if Chrome is not found (#612)
- add reload button in debugger UI (#611)
- install pods after upgrade (#565)
- set debugger UI dark mode based on system prefs (#607)
Fixes
- copy .prettierrc from legacy init template (#631)
- change how relative path to podfile is created (#625)
- use forward slashes instead of path.sep in iOS link (#618)
- add missing scriptPhases config in iOS autolinking (#621)
- add Content-Type header to index debugger page (#617)