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