Skip to content

Releases: react/metro

v0.43.1

Choose a tag to compare

@rafeca rafeca released this 30 Jul 11:13
  • [Fixed]: verboseName in dev now contains the full relative path (more info).
  • [Fixed]: Fix name of default configuration filename (more info).

(list of commits since v0.43.0)

v0.43.0

Choose a tag to compare

@rafeca rafeca released this 27 Jul 13:33
  • [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

Choose a tag to compare

@rafeca rafeca released this 20 Jul 15:43
  • [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

Choose a tag to compare

@rafeca rafeca released this 13 Jul 14:15
  • [Fixed] Bundle command does not add InitializeCore to runBeforeMainModule (more info)

(list of commits since v0.38.2)

v0.38.2

Choose a tag to compare

@rafeca rafeca released this 11 Jul 12:53
  • [Fixed] Issue when running Metro on Windows (more info)

(list of commits since v0.38.1)

v0.42.1

Choose a tag to compare

@rafeca rafeca released this 10 Jul 16:17
  • [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

Choose a tag to compare

@mjesun mjesun released this 27 Jun 18:38
  • [Fixed] Prevent variable clashing when auto-renaming module, exports, etc.

(list of commits since v0.40.0)

v0.40.0

Choose a tag to compare

@rafeca rafeca released this 20 Jun 18:38
  • [Breaking]: Replace projectRoots config param by projectRoot + watchRoots.

(list of commits since v0.39.1)

v0.39.1

Choose a tag to compare

@rafeca rafeca released this 14 Jun 16:17
  • [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

Choose a tag to compare

@rafeca rafeca released this 12 Jun 21:01
  • [Feature]: Add mainFields config param for module resolution logic.

(list of commits since v0.38.1)