Skip to content

Commit 636134e

Browse files
authored
docs(onboarding) - add netherlands changelog (#990)
1 parent c41ba9f commit 636134e

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Netherlands (NLD)
2+
3+
Schema versions for employee onboarding in Nigeria.
4+
5+
## Current Version
6+
7+
**Contract Details:** v2 (Since SDK 1.29.0)
8+
9+
## Contract Details
10+
11+
### v2 - Current (Since SDK 1.29.0, May 2026)
12+
13+
**What changed:**
14+
15+
- Probation periods are now correctly limited based on contract type (fixed-term vs indefinite)
16+
- Non-compete clauses are only enforced for indefinite contracts
17+
- Notice period presentation adapts to contract type
18+
19+
**Migration:**
20+
21+
```tsx
22+
<OnboardingFlow
23+
options={{
24+
jsonSchemaVersionByCountry: {
25+
NLD: { contract_details: 2 },
26+
},
27+
}}
28+
/>
29+
```
30+
31+
---
32+
33+
### v1 (SDK 1.0.0)
34+
35+
Initial version with basic contract details fields.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ These countries have upgraded to different versions, check each guide to know ho
5959
| Mauritius | MUS | v2 | March 2026 |
6060
| Malaysia | MYS | v2 | March 2026 |
6161
| Mexico | MEX | v2 | March 2026 |
62+
| Netherlands | NLD | v2 | May 2026 |
6263
| Nigeria | NGA | v2 | March 2026 |
6364
| Norway | NOR | v2 | March 2026 |
6465
| New Zealand | NZL | v2 | March 2026 |

0 commit comments

Comments
 (0)