wmf-sitematrix v0.2.0 (#10489)

This commit is contained in:
Minh Nguyễn
2024-10-11 03:53:08 -07:00
committed by GitHub
parent 4dcb7f2f51
commit 37939c869a
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -43,11 +43,18 @@ _Breaking developer changes, which may affect downstream projects or sites that
#### :white_check_mark: Validation
#### :bug: Bugfixes
#### :earth_asia: Localization
* Update Sinitic languages in the Multilingual Names field ([#10488], thanks [@winstonsung])
* Update the list of languages in the Wikipedia field ([#10489])
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
#### :rocket: Presets
#### :hammer: Development
[#10488]: https://github.com/openstreetmap/iD/pull/10488
[#10489]: https://github.com/openstreetmap/iD/pull/10489
[@winstonsung]: https://github.com/winstonsung/
# 2.30.4
##### 2024-Oct-07
+1 -1
View File
@@ -39,7 +39,7 @@ export function coreFileFetcher() {
'preset_defaults': presetsCdnUrl + 'dist/preset_defaults.min.json',
'preset_fields': presetsCdnUrl + 'dist/fields.min.json',
'preset_presets': presetsCdnUrl + 'dist/presets.min.json',
'wmf_sitematrix': wmfSitematrixCdnUrl.replace('{version}', '0.1') + 'wikipedia.min.json'
'wmf_sitematrix': wmfSitematrixCdnUrl.replace('{version}', '0.2') + 'data/wikipedia.min.json'
};
let _cachedData = {};