Skip to content

Releases: microsoft/rnx-kit

@rnx-kit/[email protected]

14 Jan 22:37
7b9cee0

Choose a tag to compare

Patch Changes

  • 951fb12: Add support for metro 0.82
  • dcfadad: Synced Server.js patch to Metro 0.83

@rnx-kit/[email protected]

13 Jan 10:50
9d7f31c

Choose a tag to compare

Patch Changes

  • 176e101: Fixed assets outside of project root not rendering. This breaks
    release builds so it must be manually enabled in metro.config.js:

    diff --git a/metro.config.js b/metro.config.js
    index 000000000..000000000 100644
    --- a/metro.config.js
    +++ b/metro.config.js
    @@ -34,4 +34,5 @@ module.exports = makeMetroConfig({
         blacklistRE: blockList,
         blockList,
       },
    +  unstable_allowAssetsOutsideProjectRoot: true,
     });

@rnx-kit/[email protected]

13 Jan 18:30
0a85605

Choose a tag to compare

Patch Changes

  • 67fe0d6: Fixed no types being exported

@rnx-kit/[email protected]

13 Jan 10:50
9d7f31c

Choose a tag to compare

Patch Changes

  • 176e101: Fixed assets outside of project root not rendering. This breaks
    release builds so it must be manually enabled in metro.config.js:

    diff --git a/metro.config.js b/metro.config.js
    index 000000000..000000000 100644
    --- a/metro.config.js
    +++ b/metro.config.js
    @@ -34,4 +34,5 @@ module.exports = makeMetroConfig({
         blacklistRE: blockList,
         blockList,
       },
    +  unstable_allowAssetsOutsideProjectRoot: true,
     });

@rnx-kit/[email protected]

13 Jan 10:50
9d7f31c

Choose a tag to compare

Patch Changes

  • 61a7724: Reduce the number of Babel plugins when esbuild is used

@rnx-kit/[email protected]

13 Jan 10:50
9d7f31c

Choose a tag to compare

Minor Changes

  • d13f8a7: Align react-native-screens capability with the project README

@rnx-kit/[email protected]

05 Jan 13:01
622ee79

Choose a tag to compare

Patch Changes

  • f4e3221: Re-define deprecated bridge methods for backwards compatibility

@rnx-kit/[email protected]

05 Jan 13:01
622ee79

Choose a tag to compare

Minor Changes

  • 5e6071b: Bumped minimum Node version to 22

@rnx-kit/[email protected]

05 Jan 13:01
622ee79

Choose a tag to compare

Major Changes

  • 579bad7: Bumped minimum Node version to 22

Patch Changes

@rnx-kit/[email protected]

11 Dec 18:15
4877a84

Choose a tag to compare

Patch Changes

  • ed5fe35: Fixed import statements so that the TypeScript code can be used
    directly