Skip to content

Commit 3228bb3

Browse files
Update CHANGELOG.md
1 parent d8005c8 commit 3228bb3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/connect-react/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@
55
# [1.3.0] - 2025-06-10
66

77
## Added
8-
- Support for `externalUserId` parameter across all components as the preferred way to identify users
8+
9+
- Support for `externalUserId` param across all components as the preferred way to identify users
910
- Backward compatibility with existing `userId` parameter
10-
- Proper user identification in SDK debugger for `configureComponent`, `reloadComponentProps`, and `getAccounts` calls
1111

1212
## Changed
13+
1314
- All internal SDK calls now use `externalUserId` parameter for consistency with backend SDK
14-
- Account loading now properly includes user identification from form context
1515

1616
## Deprecated
17+
1718
- `userId` parameter in favor of `externalUserId` (existing code continues to work with console warnings)
1819

1920
## Migration
21+
2022
Replace `userId` with `externalUserId` in component props:
23+
2124
```typescript
2225
// Before
2326
<ComponentFormContainer userId={userId} />

0 commit comments

Comments
 (0)