Skip to content

Commit 4633ffa

Browse files
committed
Add 2.14.3 changelog
1 parent f2a2b99 commit 4633ffa

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,72 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
2929
[@xxxx]: https://github.com/xxxx
3030
-->
3131

32+
# 2.14.3
33+
##### 2019-Feb-26
34+
35+
#### :tada: New Features
36+
* Add a Rules section to the Issues pane where all validation types are listed and can be toggled on or off ([#5979])
37+
38+
[#5979]: https://github.com/openstreetmap/iD/issues/5979
39+
40+
#### :white_check_mark: Validation
41+
* Flag multipolygon members without roles ([#5851])
42+
* Don't flag lines tagged as areas if the tag is also allowed on lines ([#5933])
43+
* Don't automatically add "highway=crossing" tag when connecting paths to Unmaintained Track Roads
44+
* Deprecate "amenity=toilet" ([#5953]), "landuse=conservation" ([#5957]) and "building:color" ([#5956], thanks [@matkoniecz])
45+
* Deprecate various "footway" ([#5935]) and "wood" ([#5958]) values
46+
* Deprecate "highway=abandoned" ([#5968]), "natural=waterfall" ([#5972]), and "postcode" ([#5959])
47+
48+
[#5851]: https://github.com/openstreetmap/iD/issues/5851
49+
[#5933]: https://github.com/openstreetmap/iD/issues/5933
50+
[#5953]: https://github.com/openstreetmap/iD/issues/5953
51+
[#5957]: https://github.com/openstreetmap/iD/issues/5957
52+
[#5935]: https://github.com/openstreetmap/iD/issues/5935
53+
[#5956]: https://github.com/openstreetmap/iD/issues/5956
54+
[#5958]: https://github.com/openstreetmap/iD/issues/5958
55+
[#5968]: https://github.com/openstreetmap/iD/issues/5968
56+
[#5972]: https://github.com/openstreetmap/iD/issues/5972
57+
[#5959]: https://github.com/openstreetmap/iD/issues/5959
58+
59+
[@matkoniecz]: https://github.com/matkoniecz
60+
61+
#### :bug: Bugfixes
62+
* Fix error upon pressing escape when drawing an area with only one point ([#5941], [#5950], thanks [@jguthrie100])
63+
* Fix an issue where vertices would not snap to some nodes that could be vertices ([#5942])
64+
* Fix an issue where pressing enter during feature type search would not select the first item ([#5921])
65+
* Fix an issue where all feature types would be disabled if Other Features were hidden ([#5934])
66+
* Fix an issue where the sidebar UI would flash when adding a node while drawing an area
67+
68+
[#5941]: https://github.com/openstreetmap/iD/issues/5941
69+
[#5950]: https://github.com/openstreetmap/iD/issues/5950
70+
[#5942]: https://github.com/openstreetmap/iD/issues/5942
71+
[#5921]: https://github.com/openstreetmap/iD/issues/5921
72+
[#5934]: https://github.com/openstreetmap/iD/issues/5934
73+
74+
[@jguthrie100]: https://github.com/jguthrie100
75+
76+
#### :hourglass: Performance
77+
* Add option to turn off specific validation rules if they are slowing down iD ([#5979])
78+
79+
[#5979]: https://github.com/openstreetmap/iD/issues/5979
80+
81+
#### :rocket: Presets
82+
* Add Bar field to Restuarant, Cafe, and Hotel ([#5947], [#5970], thanks [@alphagamer7])
83+
* Rename Jeweler to Jewelry Store ([#5948])
84+
* Add unsearchable generic Boundary preset ([#5975])
85+
* Don't render roads with a "footway" tag too thin ([#5936])
86+
* Allow Traffic Islands to be drawn as lines ([#5945])
87+
88+
[#5947]: https://github.com/openstreetmap/iD/issues/5947
89+
[#5970]: https://github.com/openstreetmap/iD/issues/5970
90+
[#5948]: https://github.com/openstreetmap/iD/issues/5948
91+
[#5975]: https://github.com/openstreetmap/iD/issues/5975
92+
[#5936]: https://github.com/openstreetmap/iD/issues/5936
93+
[#5945]: https://github.com/openstreetmap/iD/issues/5945
94+
95+
[@alphagamer7]: https://github.com/alphagamer7
96+
97+
3298
# 2.14.2
3399
##### 2019-Feb-21
34100

0 commit comments

Comments
 (0)