Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STCOM-1354 add Kosovo to country list #2377

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Change `Repeatable field` focus behaviour. Refs STCOM-1341.
* Fix `<Selection>` bug with option list closing when scrollbar is used. Refs STCOM-1371.
* `<Selection>` - fix bug handling empty string options/values. Refs STCOM-1373.
* Include Kosovo in the countries list. Refs STCOM-1354.
* `<RepeatableField>` - switch to MutationObserver to resolve focus-management issues. Refs STCOM-1372.

## [12.2.0](https://github.com/folio-org/stripes-components/tree/v12.2.0) (2024-10-11)
Expand Down
1 change: 1 addition & 0 deletions translations/stripes-components/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
"countries.KE": "Kenya",
"countries.KI": "Kiribati",
"countries.KR": "Korea",
"countries.XK": "Kosovo",
"countries.KW": "Kuwait",
"countries.KG": "Kyrgyzstan",
"countries.LA": "Lao People\\'s Democratic Republic",
Expand Down
1 change: 1 addition & 0 deletions util/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ const countries = [
{ alpha2: 'VN', alpha3: 'VNM', numeric: '704' },
{ alpha2: 'VI', alpha3: 'VIR', numeric: '850' },
{ alpha2: 'WF', alpha3: 'WLF', numeric: '876' },
{ alpha2: 'XK', alpha3: 'XXK', numeric: '926' },
{ alpha2: 'EH', alpha3: 'ESH', numeric: '732' },
{ alpha2: 'YE', alpha3: 'YEM', numeric: '887' },
{ alpha2: 'ZM', alpha3: 'ZMB', numeric: '894' },
Expand Down
Loading