Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-05 | 1.4 kB | |
v0.82.5 source code.tar.gz | 2025-07-05 | 1.3 MB | |
v0.82.5 source code.zip | 2025-07-05 | 1.7 MB | |
Totals: 3 Items | 3.0 MB | 0 |
- [Feature]: Allow reuse of
ReactRefresh
instance across multiple module systems by prefixing more globals and IDs (https://github.com/facebook/metro/pull/1513 by @jbroma) - [Feature]: Add
"type": "UnableToResolveError"
to JSON server responses on resolution failures. (https://github.com/facebook/metro/commit/6f0093c4cdc597dbbde8b22b159b9cb0b7912865 by @robhogan) - [Feature]: Export
JsonReporter
frommetro
's package root. (https://github.com/facebook/metro/commit/6f0093c4cdc597dbbde8b22b159b9cb0b7912865 by @robhogan) - [Performance]:
runBuild
API /build
CLI - Avoid a second graph traversal when enumerating assets. (https://github.com/facebook/metro/pull/1511 by @tido64) - [Fix]: Fix incorrect modules being loaded when optional dependencies are used. (https://github.com/facebook/metro/pull/1522 by @robhogan)
- [Fix]: Don't overwrite
$RefreshReg$
, e.g. when multiple module systems are overlayed. (https://github.com/facebook/metro/pull/1510 by @jbroma)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]: Opt-in module factory optimisation for Static Hermes. (https://github.com/facebook/metro/commit/c37509b77d9f50346db5f3105805d10d34bfcb1b by @robhogan)
Full Changelog: https://github.com/facebook/metro/compare/v0.82.4...v0.82.5