Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-13 | 1.4 kB | |
v0.83.0 source code.tar.gz | 2025-07-13 | 1.3 MB | |
v0.83.0 source code.zip | 2025-07-13 | 1.7 MB | |
Totals: 3 Items | 3.0 MB | 1 |
- [Breaking]: Require Node.js >= 22.14.0. (https://github.com/facebook/metro/pull/1531 by @robhogan)
- [Breaking]: Remove undocumented
transformer.workerPath
config. (https://github.com/facebook/metro/commit/49f7aac38c63e44f7238fa6cb95410e4938fb08d by @robhogan) - [Breaking]: Prevent importing from
/src/
, make all non-root exports semver-private, exceptmetro-runtime
. (https://github.com/facebook/metro/commit/ae6f42372ed361611b5672705f22081c2022cf28 by @robhogan) - [Breaking]:
Metro.runServer
- return an object containinghttpServer
rather than the server instance directly. (https://github.com/facebook/metro/commit/95867cedbf65acbd434f09494b9f01d2df354dd9 by @robhogan) - [Breaking]:
metro-babel-register
,buck-worker-tool
,metro-cache-key
: Used named exports instead of exporting a default function. (https://github.com/facebook/metro/commit/f225bf1f6cf2033daf5c24acb6e719d5c3d3e1b8, https://github.com/facebook/metro/commit/69bde938d50f495a073c9d7d892565ecc825f53e, https://github.com/facebook/metro/commit/343003684b8303258793767ca745f30e2eb92a6f by @robhogan) - [Removed]:
metro-memory-fs
will no longer be published. (https://github.com/facebook/metro/commit/02104f833a03462468f9b2c07c12b4f16c2806df by @robhogan)
Full Changelog: https://github.com/facebook/metro/compare/v0.82.5...v0.83.0