Skip to content

Releases: microsoft/rnx-kit

@rnx-kit/[email protected]

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

Patch Changes

@rnx-kit/[email protected]

13 Dec 18:46
Compare
Choose a tag to compare

Patch Changes

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

@rnx-kit/[email protected]

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/[email protected]

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).

@rnx-kit/[email protected]

07 Dec 17:03
200658b
Compare
Choose a tag to compare

Minor Changes

  • 1c5e36d: Added support for Android

@rnx-kit/[email protected]

07 Dec 17:03
200658b
Compare
Choose a tag to compare

Patch Changes

  • d4c21eb: Update the CLI to support type-checking across many projects in a monorepo. Further, when bundling, fail on type errors. On serving, print type errors but continue without failure.

@rnx-kit/[email protected]

03 Dec 16:24
b86b86c
Compare
Choose a tag to compare

Minor Changes

  • 32b681b: All dependencies of all packages, including configured ones, should be checked when --vigilant is specified.

@rnx-kit/[email protected]

02 Dec 19:15
4f04c00
Compare
Choose a tag to compare

Minor Changes

  • 1a2cf67: Added functions for retrieving platform extensions

@rnx-kit/[email protected]

02 Dec 19:15
4f04c00
Compare
Choose a tag to compare

Patch Changes

  • 1a2cf67: - Refactored resolvers to conform to a single interface
    • Added a utility for remapping import paths (akin to babel-plugin-import-path-remapper)
    • Updated README
  • Updated dependencies [1a2cf67]

@rnx-kit/[email protected]

02 Dec 19:15
4f04c00
Compare
Choose a tag to compare

Patch Changes

  • 9816461: Fix loading of custom profiles from relative paths