mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
v2.17.2 changelog
This commit is contained in:
@@ -29,6 +29,15 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# 2.17.2
|
||||
##### 2020-Feb-14
|
||||
|
||||
#### :tada: New Features
|
||||
* Restore Maxar Imagery layers, using masked iD-specific connection keys ([#7355])
|
||||
|
||||
[#7355]: https://github.com/openstreetmap/iD/issues/7355
|
||||
|
||||
|
||||
# 2.17.1
|
||||
##### 2020-Jan-16
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ export function coreContext() {
|
||||
let context = utilRebind({}, dispatch, 'on');
|
||||
let _deferred = new Set();
|
||||
|
||||
context.version = '2.17.1';
|
||||
context.version = '2.17.2';
|
||||
context.privacyVersion = '20191217';
|
||||
|
||||
// create a special translation that contains the keys in place of the strings
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.17.1",
|
||||
"version": "2.17.2",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"repository": "openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user