rnx-kit

Modern, scalable tools. Exceptional developer experience.

MIT License

Downloads
6M
Stars
1.4K
Committers
49

Bot releases are visible (Hide)

rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • bc2b2627: Allow bundling directly from TypeScript source
  • Updated dependencies [bc2b2627]
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • bc2b2627: Allow bundling directly from TypeScript source
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • bc2b2627: Allow bundling directly from TypeScript source
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • bc2b2627: Skip packages that declare entry points
  • Updated dependencies [bc2b2627]
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • d67d59d2: Use context.filename if available (starting with ESLint v8.40)
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Major Changes

  • a3b3a189: Removed elements that made the plugin confusing.

    • Scanning capability has been removed in favour of explicit declaration.
    • Experiences can now be passed directly to the plugin in index.js:
      // @codegen
      module.exports = require("@rnx-kit/react-native-lazy-index")({
        // declare experiences here
      });
      
      This should makes it more obvious to users that codegen is happening in this
      file. Check the README for an example.
    • Experiences can still be declared in package.json. Just don't pass anything
      to the plugin:
      // @codegen
      module.exports = require("@rnx-kit/react-native-lazy-index")();
      

Patch Changes

  • a669c021: Update error messages to reflect the latest changes
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Minor Changes

rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Minor Changes

  • 19f4963a: Cleaner and more accurate Webpack stats
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • 8872a52e: Use correct iOS account type string
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • 660793b5: Ignore unrelated file changes
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • 6ec78905: Fix handling of asset files when experimental_retryResolvingFromDisk is enabled
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • 67525429: Put a fresh coat of paint on CLI's menu/help message
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • 1bc772cc: Find metro via the new @react-native/community-cli-plugin package
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • 11e8e546: Use @react-native/metro-config to determine whether we need getDefaultConfig to load Metro config
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • d8f53ed7: Bump esbuild to 0.19.x
  • 7f152115: Support esbuild v0.18.19
  • Updated dependencies [1bc772cc]
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • ebca91d7: Reuse findMetroPath from @rnx-kit/tools-react-native
  • Updated dependencies [1bc772cc]
rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

rnx-kit - @rnx-kit/[email protected]

Published by rnsdkbot about 1 year ago

Patch Changes

  • 39deedd8: Bump dependencies to handle @react-native-community/cli-plugin-metro -> @react-native/community-cli-plugin
  • Updated dependencies [d8f53ed7]
  • Updated dependencies [7f152115]
  • Updated dependencies [1bc772cc]
  • Updated dependencies [11e8e546]
  • Updated dependencies [1c2725b8]