Skip to content

Releases: react-native-community/cli

v12.3.1

26 Feb 15:25
Compare
Choose a tag to compare

Fixes

Full Changelog: v12.3.0...v12.3.1

v12.3.0

13 Dec 16:37
Compare
Choose a tag to compare
v12.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: v13.0.1...v13.1.0

v12.3.0

13 Dec 16:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.2.1...v12.3.0

v13.0.0

04 Dec 12:38
Compare
Choose a tag to compare
v13.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: v12.2.0...v13.0.0

v12.2.0

04 Dec 12:37
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

5 changes

Full Changelog: v12.1.1...v12.2.0

v12.1.1

20 Nov 14:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.1.0...v12.1.1

v12.1.0

17 Nov 14:38
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: v12.0.0...v12.1.0

v11.3.10

03 Nov 17:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.3.9...v11.3.10

v12.0.0

31 Oct 15:47
Compare
Choose a tag to compare

This version of React Native CLI targets React Native 0.73 and includes numerous bug fixes, features and performance improvements.

Breaking changes

  • change default taskPrefix in build-android command from assemble to bundle by @szymonrybczak in #1913
  • update Node minimum version to 18 by @Shubham1429 in #1986
  • Fix ability to override commands via config by @huntie in #1999
  • Remove fallback flow for Metro config defaults (0.73) by @huntie in #1972
  • remove --configuration option from build/run-ios by @szymonrybczak in #2028
    • Migration: Use --mode instead
  • remove --variant option from run/build-android command by @szymonrybczak in #2026.
    • Migration: Use --mode instead
  • Delete source for cli-plugin-metro, remove from builtin commands by @huntie in #2055
  • Remove unreferenced utils from cli-tools by @huntie in #2066

Performance

  • move pods installation from init to ios-specific commands by @TMisiukiewicz in #2077
    • force Pods installation by passing: --force-pods
  • remove Gradle task check on run-android by @TMisiukiewicz in #2144

Fixes

Features

Read more

v11.3.9

13 Oct 15:35
Compare
Choose a tag to compare

Fixes

  • fix: avoid chmod on read stream close (#2096)

Full Changelog: v11.3.8...v11.3.9