mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
v2.18.0
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
-->
|
||||
|
||||
# 2.18.0
|
||||
##### Planned: 2020-Jul
|
||||
##### 2020-Jul-20
|
||||
|
||||
#### :mega: Release Highlights
|
||||
* :raised_hand_with_fingers_splayed: **Touchscreen support!** We've finally optimized iD for multi-touch mapping on tablets and 2-in-1 devices.<br/>
|
||||
|
||||
@@ -26,7 +26,7 @@ export function coreContext() {
|
||||
let context = utilRebind({}, dispatch, 'on');
|
||||
let _deferred = new Set();
|
||||
|
||||
context.version = '2.17.3';
|
||||
context.version = '2.18.0';
|
||||
context.privacyVersion = '20200407';
|
||||
|
||||
// iD will alter the hash so cache the parameters intended to setup the session
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.17.3",
|
||||
"version": "2.18.0",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "dist/iD.min.js",
|
||||
"repository": "github:openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user