Skip to content

Releases: react-native-community/cli

@react-native-community/cli@1.2.1

13 Feb 15:25
Compare
Choose a tag to compare

Fixes

  • improve passing global flags to the CLI (#162)

@react-native-community/cli@1.2.0

13 Feb 15:23
Compare
Choose a tag to compare

Features

  • show help when no arguments are provided (#160)
  • use PackageManager and improve init logging (#156)
  • use lazy module evaluation (#152)
  • allow setting different React Native path (#144)
  • Removes calls to process.pwd() in favor of using context.root (#116)
  • use common logger (#120, #122, #118)
  • add logger (#113)
  • build before publishing (#104)
  • be able to use link for specific --platforms only (#77)
  • restrict Node with engineStrict (#24)
  • Make package name a required argument in link (#64)
  • Decouple Metro config from CLI config (#30)
  • use template from react-native (#84)

Fixes

  • problem on run-android with deviceId (#137)
  • ignore non-nativetargets during ios linking (#123)
  • xcode 10.2 compatibility for run-ios command (#138)
  • run-android not finding scripts to overwrite (#141)
  • improve overall run-ios experience and get rid of CFBundleIdentifier (#139)
  • schema option on run-ios not installing and loading the right bundle (#128)
  • line endings on Windows (#136)
  • normalize paths for Gradle on Windows (#130)
  • make link understand 'api project' (#98)
  • init requires folder, but require.resolve returns a file
  • typo (#93)
  • Fix metro config when running from source (#56)
  • Prevent crash in findMatchingSimulator (#59)
  • android duplicates in linked packages (#81)
  • revert dependencies removal (#80)
  • Flow erros (#79)
  • --appFolder should only install specific app on Android. (#67)
  • no need from cd - on package.json so we can pass custom arguments. (#72)
  • launching chrome dev tools (#63)
  • Update runAndroid.js error message (#119)
  • remove double default value description in react-native run-ios (#86)

Chore & Maintenance

  • use ESM exports where appropriate (#151)
  • remove npmlog dependency (#149)
  • upgrade Jest to v24 (#127)
  • setup monorepo with Lerna (#109)
  • don't publish src now that we build it (#108)
  • use babel --copy-files flag (#106)
  • followup after #104 (#105)
  • update package name and version
  • update global-cli paths (#82)
  • ease work with monorepo with jest packages and global Flow
  • disable logger in tests (#155)
  • change require to imports (#150)
  • Unify logging (#146)
  • init command localy (#153)
  • add issue and PR templates (#121)
  • Add CONTIBUTING.md (#69)
  • update xcode version to 2.0.0 (#147)
  • deprecate link all behavior (#85)
  • Bump Metro dependency, use new Metro Transformer and remove old packages (#55)
  • Add ESLint (#52)
  • Remove manual check of the node version
  • Add repository URLs to package.json files (#45)