File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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+
2022Replace ` userId ` with ` externalUserId ` in component props:
23+
2124``` typescript
2225// Before
2326< ComponentFormContainer userId = {userId } / >
You can’t perform that action at this time.
0 commit comments