From 3f91018152d129085efd35952754986771074339 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Wed, 5 Feb 2025 12:04:24 +0100 Subject: [PATCH] v2.31.0 --- CHANGELOG.md | 5 ++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717e24613..7d7bef5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,8 @@ _Breaking developer changes, which may affect downstream projects or sites that [@xxxx]: https://github.com/xxxx --> -# Unreleased (2.31.0-dev) +# 2.31.0 +##### 2025-Feb-05 #### :sparkles: Usability & Accessibility * Fix flickering when switching between background imagery layers, make switching backgrounds snappier @@ -47,7 +48,6 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :scissors: Operations * When extracting a node from a way (shortcut: E), the relations are now preserved by default. Extracting a node without its relations is still possible using ⇧ Shift E ([#9816], thanks [@k-yle]) * Remove rarely-used keyboard shortcut L to prevent accidental activation of the geolocate tool ([#9999], thanks [@k-yle]) -#### :camera: Street-Level #### :white_check_mark: Validation * Include wikidata errors from osmose QA service ([#9998], thanks [@k-yle]) #### :bug: Bugfixes @@ -67,7 +67,6 @@ _Breaking developer changes, which may affect downstream projects or sites that * Add Ladin (language code `lld`) as an available option for multilingual names * Add 30 indigenous languages as dropdown options for multilingual names ([#10684], thanks [@k-yle]) * Add `lang`uage attributes to input fields for multilingual names, as well as wikidata and wikipedia fields ([#10716], thanks [@mapmeld]) -#### :hourglass: Performance #### :mortar_board: Walkthrough / Help * Fix walkthrough from showing tooltips on wrong location under certain circumstances ([#10650], [#10624], [#10634]) #### :rocket: Presets diff --git a/package-lock.json b/package-lock.json index 7cf38dce0..91e172bca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iD", - "version": "2.31.0-dev", + "version": "2.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iD", - "version": "2.31.0-dev", + "version": "2.31.0", "license": "ISC", "dependencies": { "@mapbox/geojson-area": "^0.2.2", diff --git a/package.json b/package.json index 76fbdd98b..396612cb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.31.0-dev", + "version": "2.31.0", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js", "repository": "github:openstreetmap/iD",