mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
v2.9.2
This commit is contained in:
@@ -28,6 +28,13 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# 2.9.2
|
||||
##### Jun 28, 2018
|
||||
|
||||
#### :sparkles: Usability
|
||||
* This release contains a few updates to the background imagery list
|
||||
|
||||
|
||||
# 2.9.1
|
||||
##### Jun 25, 2018
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ export function setAreaKeys(value) {
|
||||
|
||||
export function coreContext() {
|
||||
var context = {};
|
||||
context.version = '2.9.1';
|
||||
context.version = '2.9.2';
|
||||
|
||||
// create a special translation that contains the keys in place of the strings
|
||||
var tkeys = _cloneDeep(dataEn);
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.9.1",
|
||||
"version": "2.9.2",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"repository": "openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user