Releases: facebook/metro
Releases Β· facebook/metro
v0.73.5
- [Fix]: Make all
getTransformOptions
result properties optional. (a07c823) - [Fix]: Bug that can lead to "unknown module" errors at runtime after an incremental build. (b1be263)
- [Fix]:
metro-runtime
: Re-throw cached module errors without wrapping. (032c4a1) - [Fix] Bump
babel/types
dependency to^7.20.0
for more consistent exposed AST Bumpbabel/types
dependency to^7.20.0
for more consistent exposed AST
Full Changelog: v0.73.4...v0.73.5
v0.73.4
- [Feature]: Expose
watch
option inRunServerOptions
(#889 by @EvanBacon) - [Feature]:
metro-runtime
: Emit additional context on WebSocket'close'
events (d54986c)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]:
experimentalImportBundleSupport
: Retraverse parents of deleted async dependencies (cb806d1)
Full Changelog: v0.73.3...v0.73.4
Release v0.73.3
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]: Move
experimentalImportBundleSupport
option from transformer to server (3c0e1f7)
Full Changelog: v0.73.2...v0.73.3
Release v0.73.2
Maintenance release with purely internal changes.
Full Changelog: v0.73.1...v0.73.2
Release v0.73.1
- [Fix]: Generate a unique name for each Watchman subscription. (3b0e78a)
NOTE: Experimental features are not covered by semver and can change at any time.
Full Changelog: v0.73.0...v0.73.1
Release v0.73.0
- [Breaking] Switch default minifier from
uglify-es
toterser
. (#871) - [Breaking]: Increase minimum supported Node.js version to ^14.17.0. (#872)
- [Breaking]: Drop support for old (pre-CalVer) Watchman versions. (422055a)
- [Feature]: Support
fsevents
watcher on Apple Silicon. (#875) - [Feature]: Support loading source URLs in inspector-proxy. (db19b06)
- [Fix]: Log warning on unexpected error during
metro-file-map
cache read. (7028b7f) - [Fix]: Remove exponentiation operator transform from
metro-react-native-babel-preset
. (c2365bb) - [Fix]: Donβt check
watchman --version
ifuseWatchman
is false. (76c9307)
Full Changelog: v0.72.3...v0.73.0
Release v0.72.3
- [Fix]: Incremental build crashing when garbage collecting modules reachable via multiple paths in the graph. (50bb451)
- Updated metro logo on startup
Full Changelog: v0.72.2...v0.72.3
Release 0.72.2
- [Feature] Pass
customResolverOptions
from bundle URL intoresolveRequest
(623b55d) - [Performance] Load
hermes-parser
conditionally when hermes is enabled (#855 by @EvanBacon) - [Performance] Lazily import
metro-hermes-compiler
(#856 by @EvanBacon)
Full Changelog: v0.72.1...v0.72.2
Release v0.72.1
- [Feature] Expose the
react-refresh/runtime
module as part of themetro-runtime
package
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental] Add
require.context
support (#822 by @EvanBacon)
Full Changelog: v0.72.0...v0.72.1
Release v0.72.0
- [Breaking] Enable React 17 new JSX transform (#848 by @danilobuerger)
- β[Breaking] Add
watcher.additionalExts
option, enable inclusion of.cjs
and.mjs
files by default (c1c6d9c) - [Breaking]
.json
files will no longer be implicitly resolved if removed fromresolver.sourceExts
(a3dc30a) - [Breaking] With a default config, any
.jsx
files will now be resolved before.json
,.ts
,.tsx
(1b47931) - [Breaking] Enable strict CLI validation when
metro
is passed an invalid subcommand or argument (19c4f7e) - [Feature] Add
start
alias forserve
CLI command (19c4f7e)
Full Changelog: v0.71.3...v0.72.0