Skip to content

Releases: microsoft/rnx-kit

@rnx-kit/align-deps@2.4.0

19 Mar 17:23
3b3d2f1
Compare
Choose a tag to compare

Minor Changes

  • 26e34b7: Added a flag, --no-unmanaged, to make unmanaged capabilities errors

@rnx-kit/react-native-test-app-msal@2.1.9

18 Mar 14:45
3b99c63
Compare
Choose a tag to compare

Patch Changes

  • b962503: Removed unused files from the published package

@rnx-kit/cli@0.16.23

18 Mar 14:45
3b99c63
Compare
Choose a tag to compare

Patch Changes

  • b962503: Removed unused files from the published package

@react-native-webapis/web-storage@0.2.3

18 Mar 14:45
3b99c63
Compare
Choose a tag to compare

Patch Changes

  • f7e6b9e: Added privacy manifest as required by Apple for app submissions

@rnx-kit/eslint-plugin@0.7.0

12 Mar 14:53
1ab5923
Compare
Choose a tag to compare

Minor Changes

  • 1eb8c14: Bumped @typescript-eslint/eslint-plugin to v7. This brings the following breaking changes:

    • Update Node.js engine requirement to ^18.18.0 || >=20.0.0. This means we are dropping support for Node 16, 19, and Node 18 versions prior to 18.18.0. Note that this is the same requirement that ESLint v9 will impose.
    • Update the ESLint peer dependency requirement to ^8.56.0.

    For more details, check their blog post: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

@rnx-kit/metro-config@1.3.15

11 Mar 12:38
8f8d089
Compare
Choose a tag to compare

Patch Changes

  • 3f48b88: Handle apps in nested folders

@rnx-kit/react-native-host@0.4.5

29 Feb 10:56
a913521
Compare
Choose a tag to compare

Patch Changes

  • b4b5698: Implemented an RCTHost compatibility layer for deprecated methods, -getModuleRegistry and -getSurfacePresenter, and their replacements, -moduleRegistry and -surfacePresenter (see facebook/react-native@c3b0a8f for details)

@react-native-webapis/web-storage@0.2.2

28 Feb 13:47
596ac52
Compare
Choose a tag to compare

Patch Changes

  • 22420d7: Migrate away from com.facebook.react.turbomodule.core.interfaces.TurboModule as it has been moved/renamed in 0.74 and will break TurboModule detection

@rnx-kit/react-native-lazy-index@3.0.1

19 Feb 15:24
3c79650
Compare
Choose a tag to compare

Patch Changes

  • 18f82d6: Fix "Preset requires a filename to be set" error when an older version of babel-plugin-codegen is used

@rnx-kit/react-native-host@0.4.4

19 Feb 15:24
3c79650
Compare
Choose a tag to compare

Patch Changes

  • 9fe163f: Implement usingModule:block: for bridgeless mode