Skip to content

Commit

Permalink
v6.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Apr 3, 2023
1 parent 55db1d8 commit 725679f
Show file tree
Hide file tree
Showing 122 changed files with 7,655 additions and 2,588 deletions.
94 changes: 94 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,100 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# 6.1.0
##### 2023-Apr-03

#### :mega: Release Highlights
* On github, automated preview instances of iD will be deployed for tagging PRs
#### New Presets
* Add presets for Korean and Spanish Restaurants ([#815], thanks [@andrewharvey])
* Add preset for `man_made=quay` ([#810], thanks [@jdhoek])
* Add Track & Field presets ([#817], thanks [@arch0345])
* Add preset for `natural=peninsula` ([#798], [#844], thanks [@harahu])
* Add preset for `emergency=fire_service_inlet` ([#806], thanks [@tiptoptom])
* Add preset for Scout Group ([#836], thanks [@tiptoptom])
#### Changed Presets
* Add a field for the tag `website:menu` to amenties like Restaurants, Cafes, etc. ([#803], thanks [@tognee])
* Rename `military=danger_area` preset to "Danger Zone, Access Prohibited" ([#792], thanks [@emersonveenstra])
* Add terms "cat/dog grooming" to Pet Groomer preset ([#811], thanks [@matkoniecz])
* Use `amenity=dancing_school` tag for Dance Studio preset
* Add `flashing_lights` field to `crossing=uncontrolled` ([#827], thanks [@Dimitar5555])
* Make `shop=vacant` preset searchable ([#828], thanks [@Dimitar5555])
* Hide `shop=hobby` preset and add _hobby_ as search term to related Shop presets ([#24], [#821], [#823], thanks [@matkoniecz])
* Make `barrier=log` preset searchable ([#615], [#822], thanks [@matkoniecz])
* More dedicated icon for Sign Maker, `shop=frozen_food` and Castle presets ([#839], [#840], [#849], thanks [@matkoniecz])
* Add additional search terms to Billboard preset ([#848], thanks [@matkoniecz])
#### New and Changed Fields
* Drop value `communtiy` from `postbox:type` field ([#805], thanks [@kjonosm])
* Add translatable strings for fields: `historic`, `diplomatic`, `consulate`, `dock`, `collector` ([#813], [#841], [#843], [#852], [#853], thanks [@kjonosm])
* Add field for `dance:teaching=yes/no` tag
* Add more values of `sport` field ([#812], thanks [@kjonosm])
* Add fields for `fire_mains` and `fire_sprinkler` ([#806], thanks [@tiptoptom])
* Update tag of Orientation field for Street Side Parking preset from `parking:orientation` to `orientation` ([#673], thanks [@tordans])
* Specify cons for some `shelter_type` values ([#851])
#### Deprecated Tags
* Add recently deprecated tags ([#807], thanks [@kjonosm]):
* ~~`amenity=lifeboat-station`~~ :arrow_right: `emergency=water_rescue`
* ~~`emergency=lifeboat_station`~~ :arrow_right: `emergency=water_rescue`
* ~~`emergency=marine_rescue`~~ :arrow_right: `emergency=water_rescue`
* ~~`emergency_service=air`~~ :arrow_right: `emergency=air_rescue_service`
* ~~`emergency=dry_riser_inlet`~~ :arrow_right: `emergency=fire_service_inlet`+ `fire_mains=dry`
* ~~`emergency=sprinkler_connection`~~ :arrow_right: `emergency=fire_service_inlet`+ `fire_sprinkler=yes`
* Remove disputed deprecation of `amenity=dancing_school` ([#814], thanks [@matkoniecz])
* Update Utility Pole preset and add relevant deprecations ([#830], [#211], thanks [@Dimitar5555]):
* ~`communication=pole`~ :arrow_right: `man_made=utility_pole` + `utility=telecom`
* ~`telephone=pole`~ :arrow_right: `man_made=utility_pole` + `utility=telecom`
* ~`telecom=pole`~ :arrow_right: `man_made=utility_pole` + `utility=telecom`
* ~`pstn=pole`~ :arrow_right: `man_made=utility_pole` + `utility=telecom`
* ~`parking:orientation=*`~ :arrow_right: `orientation=*` ([#673], thanks [@tordans])
#### Bugfixes
* Fix tag of (hidden) generic Pipeline Feature preset
* Avoid lowercasing Destination field on one-ways ([#829], thanks [@1ec5])
#### Documentation and Other Changes
* Extend documentation section about translating ([#825], thanks [@tordans])
* Create [CONTRIBUTING](./CONTRIBUTING.md) page
* Add a `.nvmrc` file
* Bump dependencies: `prettier` to v2.8.6, `schema-builder` to v6.2

[#24]: https://github.com/openstreetmap/id-tagging-schema/issues/24
[#615]: https://github.com/openstreetmap/id-tagging-schema/issues/615
[#673]: https://github.com/openstreetmap/id-tagging-schema/pull/673
[#792]: https://github.com/openstreetmap/id-tagging-schema/pull/792
[#798]: https://github.com/openstreetmap/id-tagging-schema/issues/798
[#800]: https://github.com/openstreetmap/id-tagging-schema/pull/800
[#803]: https://github.com/openstreetmap/id-tagging-schema/pull/803
[#805]: https://github.com/openstreetmap/id-tagging-schema/pull/805
[#807]: https://github.com/openstreetmap/id-tagging-schema/pull/807
[#810]: https://github.com/openstreetmap/id-tagging-schema/pull/810
[#811]: https://github.com/openstreetmap/id-tagging-schema/pull/811
[#812]: https://github.com/openstreetmap/id-tagging-schema/pull/812
[#813]: https://github.com/openstreetmap/id-tagging-schema/pull/813
[#814]: https://github.com/openstreetmap/id-tagging-schema/pull/814
[#815]: https://github.com/openstreetmap/id-tagging-schema/pull/815
[#817]: https://github.com/openstreetmap/id-tagging-schema/pull/817
[#821]: https://github.com/openstreetmap/id-tagging-schema/pull/821
[#822]: https://github.com/openstreetmap/id-tagging-schema/pull/822
[#823]: https://github.com/openstreetmap/id-tagging-schema/pull/823
[#825]: https://github.com/openstreetmap/id-tagging-schema/pull/825
[#827]: https://github.com/openstreetmap/id-tagging-schema/pull/827
[#829]: https://github.com/openstreetmap/id-tagging-schema/pull/829
[#830]: https://github.com/openstreetmap/id-tagging-schema/pull/830
[#836]: https://github.com/openstreetmap/id-tagging-schema/pull/836
[#839]: https://github.com/openstreetmap/id-tagging-schema/pull/839
[#840]: https://github.com/openstreetmap/id-tagging-schema/pull/840
[#841]: https://github.com/openstreetmap/id-tagging-schema/pull/841
[#843]: https://github.com/openstreetmap/id-tagging-schema/pull/843
[#844]: https://github.com/openstreetmap/id-tagging-schema/pull/844
[#848]: https://github.com/openstreetmap/id-tagging-schema/pull/848
[#849]: https://github.com/openstreetmap/id-tagging-schema/pull/849
[#851]: https://github.com/openstreetmap/id-tagging-schema/issues/851
[#852]: https://github.com/openstreetmap/id-tagging-schema/pull/852
[#853]: https://github.com/openstreetmap/id-tagging-schema/pull/853
[@tognee]: https://github.com/tognee
[@emersonveenstra]: https://github.com/emersonveenstra
[@tiptoptom]: https://github.com/tiptoptom


# 6.0.0
##### 2023-Mar-02

Expand Down
52 changes: 52 additions & 0 deletions dist/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,22 @@
"parking": "lane"
}
},
{
"old": {
"parking:orientation": "*"
},
"replace": {
"orientation": "$1"
}
},
{
"old": {
"orientation": "orthogonal"
},
"replace": {
"orientation": "perpendicular"
}
},
{
"old": {
"parking:orientation": "orthogonal"
Expand Down Expand Up @@ -3958,5 +3974,41 @@
"replace": {
"cycleway:both": "no"
}
},
{
"old": {
"communication": "pole"
},
"replace": {
"man_made": "utility_pole",
"utility": "telecom"
}
},
{
"old": {
"telephone": "pole"
},
"replace": {
"man_made": "utility_pole",
"utility": "telecom"
}
},
{
"old": {
"telecom": "pole"
},
"replace": {
"man_made": "utility_pole",
"utility": "telecom"
}
},
{
"old": {
"pstn": "pole"
},
"replace": {
"man_made": "utility_pole",
"utility": "telecom"
}
}
]
2 changes: 1 addition & 1 deletion dist/deprecated.min.json

Large diffs are not rendered by default.

74 changes: 53 additions & 21 deletions dist/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,13 @@
},
"shelter_type": {
"key": "shelter_type",
"type": "combo"
"type": "combo",
"icons": {
"public_transport": "temaki-transit_shelter",
"picnic_shelter": "temaki-picnic_shelter",
"lean_to": "temaki-sleep_shelter",
"field_shelter": "temaki-horse_shelter"
}
},
"shelter": {
"key": "shelter",
Expand Down Expand Up @@ -867,14 +873,15 @@
"key": "scuba_diving:",
"type": "multiCombo",
"options": [
"repair",
"air_filling",
"courses",
"rental",
"filling",
"air_filling",
"hobby",
"nitrox_filling",
"trimix_filling",
"oxygen_filling"
"oxygen_filling",
"rental",
"repair",
"trimix_filling"
],
"autoSuggestions": false
},
Expand Down Expand Up @@ -2490,7 +2497,12 @@
},
"dock": {
"key": "dock",
"type": "combo"
"type": "combo",
"options": [
"drydock",
"floating",
"tidal"
]
},
"distance": {
"key": "distance",
Expand Down Expand Up @@ -2584,7 +2596,12 @@
},
"diplomatic": {
"key": "diplomatic",
"type": "combo"
"type": "combo",
"options": [
"consulate",
"embassy",
"liaison"
]
},
"diet_multi": {
"key": "diet:",
Expand Down Expand Up @@ -2626,7 +2643,8 @@
"key": "oneway",
"value": "yes"
},
"snake_case": false
"snake_case": false,
"caseSensitive": true
},
"destination": {
"key": "destination",
Expand Down Expand Up @@ -3003,7 +3021,15 @@
},
"consulate": {
"key": "consulate",
"type": "combo"
"type": "combo",
"options": [
"consulate_general",
"honorary_consul",
"yes",
"consular_office",
"consular_agency",
"residence"
]
},
"construction": {
"key": "construction",
Expand All @@ -3028,7 +3054,12 @@
},
"collector": {
"key": "collector",
"type": "semiCombo"
"type": "semiCombo",
"options": [
"coins",
"stamps",
"comics"
]
},
"collection_times": {
"key": "collection_times",
Expand Down Expand Up @@ -4459,16 +4490,6 @@
"extreme"
]
},
"parking/orientation": {
"key": "parking:orientation",
"type": "combo",
"autoSuggestions": false,
"options": [
"parallel",
"diagonal",
"perpendicular"
]
},
"parking/side/parking": {
"key": "parking:both",
"keys": [
Expand Down Expand Up @@ -4510,6 +4531,17 @@
"perpendicular"
]
},
"orientation/orientation_parking": {
"key": "orientation",
"type": "combo",
"options": [
"parallel",
"diagonal",
"perpendicular"
],
"stringsCrossReference": "{parking/side/orientation}",
"autoSuggestions": false
},
"operator/type": {
"key": "operator:type",
"type": "combo",
Expand Down
2 changes: 1 addition & 1 deletion dist/fields.min.json

Large diffs are not rendered by default.

Loading

0 comments on commit 725679f

Please sign in to comment.