Skip to content

Commit d2fb0d5

Browse files
authored
feat(onboarding) - add china version updates (#813)
* add schema detector form * vibe code * schema versions * fix build * format * apply changes * fix exports * scrolling * format * fix * more preview of the changes * increase limits * exclude folder * add docs * move files * updates to contract details * remove console * update docs * add gbr docs * add prt contract details migration update * update for PRT * update china
1 parent 9d33cbf commit d2fb0d5

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/schema-changes/eor/contract-details/countries/CHN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ Schema versions for employee onboarding in China.
44

55
## Current Version
66

7-
**Contract Details:** v2 (Since SDK 1.23.0)
7+
**Contract Details:** v3 (Since SDK 1.23.0)
88

99
## Contract Details
1010

11-
### v2 - Current (Since SDK 1.23.0, March 2026)
11+
### v3 - Current (Since SDK 1.23.0, March 2026)
12+
13+
- China employment contracts now only support 4 provinces (Beijing, Guangdong, Shanghai, Zhejiang) instead of 8, to align with Remote's officially registered locations where Social Insurance and Housing Fund benefits are available.
14+
15+
### v2 (Since SDK 1.23.0, March 2026)
1216

1317
**What changed:**
1418

example/src/Onboarding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const OnboardingWithProps = ({
278278
},
279279
CHN: {
280280
// China
281-
contract_details: 2,
281+
contract_details: 3,
282282
},
283283
CHE: {
284284
// Switzerland

0 commit comments

Comments
 (0)