Skip to content

Commit

Permalink
Fix Netherlands ('NLD') country rules to show number in address summary
Browse files Browse the repository at this point in the history
Previously, addresses in the Netherlands would not show a number when viewing its summary.
  • Loading branch information
kaio-donadelli authored Feb 5, 2024
2 parents 8f01061 + 79fde9a commit 511adca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Netherlands ('NLD') country rules to show number in address summary.

## [4.22.7] - 2024-01-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion react/country/NLD.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export default {
},
},
summary: [
[{ name: 'street' }, { delimiter: ' ', name: 'number' }],
[{ name: 'complement' }],
[{ name: 'street' }],
[{ name: 'postalCode' }, { delimiter: ' ', name: 'city' }],
],
}

0 comments on commit 511adca

Please sign in to comment.