Skip to content

Releases: facebook/metro

v0.43.0

27 Jul 13:33
Compare
Choose a tag to compare
  • [Breaking]: Implemented new config system (more info).
  • [Breaking]: Renamed unbundle to ram-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.

(list of commits since v0.42.2)

v0.42.2

20 Jul 15:43
Compare
Choose a tag to compare
  • [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

(list of commits since v0.42.1)

v0.38.3

13 Jul 14:15
Compare
Choose a tag to compare
  • [Fixed] Bundle command does not add InitializeCore to runBeforeMainModule (more info)

(list of commits since v0.38.2)

v0.38.2

11 Jul 12:53
Compare
Choose a tag to compare
  • [Fixed] Issue when running Metro on Windows (more info)

(list of commits since v0.38.1)

v0.42.1

10 Jul 16:17
Compare
Choose a tag to compare
  • [Breaking] Moved the babel-preset-react-native module to Metro repository (under the metro-react-native-babel-preset) (more info)
  • [Fixed] Issue when running Metro on Windows (more info)

(list of commits since v0.40.1)

v0.40.1

27 Jun 18:38
Compare
Choose a tag to compare
  • [Fixed] Prevent variable clashing when auto-renaming module, exports, etc.

(list of commits since v0.40.0)

v0.40.0

20 Jun 18:38
Compare
Choose a tag to compare
  • [Breaking]: Replace projectRoots config param by projectRoot + watchRoots.

(list of commits since v0.39.1)

v0.39.1

14 Jun 16:17
Compare
Choose a tag to compare
  • [Improvement]: Reduce gzipped production builds size by using always the same prologue when minifying ((g, r, m, e, d)).

(list of commits since v0.39.0)

v0.39.0

12 Jun 21:01
Compare
Choose a tag to compare
  • [Feature]: Add mainFields config param for module resolution logic.

(list of commits since v0.38.1)

v0.38.1

04 Jun 11:28
Compare
Choose a tag to compare
  • [Fixed]: Fix constant-folding-plugin for default export function.

(list of commits since v0.38.0)