Skip to content

Releases: react-native-community/cli

v2.9.0

Choose a tag to compare

@thymikee thymikee released this 15 Aug 09:56

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)

v3.0.0-alpha.1

v3.0.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@thymikee thymikee released this 12 Aug 14:23

Chore

  • BREAKING upgrade to Metro 0.56 (#630)
  • remove logToConsole Middleware; included by Metro 0.56 now (#629)

v2.8.3

Choose a tag to compare

@thymikee thymikee released this 12 Aug 14:21

Fixes

  • CLI stuck on "Starting JS server" on Windows (#604)

Docs

  • adjust iOS monorepo docs on autolinking (#590)

Chore

  • migrate platform-android to TypeScript (#597)
  • optimize gradle code generation (#603)

v2.8.2

Choose a tag to compare

@thymikee thymikee released this 12 Aug 14:20

Fixes

  • corrects srcDirs to be compatible with Kotlin projects (#602)

v2.8.1

Choose a tag to compare

@thymikee thymikee released this 01 Aug 08:05

Fixes

  • fallback to default terminal if wrong one passed (#601)
  • adding back projectRoot to option (#588)
  • init run instructions to show workspace (#566)
  • safe check for config command (#589)
  • package class name regex tweaks on Android (#563)

v1.11.2

Choose a tag to compare

@thymikee thymikee released this 25 Jul 09:06

Fixes

  • publishing issue that broke react-native init
  • link project assets when not linking deps (#585)

v1.11.0

Choose a tag to compare

@thymikee thymikee released this 24 Jul 18:49

Features

  • add ability to reload all connected devices and simulators (#574)

v2.8.0

Choose a tag to compare

@thymikee thymikee released this 23 Jul 10:11

Features

  • add ability to reload all connected devices and simulators (#574)

Fixes

  • stream config output in Ruby autolink script (#578)

v2.7.1

Choose a tag to compare

@thymikee thymikee released this 22 Jul 12:36

Fixes

  • bring --projectRoot argument back to start (#572)
  • preserve project folder after init failure (#569)

v2.7.0

Choose a tag to compare

@thymikee thymikee released this 18 Jul 08:28

Features

  • print web diff url (Upgrade Helper) when retrieving the latest release (#551)

Fixes

  • init template name replacement for "helloworld" (#546)
  • remove reliance on node_modules in paths to podspecs (#550)

Docs

  • fix link in README.md to 1.x branch (#548)

Chore & Maintenance

  • setup Azure Pipelines for running CI jobs on Windows (#542, #543)
  • standardize internal network requests layer (#463)