Sourced from metro-react-native-babel-preset's releases.
Release v0.73.1
- [Fix]: Generate a unique name for each Watchman subscription. (3b0e78a76f4eea9f02e8b8464cf5b5e4549d6ac7)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental][Fix]: Normalize file paths for
require.contexton Windows (facebook/metro#876 by@byCedric)Full Changelog: https://github.com/facebook/metro/compare/v0.73.0...v0.73.1
Release v0.73.0
- [Breaking] Switch default minifier from
uglify-estoterser. (https://github.com/facebook/flipper/issues/871)- [Breaking]: Increase minimum supported Node.js version to ^14.17.0. (https://github.com/facebook/flipper/issues/872)
- [Breaking]: Drop support for old (pre-CalVer) Watchman versions. (422055a5ccaca41edb1864ca07d4f810b3e03791)
- [Feature]: Support
fseventswatcher on Apple Silicon. (https://github.com/facebook/flipper/issues/875)- [Feature]: Support loading source URLs in inspector-proxy. (db19b06bdd6d2fbbe109e4f3be4b3af3489c1f1c)
- [Fix]: Log warning on unexpected error during
metro-file-mapcache read. (7028b7f51074f9ceef22258a8643d0f90de2388b)- [Fix]: Remove exponentiation operator transform from
metro-react-native-babel-preset. (c2365bb1d72a3773b31c05feab13a96afac484df)- [Fix]: Don’t check
watchman --versionifuseWatchmanis false. (76c9307ed61efa7794b30b4e585cc5941ed73e16)Full Changelog: https://github.com/facebook/metro/compare/v0.72.3...v0.73.0
79266cc Release 0.73.13b0e78a Use per-watch Watchman subscription names4bace2a Normalize file paths for require context on Windows (https://github.com/facebook/flipper/issues/876)3ab9c00 Fix a $FlowFixMe1b064f2 Release 0.73.04b78430 Introduce a platform allowlist for librariesf0e9c73 Add watch-related debug and perfLogger output to metro-file-map43a1ba4 Revert D39966518: Release 0.73.0b83ad85 Release 0.73.0db19b06 Support loading source URLs in inspector-proxy