Skip to content

Releases: callstack/repack

3.6.0

06 Nov 09:43
Compare
Choose a tag to compare

3.6.0

📖 Learn more about what Lazy Compilation is and how to use it:
https://re-pack.netlify.app/docs/configuration/guides/lazy-compilation

Minor Changes

3.5.1

11 Oct 15:31
Compare
Choose a tag to compare

3.5.1

Patch Changes

  • #444 88dc11f Thanks @jbroma! - Fix ValidationError in ModuleFederationPlugin caused by reactNativeDeepImports prop

3.5.0

10 Oct 16:21
Compare
Choose a tag to compare

3.5.0

Minor Changes

  • #421 7deea25 Thanks @jbroma! - Add builtin support for react-native deep imports when using Module Federation

Patch Changes

repack-init 1.1.0

10 Oct 16:19
Compare
Choose a tag to compare

1.1.0

Minor Changes

repack-dev-server 1.0.2

10 Oct 16:18
Compare
Choose a tag to compare

1.0.2

Patch Changes

  • #441 a66785d Thanks @hexboy! - fix(dev-server): fix Failed to open stack frame in editor error

3.4.0

03 Aug 11:45
Compare
Choose a tag to compare

This Release comes with

Two minor changes

  • The First one enabled a better way to control CodeSigningPlugin i.e. turning it off in development
  • The second one is a change that was merged to the old v3 branch, but it somehow got mixed up and never really was released, thanks @eps1lon for handling that!

Minor Changes

  • #409 d4d7dc7 Thanks @jbroma! - Added enabled flag to CodeSigningPlugin, this is useful when you want to disable the plugin in development environment and only keep it in production. For now this flag defaults to true to prevent a breaking change.

repack-init 1.0.4

27 Jul 09:31
Compare
Choose a tag to compare

1.0.4

Patch Changes

  • #405 cbbb5b4 Thanks @jbroma ! - Fix bad behaviour of repack-init when run inside of a monorepo & fix for a case when react-native version was declared as SemVer range instead of static version

3.3.1

17 Jul 12:29
Compare
Choose a tag to compare

This Release comes with:

  • One patch change – an upgrade of an Android library (nimbus-jose-jwt) used to decode JWT. This upgrade was needed because of a security vulnerability affecting this package in the previous version used by Repack.
  • A few typos fixed in the example usage of the Federated module and RepackPlugin#398. Thank you, @ergenekonyigit , for your contribution! 🎉

Patch Changes

  • #401 6171507 Thanks @jbroma ! - Update nimbus-jose-jwt android dependency to address security vulnerabilities

3.3.0

26 Jun 15:57
Compare
Choose a tag to compare

3.3.0

This release comes with:

  • three fixes from @jbroma that make living with a project using Repack with webpack instead of Metro bundler easier, and
  • one significant change – the optional ChunksToHermesBytecodePlugin created by @oblador & @mikeduminy at Klarna. This one can be manually added to the webpack config to ensure all chunks (or a subset of them, if the exclude parameter is specified) produced in the production build are indeed complied to the Hermes bytecode. Once again, big thanks for the contribution and I hope it's only the beginning of a great cooperation 🎉

📖 ChunksToHermesBytecodePlugin Docs can be found here: https://re-pack.netlify.app/docs/configuration/plugins/chunks-to-hermes

Minor Changes

  • #378 14afc61 Thanks @mikeduminy! - Add ChunksToHermesBytecodePlugin to transform all emitted chunks with Hermes

Patch Changes

  • #391 0693fda Thanks @jbroma! - Fix: stricter versions for dependencies inside podspec

  • #365 cf6c77a Thanks @jbroma! - Updated getResolveOptions exposed by RePack to prefer 'default' condition over webpack's defaults ['require', 'node']

  • #382 c1a5a2b Thanks @jbroma! - Fixed and issue where URL for remote asset only included basename from publicPath

repack-init v1.0.3

23 May 08:19
Compare
Choose a tag to compare

@callstack/repack-init

1.0.3

Patch Changes

  • #363 470f10a Thanks @jbroma! - Fix bad package name when creating/updating react-native.config.js