Releases: react-native-community/cli
Releases · react-native-community/cli
v12.0.0-alpha.7
What's Changed
- build(deps): bump fast-xml-parser from 4.0.12 to 4.2.5 by @dependabot in #1993
- build(deps): bump yaml from 2.2.1 to 2.2.2 by @dependabot in #1920
- docs: sync status with current state of
upgrade
command by @szymonrybczak in #1994 - docs: update PR template by @szymonrybczak in #1995
- build(deps): bump semver from 6.3.0 to 7.5.2 by @dependabot in #1985
- Update contributing guide with missing step to test local changes by @sbalay in #2000
- fix: Add flipper protocol support by @lunaleaps in #2003
- fix: allow DevTools to connect by @tido64 in #2008
- chore: use Homebrew for installing
ios-deploy
by @szymonrybczak in #2013 - chore: Upgrading Metro dependencies to 0.77.0 by @arushikesarwani94 in #2007
- fix(perf): ignore Pods and Hermes files when looking for AndroidManifest by @szymonrybczak in #2014
- fix : Getting rid of duplicate gradle error messages by @arushikesarwani94 in #2004
- npmPackageName should be resolved from project root, not from cli-plugin-metro by @acoates-ms in #1996
New Contributors
- @sbalay made their first contribution in #2000
- @lunaleaps made their first contribution in #2003
Full Changelog: v12.0.0-alpha.6...v12.0.0-alpha.7
v11.3.6
What's Changed
- npmPackageName should be resolved from project root, not from cli-plugin-metro (#1996) @acoates-ms
- fix : Getting rid of duplicate gradle error messages (#2004) @arushikesarwani94
- fix: add paths to ignore in glob (#2014) @szymonrybczak
- chore: use Homebrew for installing
ios-deploy
(#2013) @szymonrybczak - fix: allow DevTools to connect (#2008) @tido64
- fix: Add flipper protocol support (#2003) @lunaleaps
- build(deps): bump semver from 6.3.0 to 7.5.2 (#1985)
Full Changelog: v11.3.5...v11.3.6
v12.0.0-alpha.6
v11.3.5
v11.3.4
What's Changed
Full Changelog: v11.3.3...v11.3.4
v12.0.0-alpha.5
What's Changed
- fix: add logger to doctor unhandled errors by @jeferson-sb in #1962
- chore: Remove generateStaticViewConfigs option from bundle command by @huntie in #1970
- chore: Remove fs-extra reference from cli-plugin-metro by @huntie in #1971
- fix: Potential EEXIST error when iOS asset catalog dir already exists by @robhogan in #1976
- Update
react-native run-ios
command error output. by @cpojer in #1978 - fix: remove
@ts-ignore
incli-plugin-metro
by @szymonrybczak in #1975 - download correct sourceMap for dev/prod profiles, add warning for Expo Dev menu profiles by @phryneas in #1833
- fix: init when there's a package.json in folder by @thymikee in #1980
- fix: resolver.resolveRequest is always undefined by @ammarahm-ed in #1982
- docs: replace
master
withmain
by @szymonrybczak in #1974 - fix: remove useless check in
upgrade
command by @szymonrybczak in #1968
New Contributors
- @jeferson-sb made their first contribution in #1962
- @phryneas made their first contribution in #1833
- @ammarahm-ed made their first contribution in #1982
Full Changelog: v12.0.0-alpha.4...v12.0.0-alpha.5
v11.3.3
Fixes
- resolver.resolveRequest is always undefined (#1982) @ammarahm-ed
- init when there's a package.json in folder (#1980) @thymikee
Full Changelog: v11.3.2...v11.3.3
v12.0.0-alpha.4
What's Changed
- fix: add missing arguments to
adb shell
inrun-android
command by @szymonrybczak in #1916 - fix: delete
com.
prefix in package name by @szymonrybczak in #1915 - fix: str.replace not a function issue by @adamTrz in #1909
- chore : Upgrading metro dependencies to 0.76.3 by @arushikesarwani94 in #1921
- docs: update react-native Podfile template link by @hahnlee in #1926
- Upgrade Metro to 0.76.4 by @motiz88 in #1935
- Refactor upgrade command to just link to upgrade helper by @blakef in #1879
- fix: trim whitespace in
parseTasksFromGradleFile
on Windows by @szymonrybczak in #1933 - feat: only show --verbose flag if there are hidden logs by @blakef in #1925
- feat: added --user flag to run-android command by @adamTrz in #1869
- fix: add missing argument to xcodebuild shell (destination) by @MichelBahl in #1934
- feat: add
--target
option by @szymonrybczak in #1928 - chore (doctor): update Java version range to be strictly 11-18 by @tarunrajput in #1940
- Reintroduce tvOS as valid simulator version when matching for simulators by @Killavus in #1929
- Upgrade metro dependencies to 0.76.5 by @huntie in #1943
- feat: add
watchModeCommandParams
toreact-native.config.js
by @szymonrybczak in #1937 - chore: improve codebase by @szymonrybczak in #1945
- feat (doctor): add packager healthcheck to report if packager is running correctly by @tarunrajput in #1941
- ci: run E2E tests on Windows by @szymonrybczak in #1949
- fix:
--verbose
option not working forrun-ios
by @szymonrybczak in #1946 - fix: always add
--verbose
to the command by @szymonrybczak in #1953 - chore: use slash for windows paths by @szymonrybczak in #1954
- fix(ios): fix Xcode defaulting to 'Release' by @tido64 in #1957
New Contributors
- @hahnlee made their first contribution in #1926
- @MichelBahl made their first contribution in #1934
- @tarunrajput made their first contribution in #1940
- @Killavus made their first contribution in #1929
Full Changelog: v12.0.0-alpha.3...v12.0.0-alpha.4