Skip to content

Commit 42d86ac

Browse files
committed
v3.1.0
1 parent ac8c3f0 commit 42d86ac

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-5
lines changed

CHANGELOG.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,49 @@ _Breaking developer changes, which may affect downstream projects or sites that
77

88
<!--
99
# A.B.C
10-
11-
## New Presets
12-
## Changed Presets
13-
## New and Changed Fields
10+
#### :mega: Release Highlights
11+
#### New Presets
12+
#### Changed Presets
13+
#### New and Changed Fields
1414
1515
[#xxxx]: https://github.com/openstreetmap/id-tagging-schema/issues/xxxx
1616
[@xxxx]: https://github.com/xxxx
1717
[#prxxxx]: https://github.com/openstreetmap/id-tagging-schema/pull/xxxx
1818
-->
1919

20+
# 3.1.0
21+
22+
#### :mega: Release Highlights
23+
* Added Preset Aliases. In future these will improve iD search per following [instructions](https://github.com/openstreetmap/iD/issues/6139). Big thanks to [@quincylvania]!
24+
* Huge amount of Translations have arrived for translatable labels (strings - options). Big thanks to the translators!
25+
26+
#### New Presets - big thanks to [@westnordost] and [@quincylvania]
27+
* Add Main Entrance
28+
* Add Oil-Fired Power Plant
29+
* Add Waste Incinerating Plant
30+
* Add Inclined Elevator (close [#75])
31+
* Add Mountain Biking Route (close [#99])
32+
* Add Solar Panel Canopy and Rooftop Solar Panel presets (close [#101])
33+
* Add Via field to route relations (re: [#104])
34+
* Add Indoor Play Center and Indoor Playground preset (close [#98])
35+
36+
[#104]: https://github.com/openstreetmap/id-tagging-schema/issues/104
37+
[#101]: https://github.com/openstreetmap/id-tagging-schema/issues/101
38+
[#99]: https://github.com/openstreetmap/id-tagging-schema/issues/99
39+
[#98]: https://github.com/openstreetmap/id-tagging-schema/issues/98
40+
[#75]: https://github.com/openstreetmap/id-tagging-schema/issues/75
41+
42+
#### Changed Presets
43+
* 'Riding Route' changed to 'Horse Riding Route'
44+
45+
#### New and Changed Fields
46+
* Add aircraft holding position type (close [#100])
47+
48+
[#100]: https://github.com/openstreetmap/id-tagging-schema/issues/100
49+
50+
[@westnordost]: https://github.com/westnordost
51+
[@quincylvania]: https://github.com/quincylvania
52+
2053
# ≤ 3.0.0
2154

2255
#### For versions ≤ 3.0.0 please visit the [iD changelog](https://github.com/openstreetmap/iD/blob/develop/CHANGELOG.md) :rocket: Presets sections

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openstreetmap/id-tagging-schema",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "The OpenStreetMap tagging model used by the iD editor",
55
"homepage": "https://github.com/openstreetmap/id-tagging-schema#readme",
66
"bugs": "https://github.com/openstreetmap/id-tagging-schema/issues",

0 commit comments

Comments
 (0)