Releases: react-native-community/cli
Releases · react-native-community/cli
v12.0.0-alpha.9
What's Changed
- chore: upgrade GitHub actions by @szymonrybczak in #2034
- fix: does not override user-defined reporter by @zhiqingchen in #2024
- breaking: remove
--configuration
option frombuild/run-ios
by @szymonrybczak in #2028 - breaking: remove
--variant
option fromrun/build-android
command by @szymonrybczak in #2026 - docs(android): remove deprecated
--root
and--appFolder
options by @szymonrybczak in #2027 - feat: enable pausing handling keystrokes in watch mode by @szymonrybczak in #2041
- fix: prevent booting already booted simulators by @szymonrybczak in #2033
- feat: add invoking CLI's scripts for launching Metro in
run-ios
command by @szymonrybczak in #2021
Full Changelog: v12.0.0-alpha.8...v12.0.0-alpha.9
v12.0.0-alpha.8
What's Changed
- fix: adjust
doctor
command to work with customios/
folder location by @szymonrybczak in #1998 - fix: use
none
as platform for printing upgrading link by @szymonrybczak in #2018 - breaking: update Node minimum version to 18 by @Shubham1429 in #1986
- breaking: Fix ability to override commands via config by @huntie in #1999
- build(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #2022
- docs: CONTRIBUTING.md typo error by @zhiqingchen in #2023
- breaking: Remove fallback flow for Metro config defaults (0.73) by @huntie in #1972
- docs: fix link to
profile-hermes
command by @badbeoti in #2029 - fix: typo in option description by @szymonrybczak in #2025
- feat: update doctor to reflect Java >= 17 by @szymonrybczak in #2045
- fix: Fix loading Metro config from alternative config path by @huntie in #2043
- chore: Upgrade Metro to 0.78.0 by @motiz88 in #2047
- fix(cli-plugin-metro): ensure bundle destination directory exist by @tido64 in #2040
- chore: bump
lerna
to7.1.3
by @szymonrybczak in #2017
New Contributors
- @Shubham1429 made their first contribution in #1986
- @badbeoti made their first contribution in #2029
Full Changelog: v12.0.0-alpha.7...v12.0.0-alpha.8
v11.3.7
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