Skip to content

5.2.5

Latest

Choose a tag to compare

@jbroma jbroma released this 13 Mar 12:45
· 1 commit to main since this release
@callstack/repack@5.2.5
f669cb5

Patch Changes

  • #1357 1705f2a Thanks @jbroma! - Fix production bundles so NativeEntryPlugin keeps polyfills on module-id based __webpack_require__(id) startup.

  • #1358 60e6a17 Thanks @jbroma! - Bump the Android nimbus-jose-jwt dependency from 9.48 to 10.8 for upstream security fixes.

  • #1361 b4178c2 Thanks @jbroma! - Preserve non-terminal stdout logs while interactive status is active, so plugin output lines are not cleared by status redraws.

  • #1364 d0058e2 Thanks @jbroma! - Fix babel-swc-loader compatibility for loose class fields, private methods, and destructuring by adding the complementary SWC transforms SWC expects to run alongside them.

  • #1371 1ab6e4e Thanks @jbroma! - Avoid crashing Android apps when opening React Native DevTools by handling cross-origin Network.loadNetworkResource requests inside the dev server.

  • #1373 1f81fe8 Thanks @jbroma! - Add support for bootstrapping new Re.Pack projects with React Native 0.84.1 and refresh the default bundler dependency versions used during initialization.

  • #1370 84acbdd Thanks @jbroma! - Fix npm-based project creation by using npm exec ... -- rnc-cli instead of a nested npx invocation, and pass a fully qualified React Native patch version to the React Native CLI.