Skip to content

Releases: react-native-community/cli

v3.0.4

19 Nov 12:33
Compare
Choose a tag to compare

Fixes

  • doctor: update Xcode version range to >= 10; adjust wording (#856)

v3.0.2

15 Nov 13:06
Compare
Choose a tag to compare

Fixes

  • jsAppDir path delimiters on Windows (#850)

Docs

  • update compatibility table (#849)

v3.0.1

15 Nov 13:07
Compare
Choose a tag to compare

Chore & Maintenance

  • move DefinitelyTyped types to dev deps (#848)

v3.0.0

15 Nov 09:19
Compare
Choose a tag to compare

Features

  • Extract Debugger UI into @react-native-community/cli-debugger-ui (#832, #844)
  • Remove hardcoded React Native configuration (#767)

Included in previous alpha releases:

  • new doctor command (#532 and more)
  • collapse YellowBox/DevTools frames in Metro config
  • support autolinking in monorepos (#768)
  • launch default Android emulator during run-android (#676)
  • allow passing in MainPackageConfig to PackageList.java (#653)
  • use server.enhanceMiddleware from custom Metro configuration (#614)

Fixes

  • run npx from JS app dir (#824)
  • add Carthage to ingnored directories when finding .xcodeproj (#839)
  • Properly handle --host param for remote debugging (#829)
  • use npx in init run instructions (#817)
  • podfile parsing on invalid yaml (#810)

Chore & Maintenance

  • remove platforms from cli dependencies (#845)
  • bump TS to 3.7 (#836)
  • Remove deprecated lerna field (#837)

Docs

  • update linking setup in contributing guide (#806)

v2.10.0

15 Nov 13:26
Compare
Choose a tag to compare

Features

  • add fallback behavior when running a default simulator on iOS (#782)

Fixes

  • update init banner message with website tagline (#634)

v1.12.0

15 Nov 13:28
Compare
Choose a tag to compare

Features

  • add fallback behavior when running a default simulator on iOS (#758)

v3.0.0-alpha.7

15 Nov 09:20
Compare
Choose a tag to compare

Fixes

  • run npx.cmd on Windows (#801)
  • check for podspecPath in warnAboutPodInstall (#800)

v3.0.0-alpha.3

15 Nov 09:52
Compare
Choose a tag to compare

Features

Fixes

  • do not read configuration outside of the root (#769)
  • broken link to react-devtools (#774)
  • add fallback behavior when running a default simulator on iOS (#758)
  • buggy behaviour when launching debugger on macOS (#771)
  • show correct init run instructions with --directory (#736)
  • propagate react-native config error stream to logs (#741)
  • warn user if pod install was not run (#679)
  • Handle name conflict for --version option (#713)
  • change template label (#681)
  • fix semver check was breaking for non-semver versions (#662)
  • Infinite spinner white installing cocoapods (#651)
  • Change title for newly initialised projects (#650)
  • use posix path.sep in linking of header search path (#635)

Chore & Maintenance

Docs

  • fix typo in commands section (#754)
  • update commands on generating dev JS bundle for Android (#700)
  • update link to react-devtools (#646)

v3.0.0-alpha.2

15 Aug 10:05
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

Features

  • set a default symbolicator.customizeFrame value for Metro (#596)

v2.9.0

15 Aug 09:56
Compare
Choose a tag to compare

Features

  • fallback to default browser if Chrome is not found (#612)
  • add reload button in debugger UI (#611)
  • install pods after upgrade (#565)
  • set debugger UI dark mode based on system prefs (#607)

Fixes

  • copy .prettierrc from legacy init template (#631)
  • change how relative path to podfile is created (#625)
  • use forward slashes instead of path.sep in iOS link (#618)
  • add missing scriptPhases config in iOS autolinking (#621)
  • add Content-Type header to index debugger page (#617)

Chore

  • docs: fix --projectRoot type (#632)
  • upgrade logkitty to 0.6.0 (#628)
  • fix tests on Windows (#559)