- [Breaking]: Upgrade
jest-haste-map
tov24.0.0-alpha.2
. Metro no longer makes modules with@providesModule
annotations global by default (more info). - [Feature]: Add a config param to disable sticky workers (more info).
- [Feature]: Add support for storing/retrieving binary data in the caching system (more info).
- [Improvement]: Transform
_dependencyMap[n]
into the corresponding integer to reduce bundle size on RAM bundles (more info). - [Improvement]: Refactored HMR handling logic to be more robust.
- [Fix]: Do not recompute the transform cache key every time Metro transfofrms a file (more info).
- [Fix]: Issue when using
maxWorkers=1
and creating different instances of Metro in the same process.