Skip to content

Releases: microsoft/rnx-kit

@rnx-kit/dep-check@1.10.2

07 Jan 19:49
b96e71c
Compare
Choose a tag to compare

Patch Changes

  • feb1613: fix(dep-check): bump react-native-test-app to 0.11.0

@rnx-kit/cli@0.10.0

07 Jan 09:03
9ffed45
Compare
Choose a tag to compare

Minor Changes

  • fa7ef12: Added command to show QR code. This QR code can be scanned in React Native Test App to load the bundle from the dev server, eliminating the need to manually configure the bundler address.

Patch Changes

  • Updated dependencies [a50e4a3]
  • Updated dependencies [adf6feb]
    • @rnx-kit/metro-serializer-esbuild@0.1.0
    • @rnx-kit/tools-react-native@1.2.0

@rnx-kit/dep-check@1.10.1

04 Jan 13:13
be7347b
Compare
Choose a tag to compare

Patch Changes

  • 80a9e64: Bump react-native-test-app to 0.10.2
  • 8f868c4: Bump react-native-test-app to 0.10.1

@rnx-kit/typescript-react-native-resolver@0.2.0

21 Dec 01:11
f7871e0
Compare
Choose a tag to compare

Minor Changes

  • 28f632a: Resolve modules in 3 passes - TS, then JS, then JSON. Also, always resolve to JS files -- don't gate on checkJs anymore.

@rnx-kit/typescript-react-native-compiler@0.0.7

21 Dec 01:11
f7871e0
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [28f632a]
    • @rnx-kit/typescript-react-native-resolver@0.2.0

@rnx-kit/rn-changelog-generator@0.2.0

21 Dec 01:11
f7871e0
Compare
Choose a tag to compare

Minor Changes

  • e136a30: Add single command to see changelog message and dimensions for a single commit

@rnx-kit/cli@0.9.58

21 Dec 01:11
f7871e0
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [28f632a]
    • @rnx-kit/typescript-react-native-resolver@0.2.0

@rnx-kit/typescript-react-native-resolver@0.1.4

Patch Changes

  • bea8385: When resolving imports in a .d.ts file, allow .json files when compilerOptions.resolveJsonModule is true.

@rnx-kit/cli@0.9.57

13 Dec 18:46
Compare
Choose a tag to compare

Patch Changes

  • bea8385: Keep .d.ts files in the list when opening a TypeScript project.

@rnx-kit/cli@0.9.56

08 Dec 23:28
a4051e8
Compare
Choose a tag to compare

Patch Changes

  • 51bc530: Scope Metro type-checking to files that TypeScript views as source code (ignore transpiled files).