- [Feature]:
metro-inspector-proxy
: Add a human-readable reference to each inspector entries/pages.(#921 by @byCedric) - [Feature]:
metro-inspector-proxy
: Report errors in the console. (da8b41b) - [Fix]: Race condition where a very recently modified file might have missing metadata.(baf28ab)
- [Fix]: Source maps may have invalid entries when using Terser minification. (#928)
- [Fix]:
metro-inspector-proxy
: Fetch source maps from Metro. (6690b39) - [Fix]: Mitigate potential source map mismatches with concurrent transformations due to terser#1341. (#929)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]: Add initial_build annotation to Resolving and Transforming Dependencies (fc83b52)
- [Experimental]: Implement support for Package Exports (enabled via
resolver.unstable_enablePackageExports
) (4d7ab38, 38b96f8, 216d3e2, 6e6f36f) - [Experimental]: Implement support for symlinks (enabled via
resolver.unstable_enableSymlinks
) (#925, #926, etc.)
Full Changelog: v0.75.0...v0.75.1