github facebook/metro v0.81.2

one day ago
  • [Feature]: Expose modules and polyfills within metro-runtime via new public package.json#exports paths. (f390cdf by @robhogan)
  • [Fix]: Replace top-level this with globalThis in runtime prelude for service worker compatibility. (#1438 by @exzos28)
  • [Fix]: get-dependencies command: gracefully shutdown on errors. (b8e9e64 by @yungsters)
  • [Performance]: Don't start an excessive number of workers for hashing files during startup. (15bc295 by @robhogan)
  • [Deprecated]: Deprecate deep src imports e.g. metro/src/x.js across all metro* packages, pending removal from the stable API. (#1441 by @robhogan)

NOTE: Experimental features are not covered by semver and can change at any time.

  • [Experimental]: Auto-save file cache via config.watcher.unstable_autoSaveCache. (#1434 by @robhogan)
  • [Experimental]: Add watcher.unstable_lazySha1 to defer SHA1 calculation until files are needed by the transformer. (#1435 by @robhogan)
  • [Experimental]: Expose deep imports of Metro packages (metro/src/x.js as metro/private/x) as explicitly private (non-semver). (#1441 by @robhogan)

Full Changelog: v0.81.1...v0.81.2

Don't miss a new metro release

NewReleases is sending notifications on new releases.