Skip to content

Releases: react-native-community/cli

v4.8.0

24 Apr 17:10
Compare
Choose a tag to compare

Features

  • add a programmatic dev server API with cli-server-api package (#1118)

Fixes

  • do not ignore androidProject.sourceDir option (#1122)

Chore & Maintenance

  • update docs link in the Android installation error message (#1125)
  • target not 8.3, not 8.0 (#1117)
  • add a note about --watchFolders in CONTRIBUTING.md (#1116)

v4.7.0

14 Apr 13:34
Compare
Choose a tag to compare

Features

  • Return config from the Ruby function (#1107)

v4.6.0

06 Apr 13:40
Compare
Choose a tag to compare

Features:

  • Doctor: JDK check with an auto fix on Windows machines (6c72d03)

Fixes:

  • Fix security vulnerability by updating minimist to 1.2.3 (7f71867)
  • Drop bash dependency from setup_env.sh (d4dbfe7)
  • Fix launching emulator on Windows machines (2d63746)
  • Fix opening terminal on Linux machines (e87b6b5)

Chore & Maintanance:

v4.5.1

01 Apr 17:04
Compare
Choose a tag to compare

Fixes

  • don't use --appIdSuffix to generate run task (#1087)
  • allow Hermes Debugger to connect from Flipper (#1086)

v4.5.0

30 Mar 12:41
Compare
Choose a tag to compare

Features

  • allow selection of iOS sim with --udid (#1068)
  • add CocoaPods to info command (#1075)

Fixes

  • android config returns incorrect paths (#1080)
  • yarn/npm init before install template (#1077)

v4.4.0

25 Mar 11:46
Compare
Choose a tag to compare

Features

  • do not import BuildConfig/R, but use FQDN reference (#871)
  • run pod repo update when pod install failed (#1061)
  • android: add appName to android project config; deprecate --root, --appFolder, --appId (#1029, #1053)
  • install python if missing on Windows (#1040)
  • support run-ios on Mac target (Catalyst) (#1024)

Fixes

  • custom root or calling Gradle outside of project directory (#1057)
  • fix bundling assets with a path outside of the project root (#939)
  • scoped packages with . produces incorrect package name (#1033)

Chore & Maintenance

  • remove >=0.60.0-rc.0 restriction for init (#1069)
  • remove unused --assetExts from server (#1051)
  • revert "fix: Metro Bundler crashing on run-android on Windows (#489)" (#1052)
  • remove REACT_NATIVE_APP_ROOT, use --watchFolders (#935)
  • remove haste and rnpm (#1043)
  • remove copyToClipboardMiddleware (#1045)
  • add deprecation messages for manual linking (#1037)
  • docs: remove legacy init from the readme (#1046)
  • remove assetsDest checking (#1064)

v4.3.0

10 Mar 14:45
Compare
Choose a tag to compare

Features

  • bail out when initializing new project to pre-existing directories (#1036)

Fixes

  • android: Incorrect mapping of svg files (#1042)

Chore & Maintenance

  • publish declaration files in npm package (#1044)
  • remove setting hasteImplModulePath in Metro config (#1041)

v4.2.4

10 Mar 14:44
Compare
Choose a tag to compare

Fixes

  • set correct react-native peer dependency (#1035)

v4.2.3

10 Mar 14:43
Compare
Choose a tag to compare

Fixes

  • pick correct TARGET_BUILD_DIR for run-ios (#1032)

Chore & Maintenance

  • Revert "chore: remove extraneous properties from the run-android doc"
  • chore: refactor envinfo (#1025)

v4.2.2

10 Mar 14:42
Compare
Choose a tag to compare

Fixes

  • don't log watch mode not supported to stdout (fixes Expo) (#1027)
  • avoid crashing if build.gradle is missing (#1022)
  • add missing dependencies (#1020)

Chore & Maintenance

  • update RN docs links to reactnative.dev (#1016)