Releases: react-native-community/cli
Releases · react-native-community/cli
v12.3.4
v12.3.3
What's Changed
- fix(12.x): allow users to specificy
--device
without value by @szymonrybczak in #2265
Full Changelog: v12.3.2...v12.3.3
v12.3.2
v12.3.1
Fixes
- Fix for
run-android
on windows. (#2236) @aajahid - fix(init): use
yarn
as package manager when callinginit
withnpx
(#2216) @szymonrybczak
Full Changelog: v12.3.0...v12.3.1
v12.3.0
What's Changed
- fix: remove automatic config file generation by @okwasniewski in #2203
- feat: add manual Cocoapods installation info by @okwasniewski in #2204
Full Changelog: v13.0.1...v13.1.0
v12.3.0
What's Changed
- fix: remove automatic config file generation by @okwasniewski in #2203
- feat: add manual Cocoapods installation info by @okwasniewski in #2204
Full Changelog: v12.2.1...v12.3.0
v13.0.0
What's Changed
- fix: warning in
README.md
by @szymonrybczak in #2190 - ci: properly cache gradle by @szymonrybczak in #2150
Full Changelog: v12.2.0...v13.0.0
v12.2.0
Changes
🚀 Features
- feat: mention
doctor
command in issue template @szymonrybczak (#2186) - feat: add
--skip-git-init
to opt out git init @szymonrybczak (#2177)
🐛 Bug Fixes
- fix: warning in
README.md
@szymonrybczak (#2190) - fix: remove error when main activity not found in
AndroidManifest.xml
@szymonrybczak (#2187) - fix(ios):
run-ios
command @TMisiukiewicz (#2173) - fix(types): IOSScriptPhase accepts "always_out_of_date" @mikehardy (#2182)
- fix: check for main manifest if multiple are present @WoLewicki (#2174)
🧰 Maintenance
5 changes
- Add Android/iOS Sections to CODEOWNERS @cortinico (#2175)
- docs: mention running CLI from source @szymonrybczak (#2176)
- docs: sync
init
docs with current state @szymonrybczak (#2178) - chore(android): remove
root
argument @szymonrybczak (#2164) - chore(ios): remove deprecated param in
use_native_modules
@szymonrybczak (#2185) - feat: mention
doctor
command in issue template @szymonrybczak (#2186) - feat(docs): mention running CLI from source @szymonrybczak (#2176)
- feat(docs): sync
init
docs with current state @szymonrybczak (#2178) - Fix
native_modules.rb
tests @thymikee (#2188)
Full Changelog: v12.1.1...v12.2.0
v12.1.1
What's Changed
- fix: platform-name option causing regressions for other commands by @okwasniewski in #2171
- fix: make sure command is passed by @szymonrybczak in #2172
Full Changelog: v12.1.0...v12.1.1
v12.1.0
🚀 Features
- feat(ios): sort simulators to get iOS first @szymonrybczak (#2153)
- feat: add
--platform-name
option toinit
for out of tree platforms init @okwasniewski (#2170)
🐛 Bug Fixes
- fix: remove hardcoded android path @szymonrybczak (#2158)
🧰 Maintenance
- fix(ci): setup global git user @szymonrybczak (#2157)
- fix: delete unused
runUntil
function @szymonrybczak (#2147) - fix(e2e): correctly link packages @szymonrybczak (#2148)
- chore: replace
fs.rmdir
withfs.rm
@szymonrybczak (#2160) - Revert "chore(e2e): check for undefined code before printing fail" @szymonrybczak (#2152)
- chore: Changing node version missed during metro dependencies upgrade @arushikesarwani94 (#2015)
- ci: bump java to 17 @szymonrybczak (#2149)
Full Changelog: v12.0.0...v12.1.0