This commit is contained in:
Martin Raifer
2025-04-09 15:31:10 +02:00
parent 13d09d9997
commit 7f4d6a6cb9
3 changed files with 4 additions and 7 deletions
+1 -4
View File
@@ -35,7 +35,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# unreleased (v2.33.0-dev)
# v2.33.0
#### :sparkles: Usability & Accessibility
* Allow searching for coordinates in localized number format in search box ([#10805])
@@ -60,13 +60,10 @@ _Breaking developer changes, which may affect downstream projects or sites that
#### :earth_asia: Localization
* Consider language scripts when determining the locale to use ([#10910], thanks [@k-yle])
* Add phone format for Egypt ([#10916], thanks [@youssefelzedy])
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
#### :rocket: Presets
* Don't inherit fields which the current preset already has a dedicated field for
* Take location into account when setting a presets default values from regional fields
* Roads with `motorroad=yes` show implied access restrictions (`foot=no`, `bicycle=no`, `horse=no`) ([id-tagging-schema#609], [#9333])
#### :hammer: Development
[#9333]: https://github.com/openstreetmap/iD/pull/9333
[#10299]: https://github.com/openstreetmap/iD/issues/10299
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "iD",
"version": "2.33.0-dev",
"version": "2.33.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "iD",
"version": "2.33.0-dev",
"version": "2.33.0",
"license": "ISC",
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.33.0-dev",
"version": "2.33.0",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",