mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
switch to tagging schema v6 release candidate (#9477)
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user