Skip to content

Releases: react-native-community/cli

v1.5.1

03 Apr 18:53
Compare
Choose a tag to compare

Fixes

  • set project directory to install packages in init command (#262)

v1.5.0

22 Mar 17:30
Compare
Choose a tag to compare

Features

  • add hint for browser extensions that may break debug (#253)
  • add verbose logging flag, debug logging for (un)link commands (#239)

Fixes

  • pass --projectRoot argument to Metro (#259)
  • throw an error if an invalid platform is passed to the bundle command (#240)

Chore & Maintenance

  • don't add purge as remote when upgrading (#245)
  • rework PackageManager implementation (#243)

v2.0.0

15 Mar 13:35
Compare
Choose a tag to compare

Features

  • [BREAKING] remove dependencies command (#100)

Chore & Maintenance

  • [BREAKING] bump Metro to 0.53 (#222)
  • remove legacy core/findPlugins.js redundancy (breaking if accessing internals) (#235)

v1.4.6

15 Mar 18:53
Compare
Choose a tag to compare

Fixes

  • Bring back lost customDebugger function (#237)

v1.4.2

14 Mar 12:10
Compare
Choose a tag to compare

Fixes

  • linking assets on Android (#231)
  • refine upgrade error handling; improve the output (#232)

v1.4.1

12 Mar 20:44
Compare
Choose a tag to compare

Fixes

  • debugger-ui incorrect path (#226)
  • set proper peer dependencies (#227)

v1.4.0

12 Mar 16:53
Compare
Choose a tag to compare

Fixes

  • re-export findPlugins under cli/core for backcompat with RN 0.59 (#224)
  • android unlink regression (#221)
  • path to InitializeCore module in default metro config (#220)
  • correct paths for eject command (#208)
  • change diff links for upgrade command (#206)
  • update links to issue tracker (#196)
  • remove flaky check for faulty global react-native bin (#198)
  • dependencies being installed as dev dependencies (#202)

Docs

  • fix verdaccio command in contributing doc (#219)
  • fix cli path in contributing doc (#218)

Chore & Maintenance

  • remove some unused files (#217)
  • remove unnecessary checks for react peer dep (#216)
  • remove unnecessary noHelp option for a command (#215)
  • simplify commander/minimist usage (#209)
  • use @react-native-community/eslint-config (#205)
  • simplify cli structure and common tools (#201)
  • bump flow to 0.94 (#200)

@react-native-community/cli@1.3.1

27 Feb 20:01
Compare
Choose a tag to compare

Fixes

  • fix link all (#188)
  • fix live reload not working on devices (#193)

@react-native-community/cli@1.3.0

22 Feb 16:30
Compare
Choose a tag to compare

Features

  • improve upgrade to use rn-diff-purge (#176)
  • refactor install to use link directly instead of spawning it (#180)
  • allow absolute path for templates (#185)

Fixes

  • setup_env script failure (#182)

@react-native-community/cli@1.2.2

14 Feb 07:43
Compare
Choose a tag to compare

Fixes

  • export getDefaultConfig (#167)
  • return full file path for InitializeCore incl. extension (#165)