mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
update changelog
This commit is contained in:
+15
-3
@@ -55,7 +55,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
* Fix wrongly flagged "incorrect geometry type" warnings for features with lifecycle-prefixed tags ([#9483], thanks [@biswajit-k])
|
||||
* Fix corruption of tag values of fields with referenced strings, but restricted `options`, when an unavailable option is entered manually into the field.
|
||||
* Properly handle case sensitive tag values in taginfo suggestions in raw tag editor ([#9640])
|
||||
* Fix dysfunctional autocomplete of wikidata fields for some languages with country-codes ([#9638])
|
||||
* Fix broken autocomplete of wikidata fields for some languages with country-codes ([#9638])
|
||||
* Prevent certain tag values from corrupting css classes when they contain whitespaces ([#9637], thanks [@k-yle])
|
||||
* Don't move the cursor to the end of (some) input fields while editing in the middle ([#9233])
|
||||
* Fix crash when using certain locales (e.g. `fr-FR`) ([#9737], thanks [@k-yle])
|
||||
@@ -63,6 +63,9 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
* Send `Accept-Language` header on Nominatim API calls ([#9501], thanks [@k-yle])
|
||||
* Add Address and Phone format for India ([#9482], thanks [@biswajit-k])
|
||||
* Add Address format for the Philippines ([#9482], thanks [@bryceco])
|
||||
* Add Address format for Latvia ([#9667], thanks [@soshial])
|
||||
* Add Phone format for Hungary ([#9673], thanks [@Yogurt4])
|
||||
* Add Phone format for Bulgaria ([#8775], thanks [@Dimitar5555])
|
||||
#### :hourglass: Performance
|
||||
#### :mortar_board: Walkthrough / Help
|
||||
#### :rocket: Presets
|
||||
@@ -73,11 +76,15 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
* Support icons also in `multiCombo` and `semiCombo` fields ([#9433])
|
||||
* Support input fields with multiple tag keys: one main key and an optional list of _alternative_ keys, e.g. `email` / `contact:email` ([schema-builder#98])
|
||||
#### :hammer: Development
|
||||
* Upgrade dependencies: `id-tagging-schema` to v6.3, `fortawesome` to v6.4, `which-polygon` to v2.2.1, `glob` to v9.2, `temaki` to v5.4, `marked` to v5.1, `core-js-bundle` to v3.30, `osm-auth` to v2.1, `cldr-core` and `cldr-localenames-full` to v43, `dotenv` to v16.3, `eslint` to v8.44
|
||||
* Bundle `package-lock.json` file in repository for faster `clean-install` builds
|
||||
* Bundle `package-lock.json` file in repository for faster `npm clean-install` builds
|
||||
* Upgrade OSM data dependencies: `id-tagging-schema` to v6.3, `osm-community-index` to 5.5.3
|
||||
* Upgrade icon sets: `fortawesome` to v6.4, `temaki` to v5.4
|
||||
* Upgrade `osm-auth` to v2.1,
|
||||
* Upgrade dev dependecies, including the following major version upgrades: `glob` to v10, `marked` to v5, `cldr-core` and `cldr-localenames-full` to v43, `esbuild` to v0.18
|
||||
* Build icons from configured presets source and also process field value `icons` in `npm run build:data`
|
||||
|
||||
[#8769]: https://github.com/openstreetmap/iD/pull/8769
|
||||
[#8775]: https://github.com/openstreetmap/iD/pull/8775
|
||||
[#7427]: https://github.com/openstreetmap/iD/issues/7427
|
||||
[#9233]: https://github.com/openstreetmap/iD/issues/9233
|
||||
[#9433]: https://github.com/openstreetmap/iD/pull/9433
|
||||
@@ -94,11 +101,16 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
[#9638]: https://github.com/openstreetmap/iD/pull/9638
|
||||
[#9640]: https://github.com/openstreetmap/iD/issues/9640
|
||||
[#9650]: https://github.com/openstreetmap/iD/pull/9650
|
||||
[#9667]: https://github.com/openstreetmap/iD/pull/9667
|
||||
[#9673]: https://github.com/openstreetmap/iD/pull/9673
|
||||
[#9710]: https://github.com/openstreetmap/iD/issues/9710
|
||||
[#9737]: https://github.com/openstreetmap/iD/pull/9737
|
||||
[#9738]: https://github.com/openstreetmap/iD/pull/9738
|
||||
[schema-builder#98]: https://github.com/ideditor/schema-builder/pull/98
|
||||
[@biswajit-k]: https://github.com/biswajit-k
|
||||
[@bryceco]: https://github.com/bryceco
|
||||
[@soshial]: https://github.com/soshial
|
||||
[@Yogurt4]: https://github.com/Yogurt4
|
||||
|
||||
|
||||
# 2.25.2
|
||||
|
||||
Reference in New Issue
Block a user