switch to tagging schema v6 release candidate (#9477)

This commit is contained in:
Martin Raifer
2023-01-27 17:17:54 +01:00
parent fc5b78ba0a
commit 61087e4648
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -41,10 +41,16 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Add [Röntgen icon set](https://github.com/enzet/map-machine#r%C3%B6ntgen-icon-set) for presets, etc.
#### :bug: Bugfixes
* Fix context "edit" menu on touchscreens: render labels properly and always open the touch-specific edit menu ([#9425])
#### :rocket: Presets
* Upgrade to tagging schema v6 ([#9477]):
* Add new `date` field for tags like `check_date`
* Add [Röntgen icons set](https://wiki.openstreetmap.org/wiki/R%C3%B6ntgen)
* Combo fields can now specify arbitrary icons for individual tag values
#### :hammer: Development
* `npm start` runs in _watch_ (i.e. `npm run start:watch`) mode by default (to start the dev server in _single build_ mode one can now use `npm run start:single-build`)
[#9425]: https://github.com/openstreetmap/iD/issues/9425
[#9477]: https://github.com/openstreetmap/iD/issues/9477
# 2.24.1
+1 -1
View File
@@ -77,7 +77,7 @@
"@fortawesome/free-solid-svg-icons": "~6.2.0",
"@ideditor/temaki": "~5.2.0",
"@mapbox/maki": "^8.0.0",
"@openstreetmap/id-tagging-schema": "^5.0.1",
"@openstreetmap/id-tagging-schema": "^6.0.0-rc.1",
"@transifex/api": "^5.0.1",
"autoprefixer": "^10.0.1",
"chai": "^4.3.4",