Skip to content

5.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbroma jbroma released this 08 Nov 17:16
· 1 commit to main since this release
0ff4f38

Major Changes

  • #780 e937211 Thanks @jbroma! - Removed --silent CLI flag for start command.

    For silencing output, you can use shell redirection instead:

    • Unix/macOS: npx react-native start > /dev/null 2>&1
    • Windows: npx react-native start > nul 2>&1
  • #786 cf42d14 Thanks @jbroma! - Enable new debugger (React Native DevTools) by default, remove support for legacy remote debugging

Minor Changes

  • #784 f8af03c Thanks @zmzlois! - add react-native-linear-gradient to flow type module loading rule support

  • #778 2344162 Thanks @jbroma! - Add --config option to commands, deprecate --webpackConfig option

Patch Changes

  • #776 31d0e32 Thanks @jbroma! - Fix peer dependency config for @rspack/core in repack package

  • #775 76738de Thanks @jbroma! - Fix customization of MF1 federated entry filename

  • #787 acdd0c8 Thanks @jbroma! - Fix sourceURL of bundles so source maps can be matched in dev tools

  • #779 679bcd8 Thanks @jbroma! - More intuitive behaviour of --verbose flag in start command