Skip to content

Releases: callstack/repack

5.2.5

13 Mar 12:45
@callstack/repack@5.2.5
f669cb5

Choose a tag to compare

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.

5.2.4

26 Feb 14:38
@callstack/repack@5.2.4
82a2da8

Choose a tag to compare

Patch Changes

5.2.3

09 Dec 18:55
@callstack/repack@5.2.3
4dd6844

Choose a tag to compare

Patch Changes

5.2.2

03 Nov 21:16
@callstack/repack@5.2.2
1c23c75

Choose a tag to compare

Patch Changes

5.2.1

15 Sep 10:54
@callstack/repack@5.2.1
1b69012

Choose a tag to compare

Patch Changes

5.2.0

27 Aug 12:49
@callstack/repack@5.2.0
dcc2659

Choose a tag to compare

5.2.0

Highlights

✨ Read the Re.Pack 5.2 blog post for more details.

Minor Changes

Patch Changes

Read more

5.1.3

02 Jul 18:20
f34f424

Choose a tag to compare

Patch Changes

  • #1188 768e36f Thanks @jbroma! - Fix @callstack/repack-init installing unsupported versions of react-native

  • #1173 175a60a Thanks @raghav-reglobe! - Fix platform detection for NativeWind via NATIVEWIND_OS env var

  • #1184 5046966 Thanks @swrobel! - Add react-native-keyboard-aware-scroll-view and @react-native-community/push-notification-ios to flow libs

5.1.2

12 Jun 08:57
9e41de5

Choose a tag to compare

Patch Changes

  • #1168 71a989b Thanks @jbroma! - Fix React Native DevTools not showing source maps for MF2 remotes

5.1.1

20 May 10:18
b960793

Choose a tag to compare

Patch Changes

  • #1156 897dc5a Thanks @jbroma! - Fix registering resolvers for remotes in ResolverPlugin when ScriptManager is not yet initialized

5.1.0

14 May 11:27
64b4d41

Choose a tag to compare

Highlights

✨ Read the New in Re.Pack 5.1 blog post for more details.

Minor Changes

  • #1078 5ac48cd Thanks @szymonrybczak! - Add hook system to ScriptManager for runtime manipulation of script loading process.

  • #1099 332f384 Thanks @jbroma! - Enable support for package imports by default when resolving modules

  • #1128 859c1d7 Thanks @jbroma! - Strip empty import statements that are a leftover from stripping flow type imports

  • #1136 55a56c3 Thanks @jbroma! - Support Module Federation preloadRemote through PrefetchPlugin.

  • #1140 2cedf58 Thanks @jbroma! - Enable persistent cache by default in start command

  • #1130 90be891 Thanks @jbroma! - MF2 ResolverPlugin now adds a resolver only once when new remote is registered through registerRemote federation runtime hook

  • #1073 84952ac Thanks @jbroma! - Add support for setting up proxy in DevServer for redirecting requests

  • #1099 332f384 Thanks @jbroma! - Resolve platform (.ios, .android) & native (.native) extensions when using package exports

  • #1099 332f384 Thanks @jbroma! - Use import / require condition name depending on the source type (esm or cjs)

  • #1140 2cedf58 Thanks @jbroma! - Support resetting transformation cache via --reset-cache flag

  • #1150 350bb44 Thanks @jbroma! - Support RSPACK_PROFILE env var for obtaining traces from Rspack

Patch Changes

  • #1139 be32944 Thanks @jbroma! - Fix issue where errors originating in project config files were getting swallowed when the project config was loaded.

  • #1119 19c814f Thanks @jbroma! - Check for default import when using deep imports from react-native in WebpackHMRClient, DevServerClient and when using remote or inline assets

  • #1066 1bc0e4d Thanks @szymonrybczak! - Add detecting dependency specific plugins

  • #1134 acd69db Thanks @jbroma! - Always include AssetRegistry and AssetSourceResolver in the bundle

  • #1143 81ee94c Thanks @jbroma! - Fix failure to read project package json when validating plugins

  • #1123 bd58562 Thanks @jbroma! - Allow passing referenceUrl to ScriptManager.prefetchScript

  • #1151 3748b41 Thanks @jbroma! - Hide persistent cache behind REPACK_EXPERIMENTAL_CACHE flag