Releases: react-native-community/cli
Releases · react-native-community/cli
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
v10.1.0
Changes
- Update Metro dependencies to 0.73.7 @robhogan (#1787)
- Upgrade metro dependencies to 0.73.6 in
cli-plugin-metro
@arushikesarwani94 (#1780) - docs: add Android-rncli.cmake @Sunbreak (#1775)
- chore: added release-drafter GH Action @adamTrz (#1774)
🚀 Features
- feat: add support for running app on all booted devices and simulators @szymonrybczak (#1781)
- feat: run app on iOS and Android with a hotkey @TMisiukiewicz (#1779)
- feat: add condition for min node version @szymonrybczak (#1782)
- feat: add --binary-path to run-ios and run-android to enable installing pre-build binaries @andrejborstnik (#1577)
🐛 Bug Fixes
- fix: when used with option --port and --deviceId not working on run-android @kentakang (#1785)
- fix: check cocoapods version in doctor @adamTrz (#1778)
🧰 Maintenance
5 changes
- chore: add
yarn lint
on pre-commit with husky @TMisiukiewicz (#1783) - feat: add support for running app on all booted devices and simulators @szymonrybczak (#1781)
- feat: add --binary-path to run-ios and run-android to enable installing pre-build binaries @andrejborstnik (#1577)
- chore: run release drafter on pull request open @TMisiukiewicz (#1776)
- chore: update release-drafter.yml @adamTrz (#1777)
Full Changelog: v10.0.0...v10.1.0
v10.0.0
What's Changed
- Add Xconfig from option commandline for iOS for Xcodebuild by @ShaswatPrabhat in #1722
- Update ios readme to pass xcconfig from command line by @ShaswatPrabhat in #1724
- Add support for namespace inside build.gradle file. by @cortinico in #1727
- Upgrade metro dependencies to 0.73.3 by @huntie in #1726
- Fix findBuildGradle for app & libraries by @cortinico in #1728
- Feat: customise ios build folder location with
buildFolder
flag by @adamTrz in #1729 - docs: update commands documentation, mention derivedDataPath by @thymikee in #1731
- fix: select iPhone 14 as a default simulator by @mdneyazahmad in #1730
- Update codeowners to reflect current state of things by @thymikee in #1732
- chore: cleanup cli-platform-android unused deps by @thymikee in #1735
- Fix: Prohibit passing both version and template to init command by @adamTrz in #1736
- fix: add chalk to cli-config dependencies by @tatethurston in #1737
- Remove unwanted spaces
add_subdirectory
paths in Android-rncli.cmake by @tomekzaw in #1738 - fix: Make paths in the CmakeLists scripts Windows friendly by @mganandraj in #1734
- fix: avoid catching
init
errors and avoid printing their stack by @kraenhansen in #1742 - fix: move bundle install above pod version check by @MateWW in #1748
- fix: run cli when dev dependencies are not installed by @TMisiukiewicz in #1752
- add github action to mark issues & PRs as stale by @TMisiukiewicz in #1755
- fix: increase number of operations per run in stale action by @TMisiukiewicz in #1758
- docs: update default simulator & fallback simulators. by @szymonrybczak in #1757
- feat: redirect TS template to r-n by @adamTrz in #1743
- chore: Upgrade metro dependencies to 0.73.5 by @jacdebug in #1760
- fix: avoid renaming a file if it is already renamed by @leinstay in #1763
- chore: prevent stale bot from closing no-stale-bot issues by @TMisiukiewicz in #1770
- feat: build-android command by @adamTrz in #1739
- chore: add note in CONTRIBUTING.md about release config by @TMisiukiewicz in #1771
- Feat: List android devices by @adamTrz in #1765
New Contributors
- @ShaswatPrabhat made their first contribution in #1722
- @mdneyazahmad made their first contribution in #1730
- @tatethurston made their first contribution in #1737
- @tomekzaw made their first contribution in #1738
- @mganandraj made their first contribution in #1734
- @kraenhansen made their first contribution in #1742
- @MateWW made their first contribution in #1748
- @TMisiukiewicz made their first contribution in #1752
- @szymonrybczak made their first contribution in #1757
- @jacdebug made their first contribution in #1760
- @leinstay made their first contribution in #1763
Full Changelog: v9.2.0...v10.0.0
v10.0.0-alpha.5
What's Changed
- fix: avoid catching
init
errors and avoid printing their stack by @kraenhansen in #1742
New Contributors
- @kraenhansen made their first contribution in #1742
Full Changelog: v10.0.0-alpha.4...v10.0.0-alpha.5