Releases: facebook/metro
Releases Β· facebook/metro
v0.43.3
- [Feature]: Add TypeScript support to React Native.
- [Improvement]: Add option to
metro-configto override the default config. - [Fixed]: Avoid traversing some files on the graph multiple times.
v0.43.2
v0.38.4
v0.43.1
v0.43.0
- [Breaking]: Implemented new config system (more info).
- [Breaking]: Renamed
unbundletoram-bundle(more info). - [Feature]: When using inline requires, property access to a
require()is also inlined (more info). - [Improvement]: Added dev-only warning when Metro detects a cyclic dependency (more info).
- [Improvement]: Added a descriptive error when there's another process listening to the same port as Metro.
v0.42.2
- [Breaking]: Drop support for Node v6.
- [Feature]: Add support for optional catch binding in the React Native babel preset.
- [Feature]: Add support for nullish coalescing operator in the React Native babel preset.
- [Improvement]: Upgrade to
babel@7.0.0-beta.54 - [Fixed]: Issues with Windows paths introduced since Babel@7 was bumped.
- [Fixed] Bundle command does not add InitializeCore to runBeforeMainModule
v0.38.3
v0.38.2
v0.42.1
v0.40.1
- [Fixed] Prevent variable clashing when auto-renaming
module,exports, etc.