Skip to content

Releases: callstack/repack

5.1.2

12 Jun 08:57
9e41de5
Compare
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
Compare
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
Compare
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

5.1.0-rc.0

06 May 12:57
8e2ac88
Compare
Choose a tag to compare
5.1.0-rc.0 Pre-release
Pre-release

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

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

  • #1137 996942f Thanks @jbroma! - Support application/json type of payload for /symbolicate requests

5.0.6

03 Apr 17:32
ffee69a
Compare
Choose a tag to compare

Patch Changes

5.0.5

22 Mar 16:29
1c09b88
Compare
Choose a tag to compare

Patch Changes

  • eac08f2 Thanks @jbroma! - Fix failure to load project configuration in Node versions with require(esm)

  • c6a4325 Thanks @jbroma! - Fix publicPath not using port overriden through CLI in development

5.0.4

18 Mar 13:08
3ce83dd
Compare
Choose a tag to compare

Patch Changes

  • #1093 89de28f Thanks @jbroma! - Use newest minor version of Re.Pack when creating a project with repack-init

  • #1090 71f33b8 Thanks @jbroma! - Fix resolving MF2 remote entries when using manifest as entrypoint through a default RepackResolverPlugin

5.0.3

12 Mar 18:24
ef624ce
Compare
Choose a tag to compare

Patch Changes

  • #1085 c2852df Thanks @jbroma! - Fix emitting to the same file when developing a host-type app with module-federation

  • #1086 8e8aad6 Thanks @jbroma! - Hide "JavaScriptLogs have moved..." message

  • #1087 2f0835a Thanks @jbroma! - Drop having @react-native-community/cli as peer dependency

5.0.2

12 Mar 12:39
86ed162
Compare
Choose a tag to compare

Patch Changes

  • #1081 30d7330 Thanks @jbroma! - Drop dependency on @react-native-community/cli-server-api in the DevServer

  • #1079 2ac8f7b Thanks @jbroma! - Fix repack-init picking up wrong root directory when migrating existing projects

5.0.1

06 Mar 15:40
47277f7
Compare
Choose a tag to compare

Patch Changes

  • #1075 dac01e4 Thanks @szymonrybczak! - Use default publicPath in development instead of enforcing it in DevelopmentPlugin

  • #1074 54fa1cd Thanks @szymonrybczak! - Remove enforcement of output filenames in dev mode

  • #1065 e08a805 Thanks @jbroma! - Fix normalization of resolve.extensions with [platform] placeholder & set publicPath to noop explicitly when using deprecated getPublicPath helper function