- #1371
1ab6e4eThanks @jbroma! - Avoid crashing Android apps when opening React Native DevTools by handling cross-originNetwork.loadNetworkResourcerequests inside the dev server.
- #1346
aaf3cc968666e91586fd655053b75e0b2cc11cb1Thanks @jbroma! - Upgrade Fastify to v5 to resolve CVE-2026-25223 (HIGH severity). Updatedfastify,@fastify/middie,@fastify/sensible,fastify-plugin, andfastify-faviconto their v5-compatible versions.
-
#1228
e480ed6dd21cabc114601e8d42afd936ad2a6d75Thanks @jbroma! - Drop dependency on@react-native/dev-middlewareand obtain dev middleware dynamically depending on version of React Native in the project -
#1227
cc9c132dd29380b8e63b4b2c266d1de9c513100eThanks @jbroma! - Support RN 80 in React Native DevTools integration -
#1234
e0ffbc0816240150c13ec9008e8a14593177ecb5Thanks @jbroma! - Add support for adding custom middlewares to the DevServer throughsetupMiddlewaresconfiguration option
- #1172
b15b7d77a60747c11d82fd9f7cf56833527e4caaThanks @jbroma! - Fix opening stack frame source file from LogBox
- #1168
71a989b82e97f5d5cdc12a8e6edfaad47636b13eThanks @jbroma! - Fix React Native DevTools not showing source maps for MF2 remotes
- #1073
84952acThanks @jbroma! - Add support for setting up proxy in DevServer for redirecting requests
- #1073
84952acThanks @jbroma! - Add support for setting up proxy in DevServer for redirecting requests
- #1081
30d7330Thanks @jbroma! - Drop dependency on@react-native-community/cli-server-apiin the DevServer
-
#912
07d0566Thanks @jbroma! - BREAKING CHANGES: RemoveddevServerEnabledoption from assets-loader anddevServerfrom Repack plugin configuration - they are now obtained automatically from configuration.Added new
config.devServerfield to configure development server properties with type-safe http/https configuration, special host values (local-ip, local-ipv4, local-ipv6), and enhanced HTTPS configuration with full HttpsServerOptions support.
- #1005
4e10aa6Thanks @jbroma! - Reworked DevServer HMR pipeline - improved performance & recovery from errors
- #1005
4e10aa6Thanks @jbroma! - Reworked DevServer HMR pipeline - improved performance & recovery from errors
-
#912
07d0566Thanks @jbroma! - BREAKING CHANGES: RemoveddevServerEnabledoption from assets-loader anddevServerfrom Repack plugin configuration - they are now obtained automatically from configuration.Added new
config.devServerfield to configure development server properties with type-safe http/https configuration, special host values (local-ip, local-ipv4, local-ipv6), and enhanced HTTPS configuration with full HttpsServerOptions support.
-
#430
0d96b11Thanks @jbroma! - Upgrade to Node 18, drop support for Node 16 -
#508
fec8962Thanks @RafikiTiki! - - Fixed deprecated remote debugger integration:- Removed vendored code and used middlewares from
@react-native-community/cli-server-api - Removed
package/debugger-appand replaced it with@react-native-community/cli-debugger-ui - Removed vendored code responsible for integration with Flipper debugger & custom implementation of the Hermes Inspector Proxy
- Added integration with
@react-native/dev-middlewarewhich enables us to use both Flipper and new experimental debugger
- Removed vendored code and used middlewares from
-
#567
6417da7Thanks @kerm1it! - Notify clients on all platforms when sending an HMR event update -
#554
ed82e29Thanks @jbroma! - Fix path tofavicon.icoon Windows -
#464
72c770bThanks @jbroma! - Upgrade TypeScript, ESLint, TypeDoc in the repository
- #475
cc997a2Thanks @szymonrybczak! - Added X-React-Native-Project-Root header, so the RN CLI picks up the running bundler correctly
-
#308
ad9581aThanks @jbroma! - Make all packages compatible with Node v18 -
Updated dependencies [
ad9581a]:- @callstack/repack-debugger-app@1.0.2
-
#186
05d126eThanks @zamotany! - ### Bundler-agnostic development serverExtracted development server from
@callstack/repackinto a separate package and made it bundler-agnostic.
-
#189
bc42023Thanks @zamotany! - ### Development server APIAdded API endpoints to
@callstack/repack-dev-server:GET /api/platforms- List all platforms with active compilationsGET /api/:platform/assets- List all assets (nameandsize) for a given compilationGET /api/:platform/stats- Get compilation stats- Websocket server under
/apiURI for logs and compilations events
- #230
e6dc69dThanks @jbinda! - Introducefastify-faviconplugin to prevent server logger from emitting error log related toGET 400 /favicon.icowhen requesting bundles via browser.
-
#200
c75cdc7Thanks @zamotany! - Prevent server logger from emitting log to API WS server before WS servers are created. -
Updated dependencies [
05d126e]:- @callstack/repack-debugger-app@1.0.0
- #230
e6dc69dThanks @jbinda! - Introducefastify-faviconplugin to prevent server logger from emitting error log related toGET 400 /favicon.icowhen requesting bundles via browser.
- #200
c75cdc7Thanks @zamotany! - Prevent server logger from emitting log to API WS server before WS servers are created.
-
Added API endpoints to
@callstack/repack-dev-server:GET /api/platforms- List all platforms with active compilationsGET /api/:platform/assets- List all assets (nameandsize) for a given compilationGET /api/:platform/stats- Get compilation stats- Websocket server under
/apiURI for logs and compilations events
-
Extracted development server from
@callstack/repackinto a separate package and made it bundler-agnostic.
- Updated dependencies []:
- @callstack/repack-debugger-app@1.0.0-next.0