Skip to content

Commit 14ccacc

Browse files
committed
chore: release v1.0.0-alpha.20
1 parent 76dcf48 commit 14ccacc

File tree

22 files changed

+32
-41
lines changed

22 files changed

+32
-41
lines changed

.nx/version-plans/version-plan-1766480842953.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nx/version-plans/version-plan-1766944841373.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nx/version-plans/version-plan-1766951346332.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nx/version-plans/version-plan-1767023508983.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nx/version-plans/version-plan-1767784628922.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.0.0-alpha.20 (2026-01-07)
2+
3+
### 🩹 Fixes
4+
5+
- Added `webSocketPort` option to `rn-harness.config` (default 3001). This allows configuring the Bridge Server port, enabling usage of custom ports without rebuilding the application. ([#44](https://github.com/callstackincubator/react-native-harness/pull/44))
6+
- The module mocking system has been rewritten to improve compatibility with different versions of React Native. Instead of fully overwriting Metro's module system, the new implementation surgically redirects responsibility for imports to Harness, allowing for better integration with various React Native versions while maintaining the same mocking capabilities. The module mocking API has been slightly modified as part of this rewrite. ([#49](https://github.com/callstackincubator/react-native-harness/pull/49))
7+
- Fixed inconsistent Android device manufacturer and model matching. Some devices reported manufacturer and model information in non-lowercased form, which could cause device identification issues. Device information is now normalized to lowercase for consistent matching. ([#45](https://github.com/callstackincubator/react-native-harness/pull/45))
8+
- Updated `chai` and `@vitest/expect` dependencies to resolve test crashes caused by Hermes not understanding bigint literals. ([#37](https://github.com/callstackincubator/react-native-harness/pull/37))
9+
- Fixed HMR (Hot Module Replacement) initialization race condition by adding retry logic with delays when disabling HMR, ensuring Harness waits for HMR to be ready before proceeding. ([#38](https://github.com/callstackincubator/react-native-harness/pull/38))
10+
11+
### ❤️ Thank You
12+
13+
- bheemreddy-samsara @bheemreddy-samsara
14+
- manud99 @manud99
15+
- Szymon Chmal @V3RON
16+
117
## 1.0.0-alpha.19 (2025-12-21)
218

319
### 🩹 Fixes

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-harness/babel-preset",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"type": "commonjs",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-harness/bridge",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/bundler-metro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-harness/bundler-metro",
33
"description": "Metro bundler for React Native Harness",
4-
"version": "1.0.0-alpha.19",
4+
"version": "1.0.0-alpha.20",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-harness/cli",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)