Releases: react-native-community/cli
Releases · react-native-community/cli
v12.0.0-alpha.0
v11.0.2
What's Changed
- fix: Fix merge of CLI Metro config overrides, add soft fallback to RN defaults by @huntie in #1896
- feat: add
newArchEnabled
andhermesEnabled
toinfo
command by @szymonrybczak in #1897
Full Changelog: v11.0.1...v11.0.2
v11.0.1
What's Changed
- build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #1764
- fix: link inside
printRunDoctorTip.ts
by @szymonrybczak in #1887 - fix : Getting rid of stack traces during
run-android
by usingCLIError
by @arushikesarwani94 in #1891 - Bump execa from 1.x to 5.x by @stianjensen in #1888
- fix : Getting rid of stack traces during
run-ios
by usingCLIError
by @arushikesarwani94 in #1892 - fix:
log-ios
command by @szymonrybczak in #1890 - fix: Add runtime error when Metro config cannot be resolved by @huntie in #1889
- Renaming
Installing Bundler
step ofinit
by @arushikesarwani94 in #1894 - fix: Pin exact versions of RN CLI dependencies by @huntie in #1893
- fix: replace
launchPackager.sh
withlaunchPackager.command
by @szymonrybczak in #1895
Full Changelog: v11.0.0...v11.0.1
v11.0.0
What's Changed
- fix: passing simulator via name by @szymonrybczak in #1806
- feat: list available apple devices with
run-ios --list-devices
by @esthor in #1676 - feat: add
build-ios
command by @MateWW in #1744 - feat: check if configuration for iOS project exists by @TMisiukiewicz in #1810
- feat: read build configuration from scheme file by @TMisiukiewicz in #1773
- feat: allow initialising project with custom package name with
init --package-name
by @TMisiukiewicz in #1808 - GitHub Actions E2E tests on macOS by @DimitarNestorov in #1804
- chore: update compatibility table by @thymikee in #1817
- feat: interactive mode for selecting mode and scheme for iOS by @TMisiukiewicz in #1811
- fix: correctly list ios devices and simulators by @adamTrz in #1823
- feat: add tip to run doctor when build fails by @szymonrybczak in #1826
- feat: add --extra-params to run-ios & build-ios command by @szymonrybczak in #1822
- feat: ruby version check for RN CLI Doctor by @arushikesarwani94 in #1818
- feat: interactive mode for android by @adamTrz in #1815
- Add missing doctor descriptions by @cortinico in #1835
- fix : moving Ruby check to iOS by @arushikesarwani94 in #1828
- fix: e2e tests by @adamTrz in #1836
- fix: avoid considering the Podfile in vendor/bundle/ruby folder as a possibly valid Podfile by @cipolleschi in #1827
- docs: make
description
field mandatory by @szymonrybczak in #1840 - Breaking: Remove androidMkPath from react-native config by @cortinico in #1843
- feat: Bump minimum Node JS requirement to 16 for RN 0.72 in
doctor
by @robhogan in #1842 - fix: parsing namespace with single quotes by @Sunbreak in #1830
- chore: Upgrade metro dependencies to 0.75.0 by @jacdebug in #1813
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1814
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #1761
- feat: interactive mode by @adamTrz in #1829
- chore: Upgrading metro dependencies to v0.75.1 by @arushikesarwani94 in #1846
- docs: change build badge source by @szymonrybczak in #1847
- chore(deps): bump qs from 6.5.2 to 6.5.3 by @dependabot in #1772
- fix(doctor): pass config to health checks by @tido64 in #1850
- doctor : Modifying the version ranges to keep up to date with RN 0.72 by @arushikesarwani94 in #1858
- Add
unstable_reactLegacyComponent
tocli-platform-android
by @cortinico in #1849 - Add the
unstable_reactLegacyComponentNames
to iOS project config by @cipolleschi in #1859 - fix: doctor for 0.72 Ruby changes by @blakef in #1854
- breaking: node 16; typescript 4 by @thymikee in #1844
- fix: tests by @szymonrybczak in #1868
- fix: remove installing
cocoapods
withbrew
by @szymonrybczak in #1851 - feat: Set "react-native" condition when using Package Exports by @huntie in #1862
- breaking: Upgrade Metro dependencies to 0.76.0 by @motiz88 in #1861
- fix: Correcting CLI Error messages to avoid error duplication & provide correct stack trace by @arushikesarwani94 in #1873
- chore: Update cli-plugin-metro to use external Metro types by @huntie in #1874
- fix: Getting rid of stack trace for
Installing Bundler
errors by @arushikesarwani94 in #1878 - docs: add missing
README.md
for all packages. by @szymonrybczak in #1871 - docs: update link to latest main Podfile by @dijonkitchen in #1867
- feat: add deeplinks to our documentation by @blakef in #1870
- fix : Getting rid of stack traces during
installPods
by usingCLIError
by @arushikesarwani94 in #1881 - chore(deps): bump minimist from 1.2.5 to 1.2.8 by @dependabot in #1857
- feat : Add adb devices and reverse proxy test in cli-doctor by @arushikesarwani94 in #1885
- breaking: Update cli-plugin-metro to use defaults in app metro.config.js (RN 0.72) by @huntie in #1875
- fix: Replace calling internal React Native scripts for launching Metro with CLI's script by @szymonrybczak in #1812
New Contributors
- @DimitarNestorov made their first contribution in #1804
- @blakef made their first contribution in #1854
- @dijonkitchen made their first contribution in #1867
Full Changelog: v10.1.3...v11.0.0
v11.0.0-alpha.1
What's Changed
- feat: interactive mode by @adamTrz in #1829
- chore: Upgrading metro dependencies to v0.75.1 by @arushikesarwani94 in #1846
- docs: change build badge source by @szymonrybczak in #1847
Full Changelog: v11.0.0-alpha.0...v11.0.0-alpha.1
v11.0.0-alpha.0
What's Changed
- fix: passing simulator via name by @szymonrybczak in #1806
- feat: list available apple devices with
run-ios --list-devices
by @esthor in #1676 - feat: add
build-ios
command by @MateWW in #1744 - feat: check if configuration for iOS project exists by @TMisiukiewicz in #1810
- feat: read build configuration from scheme file by @TMisiukiewicz in #1773
- feat: allow initialising project with custom package name with
init --package-name
by @TMisiukiewicz in #1808 - GitHub Actions E2E tests on macOS by @DimitarNestorov in #1804
- chore: update compatibility table by @thymikee in #1817
- feat: interactive mode for selecting mode and scheme for iOS by @TMisiukiewicz in #1811
- fix: correctly list ios devices and simulators by @adamTrz in #1823
- feat: add tip to run doctor when build fails by @szymonrybczak in #1826
- feat: add --extra-params to run-ios & build-ios command by @szymonrybczak in #1822
- feat: ruby version check for RN CLI Doctor by @arushikesarwani94 in #1818
- feat: interactive mode for android by @adamTrz in #1815
- Add missing doctor descriptions by @cortinico in #1835
- fix : moving Ruby check to iOS by @arushikesarwani94 in #1828
- fix: e2e tests by @adamTrz in #1836
- fix: avoid considering the Podfile in vendor/bundle/ruby folder as a possibly valid Podfile by @cipolleschi in #1827
- docs: make
description
field mandatory by @szymonrybczak in #1840 - Breaking: Remove androidMkPath from react-native config by @cortinico in #1843
- feat: Bump minimum Node JS requirement to 16 for RN 0.72 in
doctor
by @robhogan in #1842 - fix: parsing namespace with single quotes by @Sunbreak in #1830
- chore: Upgrade metro dependencies to 0.75.0 by @jacdebug in #1813
New Contributors
- @DimitarNestorov made their first contribution in #1804
Full Changelog: v10.1.3...v11.0.0-alpha.0
v10.2.0
🐛 Bug Fixes
- Bump Metro to 0.73.8 (Terser source map fixes) (#1841)
- fix: parsing namespace with single quotes (#1830)
- fix: passing simulator via name (#1806)
🚀 Features
- feat: allow initialising project with custom package name with
init --package-name
(#1808) - feat: read build configuration from scheme file (#1773)
- feat: check if configuration for iOS project exists (#1810)
- feat:
build-ios
command (#1744) - feat: list available apple devices (#1676)
🧰 Maintenance
- GitHub Actions E2E tests on macOS (#1804)
Full Changelog: v10.1.3...v10.2.0
v10.1.3
v10.1.2
Changes
- fix: Correctly autolink libraries without manifest (#1800)
Full Changelog: v10.1.1...v10.1.2
v10.1.1
Changes
- refactor: add missing type definitions @TMisiukiewicz (#1793)
🐛 Bug Fixes
- fix: use variant arg in build-android command @adamTrz (#1798)
- fix: e2e tests snapshot @adamTrz (#1794)
- fix: add missing activeArchOnly when using runOnSpecificDevice @szymonrybczak (#1795)
🧰 Maintenance
- fix: use variant arg in build-android command @adamTrz (#1798)
- docs: update readme with version 10.0.0 @TMisiukiewicz (#1791)
Full Changelog: v10.1.0...v10.1.1